Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java316 private final Object mCommunicationDeviceLock = new Object(); field in AudioDeviceBroker
343 synchronized (mCommunicationDeviceLock) { in setCommunicationDevice()
626 synchronized (mCommunicationDeviceLock) { in getCommunicationDevice()
631 mCommunicationDeviceLock.wait( in getCommunicationDevice()
1945 synchronized (mCommunicationDeviceLock) { in handleMessage()
1952 mCommunicationDeviceLock.notify(); in handleMessage()