Lines Matching refs:dev
311 static int set_preview_window(struct camera_device* dev,
314 static void set_callbacks(struct camera_device* dev,
320 static void enable_msg_type(struct camera_device* dev, int32_t msg_type);
322 static void disable_msg_type(struct camera_device* dev, int32_t msg_type);
324 static int msg_type_enabled(struct camera_device* dev, int32_t msg_type);
326 static int start_preview(struct camera_device* dev);
328 static void stop_preview(struct camera_device* dev);
330 static int preview_enabled(struct camera_device* dev);
332 static int store_meta_data_in_buffers(struct camera_device* dev, int enable);
334 static int start_recording(struct camera_device* dev);
336 static void stop_recording(struct camera_device* dev);
338 static int recording_enabled(struct camera_device* dev);
340 static void release_recording_frame(struct camera_device* dev,
343 static int auto_focus(struct camera_device* dev);
345 static int cancel_auto_focus(struct camera_device* dev);
347 static int take_picture(struct camera_device* dev);
349 static int cancel_picture(struct camera_device* dev);
351 static int set_parameters(struct camera_device* dev, const char* parms);
353 static char* get_parameters(struct camera_device* dev);
355 static void put_parameters(struct camera_device* dev, char* params);
357 static int send_command(struct camera_device* dev, int32_t cmd, int32_t arg1,
360 static void release(struct camera_device* dev);
362 static int dump(struct camera_device* dev, int fd);