Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java114 private static String makeDeviceListKey(int device, String deviceAddress) { in makeDeviceListKey() method in AudioDeviceInventory.DeviceInfo
183 final String key = DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, in onSetA2dpSinkConnectionState()
225 final String key = DeviceInfo.makeDeviceListKey( in onSetA2dpSourceConnectionState()
248 final String key = DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_HEARING_AID, in onSetHearingAidConnectionState()
289 final String key = DeviceInfo.makeDeviceListKey( in onBluetoothA2dpActiveDeviceChange()
393 final String key = DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_HDMI, ""); in onToggleHdmi()
427 final String deviceKey = DeviceInfo.makeDeviceListKey(device, address); in handleDeviceConnection()
630 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address), in makeA2dpDeviceAvailable()
646 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address)); in makeA2dpDeviceUnavailableNow()
658 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address); in makeA2dpDeviceUnavailableLater()
[all …]