Home
last modified time | relevance | path

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

/frameworks/libs/net/common/testutils/hostdevice/com/android/net/module/util/
DTrackRecord.kt46 fun poll(timeoutMs: Long, pos: Int, predicate: (E) -> Boolean = { true }): E? in add() method
103 override fun poll(timeoutMs: Long, pos: Int, predicate: (E) -> Boolean) = lock.withLock { in <lambda>() method
261 fun poll(timeoutMs: Long, predicate: (E) -> Boolean = { true }): E? { in newReadHead() method
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
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
/frameworks/opt/bitmap/src/com/android/bitmap/
DPooledCache.java24 V poll(); in poll() method
DUnrefedBitmapCache.java83 public ReusableBitmap poll() { in poll() method in UnrefedBitmapCache
DUnrefedPooledCache.java121 public V poll() { in poll() method in UnrefedPooledCache
/frameworks/base/services/tests/servicestests/src/com/android/server/textclassifier/
DFixedSizeQueueTest.java53 public void poll() { in poll() method in FixedSizeQueueTest
/frameworks/base/services/core/java/com/android/server/textclassifier/
DFixedSizeQueue.java75 public E poll() { in poll() method in FixedSizeQueue
/frameworks/av/services/audioflinger/
DStateQueue.cpp60 template<typename T> const T* StateQueue<T>::poll() in poll() function in android::StateQueue
DFastCapture.cpp56 const FastThreadState *FastCapture::poll() in poll() function in android::FastCapture
DFastMixer.cpp112 const FastThreadState *FastMixer::poll() in poll() function in android::FastMixer
/frameworks/base/core/tests/coretests/src/android/app/
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()
/frameworks/av/media/libnbaio/include_mono/media/nbaio/
DSingleStateQueue.h124 bool poll(T& value) in poll() function
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerBaseTest.java394 private int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait()
/frameworks/native/services/sensorservice/
DSensorDevice.cpp512 ssize_t SensorDevice::poll(sensors_event_t* buffer, size_t count) { in poll() function in android::SensorDevice