Home
last modified time | relevance | path

Searched defs:volumeLevel (Results 1 - 25 of 29) sorted by relevance

12

/foundation/multimedia/audio_framework/frameworks/cj/src/
H A Dmultimedia_audio_volume_group_manager_impl.cpp48 float MMAAudioVolumeGroupManagerImpl::GetSystemVolumeInDb(int32_t volumeType, int32_t volumeLevel, int32_t deviceType) in GetSystemVolumeInDb() argument
H A Dmultimedia_audio_ffi.cpp444 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 Daudio_adapter_manager_handler.cpp53 SendSaveVolume(const DeviceType &deviceType, const AudioStreamType &streamType, const int32_t &volumeLevel) SendSaveVolume() argument
H A Dvolume_data_maintainer.cpp122 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 Daudio_adapter_manager.cpp281 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 Daudio_volume.h100 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 Dbluetooth_avrcp_tg_proxy.cpp510 int32_t BluetoothAvrcpTgProxy::SetDeviceAbsoluteVolume(const BluetoothRawAddress &addr, int32_t volumeLevel) in SetDeviceAbsoluteVolume() argument
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp108 int32_t AvrcpTarget::SetDeviceAbsoluteVolume(const BluetoothRemoteDevice &device, int32_t volumeLevel) in SetDeviceAbsoluteVolume() argument
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp352 int32_t volumeLevel = data.ReadInt32(); in SetDeviceAbsoluteVolumeInner() local
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_volume_proxy.cpp58 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 Daudio_policy_ext_unit_test.cpp330 int32_t volumeLevel = 4; in HWTEST() local
350 int32_t volumeLevel = 4; in HWTEST() local
H A Daudio_policy_unit_test.cpp997 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 Daudio_volume.cpp93 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 Daudio_group_manager.cpp400 float AudioGroupManager::GetSystemVolumeInDb(AudioVolumeType volumeType, int32_t volumeLevel, DeviceType deviceType) in GetSystemVolumeInDb() argument
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp469 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 Daudio_policy_service_second_unit_test.cpp360 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 Daudio_policy_service_first_unit_test.cpp2123 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 Ddspeaker_client.cpp396 int32_t volumeLevel = AudioStandard::AudioSystemManager::GetInstance()->GetVolume(volumeType); in GetVolumeLevel() local
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/
H A Daudio_adapter_manager.h329 int32_t volumeLevel = audioAdapterManager_->GetStreamVolume(streamForVolumeMap); in OnGetVolumeDbCb() local
[all...]
/foundation/multimedia/audio_framework/test/fuzztest/audiopolicyservicemore_fuzzer/
H A Daudio_policy_service_more_fuzzer.cpp322 int32_t volumeLevel = *reinterpret_cast<const int32_t*>(rawData); in AudioPolicyServiceTestII() local
/foundation/multimedia/player_framework/frameworks/js/player/
H A Daudio_player_napi.cpp604 double volumeLevel; in SetVolume() local
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.cpp897 float volumeLevel = 0.0; in OnVolumeChangeCb() local
H A Davplayer_napi.cpp936 double volumeLevel = 1.0f; in JsSetVolume() local
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp653 float volumeLevel = 0.0; in OnVolumeChangeCb() local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp423 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...]

Completed in 37 milliseconds

12