Searched refs:is_op_supported (Results 1 – 3 of 3) sorted by relevance
275 uint8_t (*is_op_supported)(uint32_t camera_handle, mm_camera_ops_type_t opcode); member
1225 .is_op_supported = mm_camera_intf_is_op_supported,
570 if(mCameraHandle->ops->is_op_supported(mCameraHandle->camera_handle, MM_CAMERA_OPS_FOCUS)) { in hasAutoFocusSupport()