Lines Matching refs:int32_t

90     int32_t msg_type;
91 int32_t ext1;
92 int32_t ext2;
118 int32_t msg_type; // msg type
119 int32_t ext1; // extended parameter
120 int32_t ext2; // extended parameter
142 virtual int32_t notifyCallback(qcamera_callback_argm_t &cbArgs);
147 virtual int32_t startSnapshots();
178 static void enable_msg_type(struct camera_device *, int32_t msg_type);
179 static void disable_msg_type(struct camera_device *, int32_t msg_type);
180 static int msg_type_enabled(struct camera_device *, int32_t msg_type);
197 int32_t cmd, int32_t arg1, int32_t arg2);
235 int enableMsgType(int32_t msg_type);
236 int disableMsgType(int32_t msg_type);
237 int msgTypeEnabled(int32_t msg_type);
238 int msgTypeEnabledWithLock(int32_t msg_type);
253 int sendCommand(int32_t cmd, int32_t arg1, int32_t arg2);
258 int32_t &faceID);
294 int32_t processAutoFocusEvent(cam_auto_focus_data_t &focus_data);
295 int32_t processZoomEvent(cam_crop_data_t &crop_info);
296 int32_t processPrepSnapshotDoneEvent(cam_prep_snapshot_state_t prep_snapshot_state);
297 int32_t processJpegNotify(qcamera_jpeg_evt_payload_t *jpeg_job);
299 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
300 int32_t sendDataNotify(int32_t msg_type,
305 int32_t addChannel(qcamera_ch_type_enum_t ch_type);
306 int32_t startChannel(qcamera_ch_type_enum_t ch_type);
307 int32_t stopChannel(qcamera_ch_type_enum_t ch_type);
308 int32_t delChannel(qcamera_ch_type_enum_t ch_type);
309 int32_t addPreviewChannel();
310 int32_t addSnapshotChannel();
311 int32_t addVideoChannel();
312 int32_t addZSLChannel();
313 int32_t addCaptureChannel();
314 int32_t addRawChannel();
315 int32_t addMetaDataChannel();
322 int32_t addStreamToChannel(QCameraChannel *pChannel,
326 int32_t preparePreview();
330 int32_t processFaceDetectionResult(cam_face_detection_data_t *fd_data);
331 int32_t processHistogramStats(cam_hist_stats_t &stats_data);
332 int32_t setHistogram(bool histogram_en);
333 int32_t setFaceDetection(bool enabled);
334 int32_t prepareHardwareForSnapshot(int32_t afNeeded);
394 int32_t mMsgEnabled;