Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/helpers/
DTestSensorEventListener.java59 private final List<CountDownLatch> mFlushLatches = new ArrayList<>(); field in TestSensorEventListener
143 synchronized (mFlushLatches) { in getLatchForFlushCompleteEvent()
144 mFlushLatches.add(latch); in getLatchForFlushCompleteEvent()
159 synchronized (mFlushLatches) { in onFlushCompleted()
160 for (CountDownLatch latch : mFlushLatches) { in onFlushCompleted()
291 synchronized (mFlushLatches) { in waitForFlushComplete()
292 mFlushLatches.remove(latch); in waitForFlushComplete()