Home
last modified time | relevance | path

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

/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_capture.h46 virtual int32_t IsDeferredPhotoEnabled() = 0;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhstream_capture_proxy.h48 int32_t IsDeferredPhotoEnabled() override;
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhstream_capture_stub.cpp59 errCode = IsDeferredPhotoEnabled(); in OnRemoteRequest()
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_capture_proxy.cpp195 int32_t HStreamCaptureProxy::IsDeferredPhotoEnabled() in IsDeferredPhotoEnabled() function in OHOS::CameraStandard::HStreamCaptureProxy
205 CHECK_ERROR_PRINT_LOG(error != ERR_NONE, "HStreamCaptureProxy IsDeferredPhotoEnabled failed, error: %{public}d", in IsDeferredPhotoEnabled()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_capture.h66 int32_t IsDeferredPhotoEnabled() override;
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp782 int32_t HStreamCapture::IsDeferredPhotoEnabled() in IsDeferredPhotoEnabled() function in OHOS::CameraStandard::HStreamCapture
784 MEDIA_INFO_LOG("HStreamCapture IsDeferredPhotoEnabled deferredPhotoSwitch_: %{public}d", deferredPhotoSwitch_); in IsDeferredPhotoEnabled()
788 MEDIA_INFO_LOG("HStreamCapture IsDeferredPhotoEnabled return 0"); in IsDeferredPhotoEnabled()

Completed in 3 milliseconds