Home
last modified time | relevance | path

Searched defs:setVolume (Results 1 – 22 of 22) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManagerTest.java98 public void setVolume() { in setVolume() method in AvrcpVolumeManagerTest
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
DAudioTrackWrapper.java105 public void setVolume(float volume) { in setVolume() method in AudioTrackWrapper
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidNativeInterface.java123 public void setVolume(int volume) { in setVolume() method in HearingAidNativeInterface
DHearingAidService.java563 void setVolume(int volume) { in setVolume() method in HearingAidService
1090 public void setVolume(int volume, AttributionSource source, in setVolume() method in HearingAidService.BluetoothHearingAidBinder
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothHearingAid.aidl50 …void setVolume(int volume, in AttributionSource attributionSource, in SynchronousResultReceiver re… in setVolume() method
DIBluetoothLeAudio.aidl90 …void setVolume(int volume, in AttributionSource attributionSource, in SynchronousResultReceiver re… in setVolume() method
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DLeAudioViewModel.java68 public void setVolume(BluetoothDevice device, int volume) { in setVolume() method in LeAudioViewModel
DBluetoothProxy.java1132 public void setVolume(BluetoothDevice device, int volume) { in setVolume() method in BluetoothProxy
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManager.java180 void setVolume(@NonNull BluetoothDevice device, int avrcpVolume) { in setVolume() method in AvrcpVolumeManager
DAvrcpNativeInterface.java254 void setVolume(int volume) { in setVolume() method in AvrcpNativeInterface
DAvrcpTargetService.java347 void setVolume(int avrcpVolume) { in setVolume() method in AvrcpTargetService
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHearingAid.java565 public void setVolume(int volume) { in setVolume() method in BluetoothHearingAid
DBluetoothLeAudio.java1145 public void setVolume(@IntRange(from = 0, to = 255) int volume) { in setVolume() method in BluetoothLeAudio
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceController.java228 public void setVolume(VolumeInfo volume) { in setVolume() method in StorageItemPreferenceController
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java250 public void setVolume() { in setVolume() method in LeAudioBinderTest
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/
DMpegTsPlayerV2.java301 public void setVolume(float volume) { in setVolume() method in MpegTsPlayerV2
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java106 public void setVolume(BluetoothDevice device, int volume) { in setVolume() method in VolumeControlNativeInterface
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/
DMpegTsPlayer.java418 public void setVolume(float volume) { in setVolume() method in MpegTsPlayer
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java158 public boolean setVolume(BluetoothDevice device, int volumeType, int volume) { in setVolume() method in NativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java363 public boolean setVolume(BluetoothDevice device, int volumeType, int volume) { in setVolume() method in HeadsetNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java2110 public void setVolume(int volume) { in setVolume() method in LeAudioService
2898 public void setVolume(int volume, AttributionSource source, in setVolume() method in LeAudioService.BluetoothLeAudioBinder
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp875 static void setVolume(int8_t volume) { in setVolume() function