Lines Matching refs:CameraServer

32 CameraServer *CameraServer::GetInstance()
34 static CameraServer server;
38 void CameraServer::CameraServerRequestHandle(int funcId, void *origin, IpcIo *req, IpcIo *reply)
42 CameraServer::GetInstance()->GetCameraAbility(req, reply);
45 CameraServer::GetInstance()->GetCameraInfo(req, reply);
48 CameraServer::GetInstance()->GetCameraIdList(req, reply);
51 CameraServer::GetInstance()->CreateCamera(req, reply);
54 CameraServer::GetInstance()->CloseCamera(req, reply);
57 CameraServer::GetInstance()->SetCameraConfig(req, reply);
60 CameraServer::GetInstance()->TriggerLoopingCapture(req, reply);
63 CameraServer::GetInstance()->StopLoopingCapture(req, reply);
66 CameraServer::GetInstance()->TriggerSingleCapture(req, reply);
69 CameraServer::GetInstance()->SetCameraCallback(req, reply);
72 CameraServer::GetInstance()->SetCameraMode(req, reply);
75 CameraServer::GetInstance()->GetCameraModeNum(req, reply);
82 void CameraServer::InitCameraServer()
88 void CameraServer::GetCameraAbility(IpcIo *req, IpcIo *reply)
123 void CameraServer::GetCameraInfo(IpcIo *req, IpcIo *reply)
135 void CameraServer::GetCameraIdList(IpcIo *req, IpcIo *reply)
144 void CameraServer::GetCameraModeNum(IpcIo *req, IpcIo *reply)
150 void CameraServer::CreateCamera(IpcIo *req, IpcIo *reply)
164 void CameraServer::CloseCamera(IpcIo *req, IpcIo *reply)
178 void CameraServer::SetCameraConfig(IpcIo *req, IpcIo *reply)
188 void CameraServer::SetCameraCallback(IpcIo *req, IpcIo *reply)
248 void CameraServer::SetFrameConfig(IpcIo *req, IpcIo *reply)
264 void CameraServer::TriggerLoopingCapture(IpcIo *req, IpcIo *reply)
280 void CameraServer::TriggerSingleCapture(IpcIo *req, IpcIo *reply)
296 void CameraServer::StopLoopingCapture(IpcIo *req, IpcIo *reply)
311 void CameraServer::OnCameraStatusChange(int32_t ret, SvcIdentity *sid)
326 void CameraServer::OnTriggerSingleCaptureFinished(int32_t ret)
342 void CameraServer::OnTriggerLoopingCaptureFinished(int32_t ret, int32_t streamId)
357 void CameraServer::OnCameraConfigured(int32_t ret)
372 void CameraServer::SetCameraMode(IpcIo *req, IpcIo *reply)