Searched refs:waitForLatch (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DVariableSpeed.java148 waitForLatch(engineInitializedLatch);
150 waitForLatch(playbackFinishedLatch);
154 private void waitForLatch(CountDownLatch latch) { method in class:VariableSpeed
/frameworks/base/services/java/com/android/server/
H A DMountService.java490 waitForLatch(mAsecsScanned);
494 waitForLatch(mConnectedSignal);
497 private void waitForLatch(CountDownLatch latch) { method in class:MountService

Completed in 1832 milliseconds