Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DHydrationRecordInternal.java39 public HydrationRecordInternal setVolume(double volume) { in setVolume() method in HydrationRecordInternal
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManagerTest.java105 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/aidl/android/bluetooth/
DIBluetoothHearingAid.aidl49 void setVolume(int volume, in AttributionSource attributionSource); in setVolume() method
DIBluetoothLeAudio.aidl93 oneway void setVolume(int volume, in AttributionSource attributionSource); in setVolume() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidNativeInterface.java118 public void setVolume(int volume) { in setVolume() method in HearingAidNativeInterface
DHearingAidService.java522 void setVolume(int volume) { in setVolume() method in HearingAidService
1069 public void setVolume(int volume, AttributionSource source) { in setVolume() method in HearingAidService.BluetoothHearingAidBinder
/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.java1319 public void setVolume(BluetoothDevice device, int volume) { in setVolume() method in BluetoothProxy
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManager.java277 void setVolume(@NonNull BluetoothDevice device, int avrcpVolume) { in setVolume() method in AvrcpVolumeManager
DAvrcpTargetService.java367 void setVolume(int avrcpVolume) { in setVolume() method in AvrcpTargetService
DAvrcpNativeInterface.java286 void setVolume(int volume) { in setVolume() method in AvrcpNativeInterface
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHearingAid.java675 public void setVolume(int volume) { in setVolume() method in BluetoothHearingAid
DBluetoothLeAudio.java1136 public void setVolume(@IntRange(from = 0, to = 255) int volume) { in setVolume() method in BluetoothLeAudio
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java285 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/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceController.java270 public void setVolume(VolumeInfo volume) { in setVolume() method in StorageItemPreferenceController
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java102 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.java165 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.java400 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.java4184 public void setVolume(int volume) { in setVolume() method in LeAudioService
5204 public void setVolume(int volume, AttributionSource source) { in setVolume() method in LeAudioService.BluetoothLeAudioBinder
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp896 static void setVolume(int8_t volume) { in setVolume() function