/foundation/multimedia/audio_framework/frameworks/cj/src/ |
H A D | multimedia_audio_volume_group_manager_impl.cpp | 48 float MMAAudioVolumeGroupManagerImpl::GetSystemVolumeInDb(int32_t volumeType, int32_t volumeLevel, int32_t deviceType) in GetSystemVolumeInDb() argument
|
H A D | multimedia_audio_ffi.cpp | 444 float FfiMMAAVGMGetSystemVolumeInDb(int64_t id, int32_t volumeType, int32_t volumeLevel, int32_t device, in FfiMMAAVGMGetSystemVolumeInDb() argument
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/ |
H A D | audio_adapter_manager_handler.cpp | 53 SendSaveVolume(const DeviceType &deviceType, const AudioStreamType &streamType, const int32_t &volumeLevel) SendSaveVolume() argument
|
H A D | volume_data_maintainer.cpp | 122 bool VolumeDataMaintainer::SaveVolume(DeviceType type, AudioStreamType streamType, int32_t volumeLevel) in SaveVolume() argument 171 void VolumeDataMaintainer::SetStreamVolume(AudioStreamType streamType, int32_t volumeLevel) in SetStreamVolume() argument 177 void VolumeDataMaintainer::SetStreamVolumeInternal(AudioStreamType streamType, int32_t volumeLevel) in SetStreamVolumeInternal() argument
|
H A D | audio_adapter_manager.cpp | 281 void AudioAdapterManager::SaveRingtoneVolumeToLocal(AudioVolumeType volumeType, int32_t volumeLevel) in SaveRingtoneVolumeToLocal() argument 293 int32_t AudioAdapterManager::SetSystemVolumeLevel(AudioStreamType streamType, int32_t volumeLevel) in SetSystemVolumeLevel() argument 343 HandleSaveVolume(DeviceType deviceType, AudioStreamType streamType, int32_t volumeLevel) HandleSaveVolume() argument 361 int32_t volumeLevel = HandleRingerMode() local 379 int32_t volumeLevel = SetVolumeDb() local 454 int32_t volumeLevel = volumeDataMaintainer_.GetStreamVolume(volumeType) * (isMuted ? 0 : 1); SetAudioVolume() local 509 int32_t volumeLevel = volumeDataMaintainer_.GetStreamVolume(streamType); GetSystemVolumeDb() local 1284 int32_t volumeLevel = GetMaxVolumeLevel(streamAlias); ResetRemoteCastDeviceVolume() local 1318 int32_t volumeLevel = InitRingerMode() local 1340 int32_t volumeLevel = TransferByteArrayToType<int>(value.Data()); CloneVolumeMap() local 1670 CalculateVolumeDb(int32_t volumeLevel) CalculateVolumeDb() argument 1758 GetSystemVolumeInDb(AudioVolumeType volumeType, int32_t volumeLevel, DeviceType deviceType) GetSystemVolumeInDb() argument 1792 CalculateVolumeDbNonlinear(AudioStreamType streamType, DeviceType deviceType, int32_t volumeLevel) CalculateVolumeDbNonlinear() argument [all...] |
/foundation/multimedia/audio_framework/services/audio_service/common/include/ |
H A D | audio_volume.h | 100 SystemVolume(int32_t volumeType, std::string deviceClass, float volume, int32_t volumeLevel, bool isMuted) in SystemVolume() argument
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_tg_proxy.cpp | 510 int32_t BluetoothAvrcpTgProxy::SetDeviceAbsoluteVolume(const BluetoothRawAddress &addr, int32_t volumeLevel) in SetDeviceAbsoluteVolume() argument
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_tg.cpp | 108 int32_t AvrcpTarget::SetDeviceAbsoluteVolume(const BluetoothRemoteDevice &device, int32_t volumeLevel) in SetDeviceAbsoluteVolume() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_tg_stub.cpp | 352 int32_t volumeLevel = data.ReadInt32(); in SetDeviceAbsoluteVolumeInner() local
|
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/ |
H A D | audio_policy_volume_proxy.cpp | 58 int32_t AudioPolicyProxy::SetSystemVolumeLevelLegacy(AudioVolumeType volumeType, int32_t volumeLevel) in SetSystemVolumeLevelLegacy() argument 74 int32_t AudioPolicyProxy::SetSystemVolumeLevel(AudioVolumeType volumeType, int32_t volumeLevel, int32_t volumeFlag) in SetSystemVolumeLevel() argument 223 float AudioPolicyProxy::GetSystemVolumeInDb(AudioVolumeType volumeType, int32_t volumeLevel, DeviceType deviceType) in GetSystemVolumeInDb() argument
|
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/src/ |
H A D | audio_policy_ext_unit_test.cpp | 330 int32_t volumeLevel = 4; in HWTEST() local 350 int32_t volumeLevel = 4; in HWTEST() local
|
H A D | audio_policy_unit_test.cpp | 997 int32_t volumeLevel = 2; in HWTEST() local 1010 int32_t volumeLevel = 2; in HWTEST() local 1031 int32_t volumeLevel = 2; in HWTEST() local 1043 int32_t volumeLevel = 2; HWTEST() local 1056 int32_t volumeLevel = 3; HWTEST() local 1069 int32_t volumeLevel = 3; HWTEST() local 1082 int32_t volumeLevel = 3; HWTEST() local 1095 int32_t volumeLevel = 4; HWTEST() local 1108 int32_t volumeLevel = 4; HWTEST() local 1121 int32_t volumeLevel = 5; HWTEST() local 1134 int32_t volumeLevel = 5; HWTEST() local 1147 int32_t volumeLevel = -1; HWTEST() local 1160 int32_t volumeLevel = 25; HWTEST() local 1173 int32_t volumeLevel = 2; HWTEST() local 1187 int32_t volumeLevel = 2; HWTEST() local 1204 int32_t volumeLevel = 3; HWTEST() local 1225 int32_t volumeLevel = 4; HWTEST() local 1254 int32_t volumeLevel = 5; HWTEST() local 1269 int32_t volumeLevel = 6; HWTEST() local 1284 int32_t volumeLevel = 8; HWTEST() local [all...] |
/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | audio_volume.cpp | 93 int32_t volumeLevel = 0; in GetVolume() local 262 void AudioVolume::SetSystemVolume(int32_t volumeType, const std::string &deviceClass, float volume, int32_t volumeLevel) in SetSystemVolume() argument [all...] |
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_group_manager.cpp | 400 float AudioGroupManager::GetSystemVolumeInDb(AudioVolumeType volumeType, int32_t volumeLevel, DeviceType deviceType) in GetSystemVolumeInDb() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_tg_server.cpp | 469 int32_t SetDeviceAbsoluteVolume(const BluetoothRawAddress &addr, int32_t volumeLevel) in SetDeviceAbsoluteVolume() argument
|
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_policy_service_unit_test/src/ |
H A D | audio_policy_service_second_unit_test.cpp | 360 int32_t volumeLevel = 5; in HWTEST_F() local 383 int32_t volumeLevel = 10; in HWTEST_F() local 401 int32_t volumeLevel in HWTEST_F() local [all...] |
H A D | audio_policy_service_first_unit_test.cpp | 2123 int32_t volumeLevel = 1; in HWTEST_F() local 2513 int32_t volumeLevel = 1; in HWTEST_F() local
|
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/ |
H A D | dspeaker_client.cpp | 396 int32_t volumeLevel = AudioStandard::AudioSystemManager::GetInstance()->GetVolume(volumeType); in GetVolumeLevel() local
|
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/ |
H A D | audio_adapter_manager.h | 329 int32_t volumeLevel = audioAdapterManager_->GetStreamVolume(streamForVolumeMap); in OnGetVolumeDbCb() local [all...] |
/foundation/multimedia/audio_framework/test/fuzztest/audiopolicyservicemore_fuzzer/ |
H A D | audio_policy_service_more_fuzzer.cpp | 322 int32_t volumeLevel = *reinterpret_cast<const int32_t*>(rawData); in AudioPolicyServiceTestII() local
|
/foundation/multimedia/player_framework/frameworks/js/player/ |
H A D | audio_player_napi.cpp | 604 double volumeLevel; in SetVolume() local
|
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_callback.cpp | 897 float volumeLevel = 0.0; in OnVolumeChangeCb() local
|
H A D | avplayer_napi.cpp | 936 double volumeLevel = 1.0f; in JsSetVolume() local
|
/foundation/multimedia/player_framework/frameworks/native/capi/player/ |
H A D | native_avplayer.cpp | 653 float volumeLevel = 0.0; in OnVolumeChangeCb() local
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_policy_server.cpp | 423 bool AudioPolicyServer::IsVolumeLevelValid(AudioStreamType streamType, int32_t volumeLevel) in IsVolumeLevelValid() argument 623 int32_t AudioPolicyServer::SetSystemVolumeLevelLegacy(AudioStreamType streamType, int32_t volumeLevel) in SetSystemVolumeLevelLegacy() argument 641 int32_t AudioPolicyServer::SetSystemVolumeLevel(AudioStreamType streamType, int32_t volumeLevel, int32_t volumeFlag) in SetSystemVolumeLevel() argument 765 GetSystemVolumeInDb(AudioVolumeType volumeType, int32_t volumeLevel, DeviceType deviceType) GetSystemVolumeInDb() argument 867 SetSystemVolumeLevelInternal(AudioStreamType streamType, int32_t volumeLevel, bool isUpdateUi) SetSystemVolumeLevelInternal() argument 891 SetSingleStreamVolume(AudioStreamType streamType, int32_t volumeLevel, bool isUpdateUi) SetSingleStreamVolume() argument [all...] |