Searched refs:mAudioOperationsCompleteLatch (Results 1 – 1 of 1) sorted by relevance
127 private CountDownLatch mAudioOperationsCompleteLatch; field in CallAudioRouteController463 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()