Home
last modified time | relevance | path

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

/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/native/services/sensorservice/
DSensorsWrapper.h82 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
DSensorDevice.cpp404 ssize_t SensorDevice::poll(sensors_event_t* buffer, size_t count) { in poll() function in android::SensorDevice
/frameworks/base/tests/RollbackTest/RollbackTest/src/com/android/tests/rollback/
DRollbackBroadcastReceiver.java61 Intent poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in RollbackBroadcastReceiver
/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.cpp103 const FastThreadState *FastMixer::poll() in poll() function in android::FastMixer
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java677 protected void waitForDownloadOrTimeout(long id, long poll, long timeoutMillis) in waitForDownloadOrTimeout()
691 protected void waitForDownloadsOrTimeout(long poll, long timeoutMillis) throws TimeoutException, in waitForDownloadsOrTimeout()
706 protected boolean waitForDownloadOrTimeoutNoThrow(long id, long poll, long timeoutMillis) { in waitForDownloadOrTimeoutNoThrow()
727 protected int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait()
756 protected void doWaitForDownloadsOrTimeout(Query query, long poll, long timeoutMillis) in doWaitForDownloadsOrTimeout()
/frameworks/av/media/libmedia/include/media/
DSingleStateQueue.h124 bool poll(T& value) in poll() function
/frameworks/av/include/media/
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()