Home
last modified time | relevance | path

Searched refs:audioSystemMgr (Results 1 - 8 of 8) sorted by relevance

/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/
H A Dcast_stream_player_utils.cpp33 auto audioSystemMgr = AudioStandard::AudioSystemManager::GetInstance(); in GetVolume() local
34 if (audioSystemMgr == nullptr) { in GetVolume()
40 int originalVolume = audioSystemMgr->GetVolume(streamType); in GetVolume()
41 int maxVolume = audioSystemMgr->GetMaxVolume(streamType); in GetVolume()
54 auto audioSystemMgr = AudioStandard::AudioSystemManager::GetInstance(); in GetMaxVolume() local
55 if (audioSystemMgr == nullptr) { in GetMaxVolume()
61 return audioSystemMgr->GetMaxVolume(streamType); in GetMaxVolume()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H A Dcast_stream_player_utils.cpp33 auto audioSystemMgr = AudioStandard::AudioSystemManager::GetInstance(); in GetVolume() local
34 if (audioSystemMgr == nullptr) { in GetVolume()
40 int originalVolume = audioSystemMgr->GetVolume(streamType); in GetVolume()
41 int maxVolume = audioSystemMgr->GetMaxVolume(streamType); in GetVolume()
54 auto audioSystemMgr = AudioStandard::AudioSystemManager::GetInstance(); in GetMaxVolume() local
55 if (audioSystemMgr == nullptr) { in GetMaxVolume()
61 return audioSystemMgr->GetMaxVolume(streamType); in GetMaxVolume()
/foundation/multimedia/audio_framework/services/audio_policy/test/example/
H A Daudio_policy_test.cpp122 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); in HandleGetDevices() local
130 audioDeviceDescriptorsVector = audioSystemMgr->GetDevices(deviceFlag); in HandleGetDevices()
138 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); in CallSelectOutputDevice() local
140 int result = audioSystemMgr->SelectOutputDevice(audioDeviceDescriptorsVector); in CallSelectOutputDevice()
143 int result = audioSystemMgr->SelectOutputDevice(audioRendererFilter, audioDeviceDescriptorsVector); in CallSelectOutputDevice()
200 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); in CallSelectInputDevice() local
202 int result = audioSystemMgr->SelectInputDevice(audioDeviceDescriptorsVector); in CallSelectInputDevice()
205 int result = audioSystemMgr->SelectInputDevice(audioCapturerFilter, audioDeviceDescriptorsVector); in CallSelectInputDevice()
238 AudioSystemManager* audioSystemMgr = AudioSystemManager::GetInstance(); in HandleVolume() local
248 audioSystemMgr in HandleVolume()
276 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); HandleMute() local
291 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); HandleMicMute() local
311 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); IsStreamActive() local
319 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); SetDeviceActive() local
337 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); IsDeviceActive() local
350 AudioSystemManager* audioSystemMgr = AudioSystemManager::GetInstance(); SetAudioParamter() local
361 AudioSystemManager* audioSystemMgr = AudioSystemManager::GetInstance(); GetAudioParamter() local
369 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); HandleRingerMode() local
382 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); HandleAudioScene() local
421 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); HandleUpdateStreamState() local
450 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); HandleSingleStreamVolumeOption() local
476 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); HandleGetVolumeGroups() local
498 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); HandleAudioBalanceState() local
[all...]
H A Daudio_dump_test.cpp61 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); in AudioDumpCmd() local
68 audioSystemMgr->SetExtraParameters(AudioDumpKey, kvpairs); in AudioDumpCmd()
/foundation/multimedia/audio_framework/test/moduletest/audiopolicy/1.0/src/
H A Daudio_policy_test.cpp261 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); in HWTEST_P() local
264 ret = audioSystemMgr->SetRingerModeCallback(1, ringerModeCB); in HWTEST_P()
267 audioSystemMgr->SetRingerMode(ringerMode); in HWTEST_P()
271 ret = audioSystemMgr->UnsetRingerModeCallback(1); in HWTEST_P()
/foundation/arkui/ace_engine/adapter/ohos/entrance/timepicker/
H A Dtimepicker_haptic_controller.cpp43 auto audioSystemMgr = AudioStandard::AudioSystemManager::GetInstance(); variable
44 audioGroupMngr_ = audioSystemMgr->GetGroupManager(AudioStandard::DEFAULT_VOLUME_GROUP_ID);
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/src/
H A Daudio_policy_unit_test.cpp117 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); in HWTEST() local
120 audioDeviceDescriptorsVector = audioSystemMgr->GetDevices(deviceFlag); in HWTEST()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp2283 AudioSystemManager *audioSystemMgr = AudioSystemManager::GetInstance(); in SelectOutputDevice() local
2284 CHECK_AND_RETURN_RET_LOG(audioSystemMgr != nullptr, AVSESSION_ERROR, "get AudioSystemManager instance failed"); in SelectOutputDevice()
2285 int32_t ret = audioSystemMgr->SelectOutputDevice(audioFilter, audioDescriptor); in SelectOutputDevice()

Completed in 10 milliseconds