Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java96 private final Object mDeviceInventoryLock = new Object(); field in AudioDeviceInventory
102 synchronized (mDeviceInventoryLock) { in getImmutableDeviceInventory()
113 synchronized (mDeviceInventoryLock) { in addOrUpdateDeviceSAStateInInventory()
132 synchronized (mDeviceInventoryLock) { in addAudioDeviceInInventoryIfNeeded()
149 synchronized (mDeviceInventoryLock) { in addOrUpdateAudioDeviceCategoryInInventory()
167 synchronized (mDeviceInventoryLock) { in findBtDeviceStateForAddress()
193 synchronized (mDeviceInventoryLock) { in findDeviceStateForAudioDeviceAttributes()
207 synchronized (mDeviceInventoryLock) { in clearDeviceInventory()
470 synchronized (mDeviceInventoryLock) { in dump()
2547 synchronized (mDeviceInventoryLock) {