Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java119 private final Object mDeviceInventoryLock = new Object(); field in AudioDeviceInventory
127 synchronized (mDeviceInventoryLock) { in getImmutableDeviceInventory()
139 synchronized (mDeviceInventoryLock) { in addOrUpdateDeviceSAStateInInventory()
167 synchronized (mDeviceInventoryLock) { in addAudioDeviceInInventoryIfNeeded()
205 synchronized (mDeviceInventoryLock) { in addOrUpdateAudioDeviceCategoryInInventory()
286 synchronized (mDeviceInventoryLock) { in onSynchronizeAdiDevicesInInventory()
427 synchronized (mDeviceInventoryLock) { in findBtDeviceStateForAddress()
452 synchronized (mDeviceInventoryLock) { in findDeviceStateForAudioDeviceAttributes()
466 synchronized (mDeviceInventoryLock) { in clearDeviceInventory()
748 synchronized (mDeviceInventoryLock) { in dump()
[all …]