Home
last modified time | relevance | path

Searched refs:frontCall_ (Results 1 - 2 of 2) sorted by relevance

/base/telephony/call_manager/services/audio/src/
H A Daudio_control_manager.cpp63 frontCall_ = nullptr; in UpdateForegroundLiveCall()
77 if (frontCall_ == nullptr) { in UpdateForegroundLiveCall()
78 frontCall_ = liveCall; in UpdateForegroundLiveCall()
80 int32_t frontCallId = frontCall_->GetCallID(); in UpdateForegroundLiveCall()
83 frontCall_ = liveCall; in UpdateForegroundLiveCall()
86 bool frontCallMute = frontCall_->IsMuted(); in UpdateForegroundLiveCall()
708 if (frontCall_ == nullptr) { in SetMute()
709 TELEPHONY_LOGE("frontCall_ is nullptr"); in SetMute()
713 frontCall_->SetMicPhoneState(muted); in SetMute()
714 TELEPHONY_LOGI("SetMute success callId:%{public}d, mute:%{public}d", frontCall_ in SetMute()
[all...]
/base/telephony/call_manager/services/audio/include/
H A Daudio_control_manager.h121 sptr<CallBase> frontCall_ = nullptr; member in OHOS::Telephony::AudioControlManager

Completed in 2 milliseconds