Home
last modified time | relevance | path

Searched defs:poll (Results 1 – 25 of 55) sorted by relevance

123

/aosp12/bionic/tests/
H A Dpoll_test.cpp34 TEST(poll, poll_null_fds) { in TEST() argument
41 TEST(poll, ppoll_null_fds) { in TEST() argument
49 TEST(poll, ppoll64_null_fds) { in TEST() argument
/aosp12/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
H A DTapPacketReader.java101 public byte[] poll(long timeoutMs) { in poll() method in TapPacketReader
109 public byte[] poll(long timeoutMs, @NonNull Predicate<byte[]> filter) { in poll() method in TapPacketReader
/aosp12/frameworks/libs/net/common/testutils/hostdevice/com/android/net/module/util/
H A DTrackRecord.kt46 fun poll(timeoutMs: Long, pos: Int, predicate: (E) -> Boolean = { true }): E? regex
261 fun poll(timeoutMs: Long, predicate: (E) -> Boolean = { true }): E? { regex
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/
H A DPooledCache.java24 V poll(); in poll() method
H A DUnrefedBitmapCache.java83 public ReusableBitmap poll() { in poll() method in UnrefedBitmapCache
H A DUnrefedPooledCache.java121 public V poll() { in poll() method in UnrefedPooledCache
/aosp12/frameworks/base/services/core/java/com/android/server/textclassifier/
H A DFixedSizeQueue.java75 public E poll() { in poll() method in FixedSizeQueue
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/textclassifier/
H A DFixedSizeQueueTest.java53 public void poll() { in poll() method in FixedSizeQueueTest
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/textclassifier/
H A DFixedSizeQueueTest.java53 public void poll() { in poll() method in FixedSizeQueueTest
/aosp14/frameworks/base/services/core/java/com/android/server/textclassifier/
H A DFixedSizeQueue.java75 public E poll() { in poll() method in FixedSizeQueue
/aosp12/bionic/libc/include/bits/fortify/
H A Dpoll.h43 int poll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, int timeout) in poll() function
/aosp12/frameworks/av/services/audioflinger/
H A DStateQueue.cpp60 template<typename T> const T* StateQueue<T>::poll() in poll() function in android::StateQueue
H A DFastCapture.cpp56 const FastThreadState *FastCapture::poll() in poll() function in android::FastCapture
/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java680 protected void waitForDownloadOrTimeout(long id, long poll, long timeoutMillis) in waitForDownloadOrTimeout()
694 protected void waitForDownloadsOrTimeout(long poll, long timeoutMillis) throws TimeoutException, in waitForDownloadsOrTimeout()
709 protected boolean waitForDownloadOrTimeoutNoThrow(long id, long poll, long timeoutMillis) { in waitForDownloadOrTimeoutNoThrow()
730 protected int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait()
759 protected void doWaitForDownloadsOrTimeout(Query query, long poll, long timeoutMillis) in doWaitForDownloadsOrTimeout()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java680 protected void waitForDownloadOrTimeout(long id, long poll, long timeoutMillis) in waitForDownloadOrTimeout()
694 protected void waitForDownloadsOrTimeout(long poll, long timeoutMillis) throws TimeoutException, in waitForDownloadsOrTimeout()
709 protected boolean waitForDownloadOrTimeoutNoThrow(long id, long poll, long timeoutMillis) { in waitForDownloadOrTimeoutNoThrow()
730 protected int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait()
759 protected void doWaitForDownloadsOrTimeout(Query query, long poll, long timeoutMillis) in doWaitForDownloadsOrTimeout()
/aosp12/packages/services/Car/cpp/telemetry/cartelemetryd/tests/
H A DFakeLooperWrapper.h67 void poll() { in poll() function
/aosp12/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dsys.h55 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
/aosp12/hardware/interfaces/sensors/common/utils/
H A DISensorsWrapper.h103 virtual Return<void> poll(int32_t /* maxCount */, ISensors::poll_cb /* _hidl_cb */) { in poll() function
181 Return<void> poll(int32_t maxCount, in poll() function
/aosp12/hardware/qcom/sm7250/display/sdm/include/utils/
H A Dsys.h56 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
/aosp12/hardware/qcom/display/msm8909/sdm/include/utils/
H A Dsys.h60 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
H A Dsys.h60 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
/aosp12/hardware/qcom/display/msm8998/sdm/include/utils/
H A Dsys.h60 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
/aosp12/hardware/qcom/sdm845/display/sdm/include/utils/
H A Dsys.h60 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
/aosp12/hardware/qcom/sm8150/display/sdm/include/utils/
H A Dsys.h60 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
/aosp12/frameworks/av/media/libnbaio/include_mono/media/nbaio/
H A DSingleStateQueue.h124 bool poll(T& value) in poll() function

123