/aosp12/bionic/tests/ |
H A D | poll_test.cpp | 34 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 D | TapPacketReader.java | 101 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 D | TrackRecord.kt | 46 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 D | PooledCache.java | 24 V poll(); in poll() method
|
H A D | UnrefedBitmapCache.java | 83 public ReusableBitmap poll() { in poll() method in UnrefedBitmapCache
|
H A D | UnrefedPooledCache.java | 121 public V poll() { in poll() method in UnrefedPooledCache
|
/aosp12/frameworks/base/services/core/java/com/android/server/textclassifier/ |
H A D | FixedSizeQueue.java | 75 public E poll() { in poll() method in FixedSizeQueue
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/textclassifier/ |
H A D | FixedSizeQueueTest.java | 53 public void poll() { in poll() method in FixedSizeQueueTest
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/textclassifier/ |
H A D | FixedSizeQueueTest.java | 53 public void poll() { in poll() method in FixedSizeQueueTest
|
/aosp14/frameworks/base/services/core/java/com/android/server/textclassifier/ |
H A D | FixedSizeQueue.java | 75 public E poll() { in poll() method in FixedSizeQueue
|
/aosp12/bionic/libc/include/bits/fortify/ |
H A D | poll.h | 43 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 D | StateQueue.cpp | 60 template<typename T> const T* StateQueue<T>::poll() in poll() function in android::StateQueue
|
H A D | FastCapture.cpp | 56 const FastThreadState *FastCapture::poll() in poll() function in android::FastCapture
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | DownloadManagerBaseTest.java | 680 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 D | DownloadManagerBaseTest.java | 680 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 D | FakeLooperWrapper.h | 67 void poll() { in poll() function
|
/aosp12/hardware/qcom/display/msm8996/sdm/include/utils/ |
H A D | sys.h | 55 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
|
/aosp12/hardware/interfaces/sensors/common/utils/ |
H A D | ISensorsWrapper.h | 103 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 D | sys.h | 56 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
|
/aosp12/hardware/qcom/display/msm8909/sdm/include/utils/ |
H A D | sys.h | 60 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
H A D | sys.h | 60 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
|
/aosp12/hardware/qcom/display/msm8998/sdm/include/utils/ |
H A D | sys.h | 60 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
|
/aosp12/hardware/qcom/sdm845/display/sdm/include/utils/ |
H A D | sys.h | 60 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
|
/aosp12/hardware/qcom/sm8150/display/sdm/include/utils/ |
H A D | sys.h | 60 typedef int (*poll)(struct pollfd *, nfds_t, int); typedef
|
/aosp12/frameworks/av/media/libnbaio/include_mono/media/nbaio/ |
H A D | SingleStateQueue.h | 124 bool poll(T& value) in poll() function
|