Home
last modified time | relevance | path

Searched refs:liveCall (Results 1 - 3 of 3) sorted by relevance

/base/telephony/call_manager/services/audio/src/
H A Daudio_control_manager.cpp69 sptr<CallBase> liveCall = CallObjectManager::GetOneCallObject(callId); in UpdateForegroundLiveCall() local
70 if (liveCall == nullptr) { in UpdateForegroundLiveCall()
71 TELEPHONY_LOGE("liveCall is nullptr"); in UpdateForegroundLiveCall()
74 if (liveCall->GetTelCallState() == TelCallState::CALL_STATUS_ACTIVE || in UpdateForegroundLiveCall()
75 liveCall->GetTelCallState() == TelCallState::CALL_STATUS_DIALING || in UpdateForegroundLiveCall()
76 liveCall->GetTelCallState() == TelCallState::CALL_STATUS_ALERTING) { in UpdateForegroundLiveCall()
78 frontCall_ = liveCall; in UpdateForegroundLiveCall()
81 int32_t liveCallId = liveCall->GetCallID(); in UpdateForegroundLiveCall()
83 frontCall_ = liveCall; in UpdateForegroundLiveCall()
675 sptr<CallBase> liveCall in GetInitAudioDeviceType() local
[all...]
H A Daudio_device_manager.cpp238 sptr<CallBase> liveCall = CallObjectManager::GetForegroundLiveCall(); in RemoveAudioDeviceList() local
239 if (liveCall != nullptr && (liveCall->GetVideoStateType() == VideoStateType::TYPE_VIDEO || in RemoveAudioDeviceList()
240 liveCall->GetCallType() == CallType::TYPE_SATELLITE)) { in RemoveAudioDeviceList()
542 sptr<CallBase> liveCall = CallObjectManager::GetForegroundLiveCall(); in ReportAudioDeviceInfo() local
543 return ReportAudioDeviceInfo(liveCall); in ReportAudioDeviceInfo()
/base/telephony/call_manager/services/call/src/
H A Dcall_object_manager.cpp699 sptr<CallBase> liveCall = nullptr; in GetForegroundCall() local
707 liveCall = (*it); in GetForegroundCall()
712 liveCall = (*it); in GetForegroundCall()
716 liveCall = (*it); in GetForegroundCall()
720 liveCall = (*it); in GetForegroundCall()
724 return liveCall; in GetForegroundCall()
730 sptr<CallBase> liveCall = nullptr; in GetForegroundLiveCall() local
734 liveCall = (*it); in GetForegroundLiveCall()
739 liveCall = (*it); in GetForegroundLiveCall()
744 liveCall in GetForegroundLiveCall()
[all...]

Completed in 4 milliseconds