Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java1959 boolean suppressNoisyIntent) { in updateBroadcastActiveDevice() argument
1968 newDevice, previousDevice, getBroadcastProfile(suppressNoisyIntent)); in updateBroadcastActiveDevice()
2054 final boolean suppressNoisyIntent = hasFallbackDevice || mActiveAudioOutDevice != null; in updateActiveDevices()
2059 + suppressNoisyIntent in updateActiveDevices()
2066 suppressNoisyIntent, volume); in updateActiveDevices()
2069 BluetoothProfileConnectionInfo.createLeAudioInfo(suppressNoisyIntent, true); in updateActiveDevices()
2361 BluetoothProfileConnectionInfo getBroadcastProfile(boolean suppressNoisyIntent) { in getBroadcastProfile() argument
2364 parcel.writeBoolean(suppressNoisyIntent); in getBroadcastProfile()
4852 final boolean suppressNoisyIntent = mActiveAudioOutDevice != null; in sendPreferredAudioProfileChangeToAudioFramework()
4859 + suppressNoisyIntent); in sendPreferredAudioProfileChangeToAudioFramework()
[all …]