Searched refs:suppressNoisyIntent (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioDeviceBroker.java | 224 int profile, boolean suppressNoisyIntent, int vol) { in BtDeviceConnectionInfo() argument 228 mSupprNoisy = suppressNoisyIntent; in BtDeviceConnectionInfo() 235 int profile, boolean suppressNoisyIntent, int a2dpVolume) { in postBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument 237 suppressNoisyIntent, a2dpVolume); in postBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() 253 boolean suppressNoisyIntent, int musicDevice, @NonNull String eventSource) { in HearingAidDeviceConnectionInfo() argument 256 mSupprNoisy = suppressNoisyIntent; in HearingAidDeviceConnectionInfo() 264 boolean suppressNoisyIntent, int musicDevice, @NonNull String eventSource) { in postBluetoothHearingAidDeviceConnectionState() argument 266 device, state, suppressNoisyIntent, musicDevice, eventSource); in postBluetoothHearingAidDeviceConnectionState()
|
D | AudioDeviceInventory.java | 540 int profile, boolean suppressNoisyIntent, int musicDevice, int a2dpVolume) { in setBluetoothA2dpDeviceConnectionState() argument 546 if (profile == BluetoothProfile.A2DP && !suppressNoisyIntent) { in setBluetoothA2dpDeviceConnectionState() 559 + " suppressNoisyIntent: " + suppressNoisyIntent); in setBluetoothA2dpDeviceConnectionState() 593 boolean suppressNoisyIntent, int musicDevice) { in setBluetoothHearingAidDeviceConnectionState() argument 596 if (!suppressNoisyIntent) { in setBluetoothHearingAidDeviceConnectionState()
|
D | AudioService.java | 4395 boolean suppressNoisyIntent, int musicDevice) in setBluetoothHearingAidDeviceConnectionState() argument 4411 device, state, suppressNoisyIntent, musicDevice, "AudioService"); in setBluetoothHearingAidDeviceConnectionState() 4419 int profile, boolean suppressNoisyIntent, int a2dpVolume) { in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument 4429 profile, suppressNoisyIntent, a2dpVolume); in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent()
|
/frameworks/base/media/java/android/media/ |
D | IAudioService.aidl | 241 int state, boolean suppressNoisyIntent, int musicDevice); in setBluetoothHearingAidDeviceConnectionState() argument 244 int state, int profile, boolean suppressNoisyIntent, int a2dpVolume); in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument
|
D | AudioManager.java | 4217 BluetoothDevice device, int state, boolean suppressNoisyIntent, in setBluetoothHearingAidDeviceConnectionState() argument 4222 state, suppressNoisyIntent, musicDevice); in setBluetoothHearingAidDeviceConnectionState() 4248 int profile, boolean suppressNoisyIntent, int a2dpVolume) { in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument 4252 state, profile, suppressNoisyIntent, a2dpVolume); in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent()
|