Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java401 return makeDeviceListKey(mDeviceType, mDeviceAddress); in getKey()
408 @NonNull private static String makeDeviceListKey(int device, String deviceAddress) { in makeDeviceListKey() method in AudioDeviceInventory.DeviceInfo
651 final String key = DeviceInfo.makeDeviceListKey( in onBluetoothDeviceConfigChange()
1360 final String key = DeviceInfo.makeDeviceListKey(device.getInternalType(),
1395 final String deviceKey = DeviceInfo.makeDeviceListKey(device, address);
2038 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_HEARING_AID, address),
2063 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_HEARING_AID, address));
2150 mConnectedDevices.put(DeviceInfo.makeDeviceListKey(device, address),
2192 mConnectedDevices.remove(DeviceInfo.makeDeviceListKey(device, address));
2210 mConnectedDevices.remove(DeviceInfo.makeDeviceListKey(device, address));
[all …]