Searched refs:makeDeviceListKey (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioDeviceInventory.java | 208 return makeDeviceListKey(mDeviceType, mDeviceAddress); in getKey() 215 @NonNull private static String makeDeviceListKey(int device, String deviceAddress) { in makeDeviceListKey() method in AudioDeviceInventory.DeviceInfo 370 final String key = DeviceInfo.makeDeviceListKey( in onSetA2dpSourceConnectionState() 462 final String key = DeviceInfo.makeDeviceListKey( in onBluetoothA2dpActiveDeviceChange() 603 final String key = DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_HDMI, ""); in onToggleHdmi() 750 final String deviceKey = DeviceInfo.makeDeviceListKey(device, address); in handleDeviceConnection() 1006 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address); in makeA2dpDeviceUnavailableNow() 1048 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address); in makeA2dpDeviceUnavailableLater() 1065 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address), in makeA2dpSrcAvailable() 1090 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_HEARING_AID, address), in makeHearingAidDeviceAvailable() [all …]
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 10877 HPLcom/android/server/audio/AudioDeviceInventory$DeviceInfo;->makeDeviceListKey(ILjava/lang/String;…
|