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.java679 return makeDeviceListKey(mDeviceType, mDeviceAddress); in getKey()
686 @NonNull private static String makeDeviceListKey(int device, String deviceAddress) { in makeDeviceListKey() method in AudioDeviceInventory.DeviceInfo
841 final String key = DeviceInfo.makeDeviceListKey(btInfo.mAudioSystemDevice, address); in onSetBtActiveDevice()
960 final String key = DeviceInfo.makeDeviceListKey( in onBluetoothDeviceConfigChange()
1178 final String key = DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_HDMI, ""); in onToggleHdmi()
1716 final String key = DeviceInfo.makeDeviceListKey(device.getInternalType(),
1751 final String deviceKey = DeviceInfo.makeDeviceListKey(device, address);
2302 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address);
2355 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address);
2385 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address),
[all …]