Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteController.java127 private CountDownLatch mAudioOperationsCompleteLatch; field in CallAudioRouteController
463 mAudioOperationsCompleteLatch = new CountDownLatch(0); in initialize()
1184 if (mAudioOperationsCompleteLatch.getCount() == 0) { in handleExitPendingRoute()
1185 mAudioOperationsCompleteLatch = new CountDownLatch(1); in handleExitPendingRoute()
1194 mAudioOperationsCompleteLatch.countDown(); in handleExitPendingRoute()
1755 return mAudioOperationsCompleteLatch; in getAudioOperationsCompleteLatch()