Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/
H A Dnapi_audio_stream_manager.h42 struct AudioStreamMgrAsyncContext : public ContextBase { struct
59 static bool CheckContextStatus(std::shared_ptr<AudioStreamMgrAsyncContext> context); argument
61 std::shared_ptr<AudioStreamMgrAsyncContext> context);
H A Dnapi_audio_stream_manager.cpp136 bool NapiAudioStreamMgr::CheckContextStatus(std::shared_ptr<AudioStreamMgrAsyncContext> context) in CheckContextStatus()
147 std::shared_ptr<AudioStreamMgrAsyncContext> context) in CheckAudioStreamManagerStatus()
176 auto context = std::make_shared<AudioStreamMgrAsyncContext>(); in GetCurrentAudioRendererInfos()
226 auto context = std::make_shared<AudioStreamMgrAsyncContext>(); in GetCurrentAudioCapturerInfos()
276 auto context = std::make_shared<AudioStreamMgrAsyncContext>(); in IsAudioRendererLowLatencySupported()
311 auto context = std::make_shared<AudioStreamMgrAsyncContext>(); in IsStreamActive()
379 auto context = std::make_shared<AudioStreamMgrAsyncContext>(); in GetEffectInfoArray()