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

/frameworks/base/services/sensorservice/
H A DSensorDevice.cpp157 ssize_t SensorDevice::poll(sensors_event_t* buffer, size_t count) { function in class:android::SensorDevice
159 return mSensorDevice->poll(mSensorDevice, buffer, count);
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java675 * @param poll The amount of time to wait
678 protected void waitForDownloadOrTimeout(long id, long poll, long timeoutMillis) argument
680 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis);
689 * @param poll The amount of time to wait
692 protected void waitForDownloadsOrTimeout(long poll, long timeoutMillis) throws TimeoutException, argument
694 doWaitForDownloadsOrTimeout(new Query(), poll, timeoutMillis);
703 * @param poll The amount of time to wait
707 protected boolean waitForDownloadOrTimeoutNoThrow(long id, long poll, long timeoutMillis) { argument
709 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis);
721 * @param poll Th
728 timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, String timedOutMessage) argument
757 doWaitForDownloadsOrTimeout(Query query, long poll, long timeoutMillis) argument
[all...]

Completed in 81 milliseconds