Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java294 int a2dpVolume = btInfo.getVolume(); in onSetA2dpSinkConnectionState() local
297 + state + " vol=" + a2dpVolume); in onSetA2dpSinkConnectionState()
312 + " vol=" + a2dpVolume)); in onSetA2dpSinkConnectionState()
318 .set(MediaMetrics.Property.INDEX, a2dpVolume) in onSetA2dpSinkConnectionState()
342 if (a2dpVolume != -1) { in onSetA2dpSinkConnectionState()
345 a2dpVolume * 10, in onSetA2dpSinkConnectionState()
439 int a2dpVolume = btInfo.getVolume(); in onBluetoothA2dpActiveDeviceChange() local
471 .set(MediaMetrics.Property.INDEX, a2dpVolume) in onBluetoothA2dpActiveDeviceChange()
476 if (a2dpVolume != -1) { in onBluetoothA2dpActiveDeviceChange()
479 a2dpVolume * 10, in onBluetoothA2dpActiveDeviceChange()
[all …]
DAudioService.java6263 int profile, boolean suppressNoisyIntent, int a2dpVolume) { in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument
6275 profile, suppressNoisyIntent, a2dpVolume); in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent()
/frameworks/base/media/java/android/media/
DIAudioService.aidl277 int state, int profile, boolean suppressNoisyIntent, int a2dpVolume); in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument
DAudioManager.java5814 int profile, boolean suppressNoisyIntent, int a2dpVolume) { in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument
5818 state, profile, suppressNoisyIntent, a2dpVolume); in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent()