Home
last modified time | relevance | path

Searched refs:audioMgrType_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/src/
H A Daudio_device_manager_impl.cpp108 "Audio manager is null, audioMgrType %{public}d.", audioMgrType_); in GetAllAdapters()
122 "Get all adapters fail, audioMgrType %{public}d, ret %{public}d.", audioMgrType_, ret); in GetTargetAdapterDesc()
152 "LoadAdapters: Audio manager is null, audioMgrType %{public}d.", audioMgrType_); in LoadAdapters()
159 … nullptr, "Load audio adapter fail, audioMgrType %{public}d, ret %{public}d.", audioMgrType_, ret); in LoadAdapters()
173 AUDIO_INFO_LOG("Unload adapter, audioMgrType %{public}d.", audioMgrType_); in UnloadAdapter()
182 … "UnloadAdapter: Audio manager or audio adapter is null, audioMgrType %{public}d.", audioMgrType_); in UnloadAdapter()
186 AUDIO_DEBUG_LOG("Device adapter release OK, audioMgrType %{public}d.", audioMgrType_); in UnloadAdapter()
199 "Audio manager has some adapters busy, audioMgrType %{public}d.", audioMgrType_); in Release()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/include/
H A Daudio_device_manager_impl.h36 : audioMgrType_(devMgrType), audioMgr_(audioMgr) {}; in AudioDeviceManagerImpl()
48 AudioDeviceManagerType audioMgrType_; variable