Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java547 int intState = (state == BluetoothA2dp.STATE_CONNECTED) ? 1 : 0; in setBluetoothA2dpDeviceConnectionState() local
549 intState, musicDevice); in setBluetoothA2dpDeviceConnectionState()
597 int intState = (state == BluetoothHearingAid.STATE_CONNECTED) ? 1 : 0; in setBluetoothHearingAidDeviceConnectionState() local
599 intState, musicDevice); in setBluetoothHearingAidDeviceConnectionState()
DAudioDeviceBroker.java524 final int intState = (state == BluetoothA2dp.STATE_CONNECTED) in handleSetA2dpSinkConnectionState() local
527 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, intState, in handleSetA2dpSinkConnectionState()
542 final int intState = (state == BluetoothA2dp.STATE_CONNECTED) ? 1 : 0; in postSetA2dpSourceConnectionState() local