Searched refs:musicDevice (Results 1 – 2 of 2) sorted by relevance
4638 int musicDevice) in setBluetoothHearingAidDeviceConnectionState() argument4645 intState, musicDevice); in setBluetoothHearingAidDeviceConnectionState()4677 int musicDevice, int a2dpVolume) in setBluetoothA2dpDeviceConnectionStateInt() argument4687 intState, musicDevice); in setBluetoothA2dpDeviceConnectionStateInt()6086 int musicDevice = getDeviceForStream(AudioSystem.STREAM_MUSIC); in onBluetoothA2dpDeviceConfigChange() local6093 false /* suppressNoisyIntent */, musicDevice, -1 /* a2dpVolume */); in onBluetoothA2dpDeviceConfigChange()6166 private int checkSendBecomingNoisyIntent(int device, int state, int musicDevice) { in checkSendBecomingNoisyIntent() argument6177 if (musicDevice == AudioSystem.DEVICE_NONE) { in checkSendBecomingNoisyIntent()6178 musicDevice = getDeviceForStream(AudioSystem.STREAM_MUSIC); in checkSendBecomingNoisyIntent()6183 if (((device == musicDevice) || isInCommunication()) && (device == devices) in checkSendBecomingNoisyIntent()
5582 audio_devices_t musicDevice = getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/); in loadConfig() local5585 musicDevice), in loadConfig()5586 musicDevice); in loadConfig()