diff options
Diffstat (limited to 'camera/QCamera2/HAL3/QCamera3HWI.h')
| -rwxr-xr-x | camera/QCamera2/HAL3/QCamera3HWI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camera/QCamera2/HAL3/QCamera3HWI.h b/camera/QCamera2/HAL3/QCamera3HWI.h index 0e014a8..dec07af 100755 --- a/camera/QCamera2/HAL3/QCamera3HWI.h +++ b/camera/QCamera2/HAL3/QCamera3HWI.h @@ -85,6 +85,7 @@ public: static void get_metadata_vendor_tag_ops(const struct camera3_device *, vendor_tag_query_ops_t* ops); static void dump(const struct camera3_device *, int fd); + static int flush(const struct camera3_device *); static int close_camera_device(struct hw_device_t* device); public: QCamera3HardwareInterface(int cameraId); @@ -120,6 +121,7 @@ public: int processCaptureRequest(camera3_capture_request_t *request); void getMetadataVendorTagOps(vendor_tag_query_ops_t* ops); void dump(int fd); + int flush(); int setFrameParameters(int frame_id, const camera_metadata_t *settings, uint32_t streamTypeMask, cam_trigger_t &aeTrigger); |
