Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DUuidUtils.java48 if (!AudioSystem.isBluetoothA2dpOutDevice(device.getInternalType()) in uuidFromAudioDeviceAttributes()
H A DBtHelper.java945 if (AudioSystem.isBluetoothA2dpOutDevice(deviceType)) { in getProfileFromType()
H A DAudioDeviceInventory.java1799 if (AudioSystem.isBluetoothA2dpOutDevice(di.mDeviceType)) {
/aosp14/frameworks/base/media/java/android/media/
H A DAudioSystem.java1289 return isBluetoothA2dpOutDevice(deviceType) in isBluetoothDevice()
1296 return isBluetoothA2dpOutDevice(deviceType) in isBluetoothOutDevice()
1308 public static boolean isBluetoothA2dpOutDevice(int deviceType) { in isBluetoothA2dpOutDevice() method in AudioSystem