Home
last modified time | relevance | path

Searched refs:g_sProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/native/
H A Dintell_voice_manager.cpp71 if (g_sProxy != nullptr) { in Init()
81 if (g_sProxy == nullptr) { in CreateIntellVoiceEngine()
91 if (g_sProxy == nullptr) { in ReleaseIntellVoiceEngine()
101 if (g_sProxy == nullptr) { in RegisterServiceDeathRecipient()
122 if (g_sProxy == nullptr) { in DeregisterServiceDeathRecipient()
214 if (g_sProxy == nullptr) { in SetParameter()
225 if (g_sProxy == nullptr) { in GetParameter()
241 if (g_sProxy == nullptr) { in GetWakeupSourceFiles()
275 if (g_sProxy == nullptr) { in EnrollWithWakeupFilesForResult()
304 if (g_sProxy == nullptr) { in ClearUserData()
[all …]
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_group_manager.cpp31 static sptr<IStandardAudioService> g_sProxy = nullptr; variable
49 g_sProxy->SetAudioParameter(netWorkId_, AudioParamKey::VOLUME, condition, value); in SetVolume()
91 … std::string value = g_sProxy->GetAudioParameter(netWorkId_, AudioParamKey::VOLUME, condition); in GetVolume()
130 … std::string value = g_sProxy->GetAudioParameter(netWorkId_, AudioParamKey::VOLUME, condition); in GetMaxVolume()
157 … std::string value = g_sProxy->GetAudioParameter(netWorkId_, AudioParamKey::VOLUME, condition); in GetMinVolume()
183 g_sProxy->SetAudioParameter(netWorkId_, AudioParamKey::VOLUME, conditon, value); in SetMute()
215 std::string ret = g_sProxy->GetAudioParameter(netWorkId_, AudioParamKey::VOLUME, condition); in IsStreamMute()
266 g_sProxy = iface_cast<IStandardAudioService>(object); in Init()
267 if (g_sProxy == nullptr) { in Init()
278 if (g_sProxy == nullptr) { in IsAlived()
[all …]
/ohos5.0/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/src/
H A Dclient_unit_test.cpp38 static sptr<IIntellVoiceService> g_sProxy = nullptr; variable
/ohos5.0/foundation/ai/intelligent_voice_framework/interfaces/inner_api/native/
H A Dintell_voice_manager.h64 sptr<OHOS::IntellVoiceEngine::IIntellVoiceService> g_sProxy; variable