Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java240 int profile, boolean suppressNoisyIntent, int vol) { in BtDeviceConnectionInfo() argument
244 mSupprNoisy = suppressNoisyIntent; in BtDeviceConnectionInfo()
258 int profile, boolean suppressNoisyIntent, int a2dpVolume) { in postBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument
260 suppressNoisyIntent, a2dpVolume); in postBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent()
294 boolean suppressNoisyIntent, int musicDevice, @NonNull String eventSource) { in HearingAidDeviceConnectionInfo() argument
297 mSupprNoisy = suppressNoisyIntent; in HearingAidDeviceConnectionInfo()
305 boolean suppressNoisyIntent, int musicDevice, @NonNull String eventSource) { in postBluetoothHearingAidDeviceConnectionState() argument
307 device, state, suppressNoisyIntent, musicDevice, eventSource); in postBluetoothHearingAidDeviceConnectionState()
DAudioDeviceInventory.java544 int profile, boolean suppressNoisyIntent, int musicDevice, int a2dpVolume) { in setBluetoothA2dpDeviceConnectionState() argument
550 if (profile == BluetoothProfile.A2DP && !suppressNoisyIntent) { in setBluetoothA2dpDeviceConnectionState()
566 + " suppressNoisyIntent: " + suppressNoisyIntent); in setBluetoothA2dpDeviceConnectionState()
600 boolean suppressNoisyIntent, int musicDevice) { in setBluetoothHearingAidDeviceConnectionState() argument
603 if (!suppressNoisyIntent) { in setBluetoothHearingAidDeviceConnectionState()
DAudioService.java4378 boolean suppressNoisyIntent, int musicDevice) in setBluetoothHearingAidDeviceConnectionState() argument
4394 device, state, suppressNoisyIntent, musicDevice, "AudioService"); in setBluetoothHearingAidDeviceConnectionState()
4402 int profile, boolean suppressNoisyIntent, int a2dpVolume) { in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument
4412 profile, suppressNoisyIntent, a2dpVolume); in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent()
/frameworks/base/media/java/android/media/
DIAudioService.aidl245 int state, boolean suppressNoisyIntent, int musicDevice); in setBluetoothHearingAidDeviceConnectionState() argument
248 int state, int profile, boolean suppressNoisyIntent, int a2dpVolume); in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument
DAudioManager.java4249 BluetoothDevice device, int state, boolean suppressNoisyIntent, in setBluetoothHearingAidDeviceConnectionState() argument
4254 state, suppressNoisyIntent, musicDevice); in setBluetoothHearingAidDeviceConnectionState()
4280 int profile, boolean suppressNoisyIntent, int a2dpVolume) { in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument
4284 state, profile, suppressNoisyIntent, a2dpVolume); in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent()