Home
last modified time | relevance | path

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

/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_impl.cpp60 if (deviceClient_ == nullptr) { in Configure()
63 int32_t ret = deviceClient_->SetCameraConfig(config); in Configure()
86 if (deviceClient_ == nullptr) { in Release()
89 deviceClient_->Release(); in Release()
112 if (deviceClient_ == nullptr) { in TriggerLoopingCapture()
115 int32_t ret = deviceClient_->TriggerLoopingCapture(fc); in TriggerLoopingCapture()
126 if (deviceClient_ == nullptr) { in StopLoopingCapture()
129 deviceClient_->StopLoopingCapture(type); in StopLoopingCapture()
162 if (deviceClient_ == nullptr) { in TriggerSingleCapture()
170 int32_t ret = deviceClient_ in TriggerSingleCapture()
[all...]
H A Dcamera_impl.h59 CameraDeviceClient *deviceClient_ = nullptr; member in OHOS::Media::CameraImpl

Completed in 2 milliseconds