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

/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/coretests/src/android/app/
H A DDownloadManagerBaseTest.java677 * @param poll The amount of time to wait
680 protected void waitForDownloadOrTimeout(long id, long poll, long timeoutMillis) argument
682 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis);
691 * @param poll The amount of time to wait
694 protected void waitForDownloadsOrTimeout(long poll, long timeoutMillis) throws TimeoutException, argument
696 doWaitForDownloadsOrTimeout(new Query(), poll, timeoutMillis);
705 * @param poll The amount of time to wait
709 protected boolean waitForDownloadOrTimeoutNoThrow(long id, long poll, long timeoutMillis) { argument
711 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis);
723 * @param poll Th
730 timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, String timedOutMessage) argument
759 doWaitForDownloadsOrTimeout(Query query, long poll, long timeoutMillis) argument
[all...]
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/
H A DDownloadManagerBaseTest.java518 * @param poll The amount of time to wait
521 protected void waitForDownloadOrTimeout(long id, long poll, long timeoutMillis) argument
523 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis);
532 * @param poll The amount of time to wait
535 protected void waitForDownloadsOrTimeout(long poll, long timeoutMillis) throws TimeoutException, argument
537 doWaitForDownloadsOrTimeout(new Query(), poll, timeoutMillis);
546 * @param poll The amount of time to wait
550 private boolean waitForDownloadOrTimeoutNoThrow(long id, long poll, long timeoutMillis) { argument
552 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis);
564 * @param poll Th
571 timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, String timedOutMessage) argument
600 doWaitForDownloadsOrTimeout(Query query, long poll, long timeoutMillis) argument
[all...]

Completed in 177 milliseconds