Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java4638 int musicDevice) in setBluetoothHearingAidDeviceConnectionState() argument
4645 intState, musicDevice); in setBluetoothHearingAidDeviceConnectionState()
4677 int musicDevice, int a2dpVolume) in setBluetoothA2dpDeviceConnectionStateInt() argument
4687 intState, musicDevice); in setBluetoothA2dpDeviceConnectionStateInt()
6086 int musicDevice = getDeviceForStream(AudioSystem.STREAM_MUSIC); in onBluetoothA2dpDeviceConfigChange() local
6093 false /* suppressNoisyIntent */, musicDevice, -1 /* a2dpVolume */); in onBluetoothA2dpDeviceConfigChange()
6166 private int checkSendBecomingNoisyIntent(int device, int state, int musicDevice) { in checkSendBecomingNoisyIntent() argument
6177 if (musicDevice == AudioSystem.DEVICE_NONE) { in checkSendBecomingNoisyIntent()
6178 musicDevice = getDeviceForStream(AudioSystem.STREAM_MUSIC); in checkSendBecomingNoisyIntent()
6183 if (((device == musicDevice) || isInCommunication()) && (device == devices) in checkSendBecomingNoisyIntent()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5582 audio_devices_t musicDevice = getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/); in loadConfig() local
5585 musicDevice), in loadConfig()
5586 musicDevice); in loadConfig()