Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java202 void addOrUpdateAudioDeviceCategoryInInventory( in addOrUpdateAudioDeviceCategoryInInventory() method in AudioDeviceInventory
244 addOrUpdateAudioDeviceCategoryInInventory(deviceState, true /*syncInventory*/); in getAndUpdateBtAdiDeviceStateCategoryForAddress()
251 addOrUpdateAudioDeviceCategoryInInventory(deviceState, true /*syncInventory*/); in getAndUpdateBtAdiDeviceStateCategoryForAddress()
2984 addOrUpdateAudioDeviceCategoryInInventory(devState, false /*syncInventory*/);
DAudioDeviceBroker.java2800 mDeviceInventory.addOrUpdateAudioDeviceCategoryInInventory(deviceState, syncInventory); in addOrUpdateBtAudioDeviceCategoryInInventory()