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/base/services/sensorservice/
H A DSensorDevice.cpp167 ssize_t SensorDevice::poll(sensors_event_t* buffer, size_t count) { function in class:android::SensorDevice
171 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.java671 * @param poll The amount of time to wait
674 protected void waitForDownloadOrTimeout(long id, long poll, long timeoutMillis) argument
676 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis);
685 * @param poll The amount of time to wait
688 protected void waitForDownloadsOrTimeout(long poll, long timeoutMillis) throws TimeoutException, argument
690 doWaitForDownloadsOrTimeout(new Query(), poll, timeoutMillis);
699 * @param poll The amount of time to wait
703 protected boolean waitForDownloadOrTimeoutNoThrow(long id, long poll, long timeoutMillis) { argument
705 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis);
717 * @param poll Th
724 timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, String timedOutMessage) argument
753 doWaitForDownloadsOrTimeout(Query query, long poll, long timeoutMillis) argument
[all...]

Completed in 1017 milliseconds