Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
DTestSensorEventListener.java59 private final List<CountDownLatch> mFlushLatches = new ArrayList<>(); field in TestSensorEventListener
140 synchronized (mFlushLatches) { in getLatchForFlushCompleteEvent()
141 mFlushLatches.add(latch); in getLatchForFlushCompleteEvent()
156 synchronized (mFlushLatches) { in onFlushCompleted()
157 for (CountDownLatch latch : mFlushLatches) { in onFlushCompleted()
281 synchronized (mFlushLatches) { in waitForFlushComplete()
282 mFlushLatches.remove(latch); in waitForFlushComplete()