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

/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DVariableSpeed.java58 @GuardedBy("lock") private CountDownLatch mEngineInitializedLatch; field in class:VariableSpeed
125 return mEngineInitializedLatch.getCount() <= 0;
141 engineInitializedLatch = mEngineInitializedLatch;
204 mEngineInitializedLatch = new CountDownLatch(1);
298 mEngineInitializedLatch.countDown();

Completed in 159 milliseconds