Home
last modified time | relevance | path

Searched refs:notifyShutter (Results 1 – 8 of 8) sorted by relevance

/hardware/libhardware/modules/camera/3_0/
DCamera.h85 void notifyShutter(uint32_t frame_number, uint64_t timestamp);
DCamera.cpp393 notifyShutter(request->frame_number, 0); in processCaptureRequest()
450 void Camera::notifyShutter(uint32_t frame_number, uint64_t timestamp) in notifyShutter() function in default_camera_hal::Camera
/hardware/libhardware/modules/usbcamera/
DCamera.h106 void notifyShutter(uint32_t frame_number, uint64_t timestamp);
DCamera.cpp427 notifyShutter(request->frame_number, 0); in processCaptureRequest()
460 void Camera::notifyShutter(uint32_t frame_number, uint64_t timestamp) { in notifyShutter() function in usb_camera_hal::Camera
/hardware/libhardware/modules/camera/3_4/
Dcamera.h111 void notifyShutter(uint32_t frame_number, uint64_t timestamp);
Dcamera.cpp410 notifyShutter(request->frame_number, timestamp); in completeRequest()
470 void Camera::notifyShutter(uint32_t frame_number, uint64_t timestamp) in notifyShutter() function in default_camera_hal::Camera
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h241 void notifyShutter(uint32_t frameNumber, nsecs_t shutterTs);
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp774 void ExternalCameraDeviceSession::notifyShutter(uint32_t frameNumber, nsecs_t shutterTs) { in notifyShutter() function in android::hardware::camera::device::V3_4::implementation::ExternalCameraDeviceSession
800 notifyShutter(req->frameNumber, req->shutterTs); in processCaptureRequestError()
841 notifyShutter(req->frameNumber, req->shutterTs); in processCaptureResult()