Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/video/src/
H A Dvideo_control_manager.cpp71 sptr<IMSCall> netCall = reinterpret_cast<IMSCall *>(callPtr.GetRefPtr()); in SetPreviewWindow() local
72 ret = netCall->SetPreviewWindow(surfaceId, surface); in SetPreviewWindow()
95 sptr<IMSCall> netCall = reinterpret_cast<IMSCall *>(callPtr.GetRefPtr()); in SetDisplayWindow() local
96 ret = netCall->SetDisplayWindow(surfaceId, surface); in SetDisplayWindow()
130 sptr<IMSCall> netCall = reinterpret_cast<IMSCall *>(callPtr.GetRefPtr()); in SetPausePicture() local
131 ret = netCall->SetPausePicture(tempPath); in SetPausePicture()
157 sptr<IMSCall> netCall = reinterpret_cast<IMSCall *>(callPtr.GetRefPtr()); in SetDeviceDirection() local
158 ret = netCall->SetDeviceDirection(rotation); in SetDeviceDirection()
185 sptr<IMSCall> netCall = reinterpret_cast<IMSCall *>(callPtr.GetRefPtr()); in UpdateImsCallMode() local
187 ret = netCall in UpdateImsCallMode()
217 sptr<IMSCall> netCall = reinterpret_cast<IMSCall *>(callPtr.GetRefPtr()); OpenCamera() local
252 sptr<IMSCall> netCall = reinterpret_cast<IMSCall *>(callPtr.GetRefPtr()); CloseCamera() local
297 sptr<IMSCall> netCall = reinterpret_cast<IMSCall *>(callPtr.GetRefPtr()); CancelCallUpgrade() local
321 sptr<IMSCall> netCall = reinterpret_cast<IMSCall *>(callPtr.GetRefPtr()); RequestCameraCapabilities() local
[all...]
/base/telephony/call_manager/services/call/src/
H A Dvideo_call_state.cpp35 sptr<IMSCall> netCall = static_cast<IMSCall *>(call_.GetRefPtr()); in IsCallSupportVideoCall() local
36 return netCall->IsSupportVideoCall(); in IsCallSupportVideoCall()
55 sptr<IMSCall> netCall = static_cast<IMSCall *>(call_.GetRefPtr()); in SwitchCallVideoState() local
56 netCall->SwitchVideoState(mode); in SwitchCallVideoState()
93 sptr<IMSCall> netCall = static_cast<IMSCall *>(call_.GetRefPtr()); in GetCallVideoState() local
94 return netCall->GetCallVideoState(mode); in GetCallVideoState()

Completed in 3 milliseconds