/frameworks/libs/net/common/hostdevice/com/android/net/module/util/ |
D | TrackRecord.kt | 45 fun poll(timeoutMs: Long, pos: Int, predicate: (E) -> Boolean = { true }): E? in add() method 102 override fun poll(timeoutMs: Long, pos: Int, predicate: (E) -> Boolean) = lock.withLock { in <lambda>() method 227 fun poll(timeoutMs: Long, predicate: (E) -> Boolean = { true }): E? { in newReadHead() method
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
D | PooledCache.java | 24 V poll(); in poll() method
|
D | UnrefedBitmapCache.java | 83 public ReusableBitmap poll() { in poll() method in UnrefedBitmapCache
|
D | UnrefedPooledCache.java | 121 public V poll() { in poll() method in UnrefedPooledCache
|
/frameworks/native/services/sensorservice/ |
D | SensorsWrapper.h | 82 virtual Return<void> poll(int32_t maxCount, ISensors::poll_cb _hidl_cb) { in poll() function 165 Return<void> poll(int32_t maxCount, in poll() function
|
D | SensorDevice.cpp | 404 ssize_t SensorDevice::poll(sensors_event_t* buffer, size_t count) { in poll() function in android::SensorDevice
|
/frameworks/av/services/audioflinger/ |
D | StateQueue.cpp | 60 template<typename T> const T* StateQueue<T>::poll() in poll() function in android::StateQueue
|
D | FastCapture.cpp | 56 const FastThreadState *FastCapture::poll() in poll() function in android::FastCapture
|
D | FastMixer.cpp | 104 const FastThreadState *FastMixer::poll() in poll() function in android::FastMixer
|
/frameworks/base/core/tests/coretests/src/android/app/ |
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()
|
/frameworks/av/media/libnbaio/include_mono/media/nbaio/ |
D | SingleStateQueue.h | 124 bool poll(T& value) in poll() function
|
/frameworks/av/include/media/nbaio/ |
D | SingleStateQueue.h | 124 bool poll(T& value) in poll() function
|
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/ |
D | DownloadManagerBaseTest.java | 394 private int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait()
|