Searched refs:a2dpVolume (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioDeviceInventory.java | 294 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 …]
|
D | AudioService.java | 6263 int profile, boolean suppressNoisyIntent, int a2dpVolume) { in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument 6275 profile, suppressNoisyIntent, a2dpVolume); in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent()
|
/frameworks/base/media/java/android/media/ |
D | IAudioService.aidl | 277 int state, int profile, boolean suppressNoisyIntent, int a2dpVolume); in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument
|
D | AudioManager.java | 5814 int profile, boolean suppressNoisyIntent, int a2dpVolume) { in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument 5818 state, profile, suppressNoisyIntent, a2dpVolume); in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent()
|