Lines Matching refs:dev
316 static int set_preview_window(struct camera_device* dev,
319 static void set_callbacks(struct camera_device* dev,
326 static void enable_msg_type(struct camera_device* dev, int32_t msg_type);
328 static void disable_msg_type(struct camera_device* dev, int32_t msg_type);
330 static int msg_type_enabled(struct camera_device* dev, int32_t msg_type);
332 static int start_preview(struct camera_device* dev);
334 static void stop_preview(struct camera_device* dev);
336 static int preview_enabled(struct camera_device* dev);
338 static int store_meta_data_in_buffers(struct camera_device* dev, int enable);
340 static int start_recording(struct camera_device* dev);
342 static void stop_recording(struct camera_device* dev);
344 static int recording_enabled(struct camera_device* dev);
346 static void release_recording_frame(struct camera_device* dev,
349 static int auto_focus(struct camera_device* dev);
351 static int cancel_auto_focus(struct camera_device* dev);
353 static int take_picture(struct camera_device* dev);
355 static int cancel_picture(struct camera_device* dev);
357 static int set_parameters(struct camera_device* dev, const char* parms);
359 static char* get_parameters(struct camera_device* dev);
361 static void put_parameters(struct camera_device* dev, char* params);
363 static int send_command(struct camera_device* dev,
368 static void release(struct camera_device* dev);
370 static int dump(struct camera_device* dev, int fd);