Searched defs:poll (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
H A DStateQueue.cpp58 template<typename T> const T* StateQueue<T>::poll() function in class:android::StateQueue
/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp105 ssize_t SensorDevice::poll(sensors_event_t* buffer, size_t count) { function in class:android::SensorDevice
109 c = mSensorDevice->poll(mSensorDevice, buffer, count);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java316 * @param poll The amount of time to wait
319 protected void waitForDownloadOrTimeout(long id, long poll, long timeoutMillis) argument
321 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis);
330 * @param poll The amount of time to wait
333 protected void waitForDownloadsOrTimeout(long poll, long timeoutMillis) throws TimeoutException, argument
335 doWaitForDownloadsOrTimeout(new Query(), poll, timeoutMillis);
344 * @param poll The amount of time to wait
348 private boolean waitForDownloadOrTimeoutNoThrow(long id, long poll, long timeoutMillis) { argument
350 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis);
362 * @param poll Th
369 timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, String timedOutMessage) argument
398 doWaitForDownloadsOrTimeout(Query query, long poll, long timeoutMillis) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java672 * @param poll The amount of time to wait
675 protected void waitForDownloadOrTimeout(long id, long poll, long timeoutMillis) argument
677 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis);
686 * @param poll The amount of time to wait
689 protected void waitForDownloadsOrTimeout(long poll, long timeoutMillis) throws TimeoutException, argument
691 doWaitForDownloadsOrTimeout(new Query(), poll, timeoutMillis);
700 * @param poll The amount of time to wait
704 protected boolean waitForDownloadOrTimeoutNoThrow(long id, long poll, long timeoutMillis) { argument
706 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis);
718 * @param poll Th
725 timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, String timedOutMessage) argument
754 doWaitForDownloadsOrTimeout(Query query, long poll, long timeoutMillis) argument
[all...]

Completed in 97 milliseconds