Home
last modified time | relevance | path

Searched refs:requestFlush (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
DTestSensorOperation.java263 CountDownLatch flushLatch1 = sensorManager.requestFlush(); in createOperation()
288 CountDownLatch flushLatch2 = sensorManager.requestFlush(); in createOperation()
307 CountDownLatch flushLatch3 = sensorManager.requestFlush(); in createOperation()
372 CountDownLatch latch = sensorManager.requestFlush(); in createFlushOperation()
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
DTestSensorManager.java164 public CountDownLatch requestFlush() { in requestFlush() method in TestSensorManager
/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorTest.java355 CountDownLatch flushLatch = mTestSensorManager.requestFlush(); in testBatchAndFlushWithHandler()
390 CountDownLatch flushLatch = mTestSensorManager.requestFlush(); in testBatchAndFlushUseDefaultHandler()
591 CountDownLatch flushLatch = sensorManager.requestFlush(); in execute()