Searched defs:notifyShutter (Results 1 - 4 of 4) sorted by path

/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDeviceSession.cpp682 void ExternalCameraDeviceSession::notifyShutter(uint32_t frameNumber, nsecs_t shutterTs) { function in class:android::hardware::camera::device::V3_4::implementation::ExternalCameraDeviceSession
708 notifyShutter(req->frameNumber, req->shutterTs);
749 notifyShutter(req->frameNumber, req->shutterTs);
/hardware/libhardware/modules/camera/3_0/
H A DCamera.cpp393 notifyShutter(request->frame_number, 0);
450 void Camera::notifyShutter(uint32_t frame_number, uint64_t timestamp) function in class:default_camera_hal::Camera
/hardware/libhardware/modules/camera/3_4/
H A Dcamera.cpp410 notifyShutter(request->frame_number, timestamp);
470 void Camera::notifyShutter(uint32_t frame_number, uint64_t timestamp) function in class:default_camera_hal::Camera
/hardware/libhardware/modules/usbcamera/
H A DCamera.cpp427 notifyShutter(request->frame_number, 0);
460 void Camera::notifyShutter(uint32_t frame_number, uint64_t timestamp) { function in class:usb_camera_hal::Camera

Completed in 122 milliseconds