Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp781 auto videoCallControl = DelayedSingleton<ImsVideoCallControl>::GetInstance(); in SendUpdateCallMediaModeRequest() local
782 if (videoCallControl == nullptr) { in SendUpdateCallMediaModeRequest()
783 TELEPHONY_LOGE("videoCallControl is nullptr"); in SendUpdateCallMediaModeRequest()
786 return videoCallControl->SendUpdateCallMediaModeRequest(callInfo, mode); in SendUpdateCallMediaModeRequest()
791 auto videoCallControl = DelayedSingleton<ImsVideoCallControl>::GetInstance(); in SendUpdateCallMediaModeResponse() local
792 if (videoCallControl == nullptr) { in SendUpdateCallMediaModeResponse()
793 TELEPHONY_LOGE("videoCallControl is nullptr"); in SendUpdateCallMediaModeResponse()
796 return videoCallControl->SendUpdateCallMediaModeResponse(callInfo, mode); in SendUpdateCallMediaModeResponse()
801 auto videoCallControl = DelayedSingleton<ImsVideoCallControl>::GetInstance(); in CancelCallUpgrade() local
802 if (videoCallControl in CancelCallUpgrade()
811 auto videoCallControl = DelayedSingleton<ImsVideoCallControl>::GetInstance(); RequestCameraCapabilities() local
1297 auto videoCallControl = DelayedSingleton<ImsVideoCallControl>::GetInstance(); ControlCamera() local
1308 auto videoCallControl = DelayedSingleton<ImsVideoCallControl>::GetInstance(); SetPreviewWindow() local
1319 auto videoCallControl = DelayedSingleton<ImsVideoCallControl>::GetInstance(); SetDisplayWindow() local
1329 auto videoCallControl = DelayedSingleton<ImsVideoCallControl>::GetInstance(); SetCameraZoom() local
1339 auto videoCallControl = DelayedSingleton<ImsVideoCallControl>::GetInstance(); SetPausePicture() local
1349 auto videoCallControl = DelayedSingleton<ImsVideoCallControl>::GetInstance(); SetDeviceDirection() local
[all...]

Completed in 2 milliseconds