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.java515 int profile, boolean suppressNoisyIntent, int vol) { in BtDeviceConnectionInfo() argument
519 mSupprNoisy = suppressNoisyIntent; in BtDeviceConnectionInfo()
618 boolean suppressNoisyIntent, int musicDevice, @NonNull String eventSource) { in HearingAidDeviceConnectionInfo() argument
621 mSupprNoisy = suppressNoisyIntent; in HearingAidDeviceConnectionInfo()
629 boolean suppressNoisyIntent, int musicDevice, @NonNull String eventSource) { in postBluetoothHearingAidDeviceConnectionState() argument
631 device, state, suppressNoisyIntent, musicDevice, eventSource); in postBluetoothHearingAidDeviceConnectionState()
DAudioDeviceInventory.java877 int profile, boolean suppressNoisyIntent, int musicDevice, int a2dpVolume) { in setBluetoothA2dpDeviceConnectionState() argument
883 if (profile == BluetoothProfile.A2DP && !suppressNoisyIntent) { in setBluetoothA2dpDeviceConnectionState()
900 + " suppressNoisyIntent: " + suppressNoisyIntent); in setBluetoothA2dpDeviceConnectionState()
930 boolean suppressNoisyIntent, int musicDevice) { in setBluetoothHearingAidDeviceConnectionState() argument
933 if (!suppressNoisyIntent) { in setBluetoothHearingAidDeviceConnectionState()
DAudioService.java6244 boolean suppressNoisyIntent, int musicDevice) in setBluetoothHearingAidDeviceConnectionState() argument
6255 device, state, suppressNoisyIntent, musicDevice, "AudioService"); in setBluetoothHearingAidDeviceConnectionState()
6263 int profile, boolean suppressNoisyIntent, int a2dpVolume) { in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument
6275 profile, suppressNoisyIntent, a2dpVolume); in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent()
/frameworks/base/media/java/android/media/
DIAudioService.aidl274 int state, boolean suppressNoisyIntent, int musicDevice); in setBluetoothHearingAidDeviceConnectionState() argument
277 int state, int profile, boolean suppressNoisyIntent, int a2dpVolume); in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument
DAudioManager.java5783 BluetoothDevice device, int state, boolean suppressNoisyIntent, in setBluetoothHearingAidDeviceConnectionState() argument
5788 state, suppressNoisyIntent, musicDevice); in setBluetoothHearingAidDeviceConnectionState()
5814 int profile, boolean suppressNoisyIntent, int a2dpVolume) { in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument
5818 state, profile, suppressNoisyIntent, a2dpVolume); in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent()