Home | History | Annotate | Download | only in audio

Lines Matching refs:DEVICE_IN_BLUETOOTH_A2DP

3956             // Disconnect ALL DEVICE_IN_BLUETOOTH_A2DP devices
3959 if (deviceSpec.mDeviceType == AudioSystem.DEVICE_IN_BLUETOOTH_A2DP) {
5873 AudioSystem.setDeviceConnectionState(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP,
5876 makeDeviceListKey(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address),
5877 new DeviceListSpec(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, "",
5883 AudioSystem.setDeviceConnectionState(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP,
5886 makeDeviceListKey(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address));
6012 final String key = makeDeviceListKey(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address);