Home
last modified time | relevance | path

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

/foundation/multimedia/camera_lite/frameworks/passthrough/src/
H A Dcamera_device_client.cpp87 void CameraDeviceClient::StopLoopingCapture(int32_t type) in StopLoopingCapture() function in OHOS::Media::CameraDeviceClient
94 return device_->StopLoopingCapture(type); in StopLoopingCapture()
/foundation/multimedia/camera_lite/interfaces/kits/
H A Dcamera.h127 virtual void StopLoopingCapture(int32_t type) {} in StopLoopingCapture() function in OHOS::Media::Camera
/foundation/multimedia/camera_lite/frameworks/passthrough/include/
H A Dcamera_device_client.h35 void StopLoopingCapture(int32_t type);
/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_impl.cpp124 void CameraImpl::StopLoopingCapture(int32_t type = -1) in StopLoopingCapture() function in OHOS::Media::CameraImpl
129 deviceClient_->StopLoopingCapture(type); in StopLoopingCapture()
H A Dcamera_impl.h40 void StopLoopingCapture(int32_t type) override;
/foundation/multimedia/camera_lite/frameworks/binder/include/
H A Dcamera_device_client.h40 void StopLoopingCapture(int32_t type);
/foundation/multimedia/camera_lite/services/server/include/
H A Dcamera_server.h39 void StopLoopingCapture(IpcIo *req, IpcIo *reply);
/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_service.cpp30 iter->second->StopLoopingCapture(-1); in ~CameraService()
183 device->StopLoopingCapture(-1); in CloseCamera()
H A Dcamera_device.cpp907 void CameraDevice::StopLoopingCapture(int32_t type) in StopLoopingCapture() function in OHOS::Media::CameraDevice
/foundation/multimedia/camera_lite/services/server/src/
H A Dcamera_server.cpp63 CameraServer::GetInstance()->StopLoopingCapture(req, reply); in CameraServerRequestHandle()
296 void CameraServer::StopLoopingCapture(IpcIo *req, IpcIo *reply) in StopLoopingCapture() function in OHOS::Media::CameraServer
308 device_->StopLoopingCapture(type); in StopLoopingCapture()
/foundation/multimedia/camera_lite/services/impl/include/
H A Dcamera_device.h120 void StopLoopingCapture(int32_t type);
/foundation/multimedia/camera_lite/frameworks/binder/src/
H A Dcamera_device_client.cpp211 void CameraDeviceClient::StopLoopingCapture(int32_t type) in StopLoopingCapture() function in OHOS::Media::CameraDeviceClient
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcamera_component.cpp294 camera->StopLoopingCapture(-1); in ReleaseNativeViews()
/foundation/multimedia/camera_lite/test/unittest/
H A Dcamera_lite_test.cpp463 cam_->StopLoopingCapture(-1); in Stop()

Completed in 10 milliseconds