Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java3801 int intState = (state == BluetoothA2dp.STATE_CONNECTED) ? 1 : 0;
3803 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, intState,
3878 int intState = (state == BluetoothHearingAid.STATE_CONNECTED) ? 1 : 0;
3880 AudioSystem.DEVICE_OUT_HEARING_AID, intState,
4643 int intState = (state == BluetoothHearingAid.STATE_CONNECTED) ? 1 : 0; in setBluetoothHearingAidDeviceConnectionState() local
4645 intState, musicDevice); in setBluetoothHearingAidDeviceConnectionState()
4685 int intState = (state == BluetoothA2dp.STATE_CONNECTED) ? 1 : 0; in setBluetoothA2dpDeviceConnectionStateInt() local
4687 intState, musicDevice); in setBluetoothA2dpDeviceConnectionStateInt()