Home
last modified time | relevance | path

Searched refs:CreatDeviceManager (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/interface/
H A Di_audio_device_manager.h45 …std::shared_ptr<IAudioDeviceManager> CreatDeviceManager(const AudioDeviceManagerType audioMgrType);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/src/
H A Daudio_device_manager_impl.cpp50 std::shared_ptr<IAudioDeviceManager> AudioDeviceManagerFactory::CreatDeviceManager( in CreatDeviceManager() function in OHOS::AudioStandard::AudioDeviceManagerFactory
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote_fast/
H A Dremote_fast_audio_renderer_sink.cpp258 audioManager_ = AudioDeviceManagerFactory::GetInstance().CreatDeviceManager(REMOTE_DEV_MGR); in Init()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote/
H A Dremote_audio_capturer_source.cpp241 auto audioManager = AudioDeviceManagerFactory::GetInstance().CreatDeviceManager(REMOTE_DEV_MGR); in Init()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote_fast/
H A Dremote_fast_audio_capturer_source.cpp255 audioManager_ = AudioDeviceManagerFactory::GetInstance().CreatDeviceManager(REMOTE_DEV_MGR); in Init()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/
H A Dremote_audio_renderer_sink.cpp303 auto audioManager = AudioDeviceManagerFactory::GetInstance().CreatDeviceManager(REMOTE_DEV_MGR); in Init()