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.java103 private static String makeDeviceListKey(int device, String deviceAddress) { in makeDeviceListKey() method in AudioDeviceInventory.DeviceInfo
169 final String key = DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, in onSetA2dpSinkConnectionState()
226 final String key = DeviceInfo.makeDeviceListKey( in onSetA2dpSourceConnectionState()
249 final String key = DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_HEARING_AID, in onSetHearingAidConnectionState()
292 final String key = DeviceInfo.makeDeviceListKey( in onBluetoothA2dpActiveDeviceChange()
391 final String key = DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_HDMI, ""); in onToggleHdmi()
425 final String deviceKey = DeviceInfo.makeDeviceListKey(device, address); in handleDeviceConnection()
623 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address), in makeA2dpDeviceAvailable()
639 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address)); in makeA2dpDeviceUnavailableNow()
654 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address); in makeA2dpDeviceUnavailableLater()
[all …]