Searched refs:gServerProxy_ (Results 1 – 1 of 1) sorted by relevance
307 sptr<IStandardAudioService> gServerProxy_ = nullptr; variable311 if (gServerProxy_ == nullptr) { in GetAudioServerProxy()322 gServerProxy_ = iface_cast<IStandardAudioService>(object); in GetAudioServerProxy()323 if (gServerProxy_ == nullptr) { in GetAudioServerProxy()338 sptr<IStandardAudioService> gasp = gServerProxy_; in GetAudioServerProxy()346 gServerProxy_ = nullptr; in AudioServerDied()509 bool resetSilentMode = (gServerProxy_ == nullptr) ? true : false; in InitIpcStream()523 if (resetSilentMode && gServerProxy_ != nullptr && silentModeAndMixWithOthers_) { in InitIpcStream()1665 if (gServerProxy_ == nullptr && getuid() == MEDIA_SERVICE_UID) { in WriteInner()1676 CHECK_AND_RETURN_RET_LOG(gServerProxy_ != nullptr, ERROR, "server is died"); in WriteInner()