• Home
  • Raw
  • Download

Lines Matching refs:rc

114     int rc = -1;  in get_camera_info()  local
121 return rc; in get_camera_info()
130 int rc = -1; in camera_device_open() local
142 return rc; in camera_device_open()
153 rc = 0; in camera_device_open()
170 ALOGE(" end rc %d", rc); in camera_device_open()
171 return rc; in camera_device_open()
177 int rc = -1; in close_camera_device() local
193 rc = 0; in close_camera_device()
195 return rc; in close_camera_device()
202 int rc = -1; in set_preview_window() local
206 rc = hardware->set_preview_window(device, window); in set_preview_window()
208 return rc; in set_preview_window()
245 int rc = -1; in msg_type_enabled() local
248 rc = hardware->msg_type_enabled(device, msg_type); in msg_type_enabled()
250 return rc; in msg_type_enabled()
256 int rc = -1; in start_preview() local
259 rc = hardware->start_preview(device); in start_preview()
262 return rc; in start_preview()
277 int rc = -1; in preview_enabled() local
280 rc = hardware->preview_enabled(device); in preview_enabled()
282 return rc; in preview_enabled()
288 int rc = -1; in store_meta_data_in_buffers() local
291 rc = hardware->store_meta_data_in_buffers(device, enable); in store_meta_data_in_buffers()
293 return rc; in store_meta_data_in_buffers()
299 int rc = -1; in start_recording() local
302 rc = hardware->start_recording(device); in start_recording()
304 return rc; in start_recording()
319 int rc = -1; in recording_enabled() local
322 rc = hardware->recording_enabled(device); in recording_enabled()
324 return rc; in recording_enabled()
340 int rc = -1; in auto_focus() local
343 rc = hardware->auto_focus(device); in auto_focus()
345 return rc; in auto_focus()
351 int rc = -1; in cancel_auto_focus() local
354 rc = hardware->cancel_auto_focus(device); in cancel_auto_focus()
356 return rc; in cancel_auto_focus()
362 int rc = -1; in take_picture() local
365 rc = hardware->take_picture(device); in take_picture()
367 return rc; in take_picture()
374 int rc = -1; in cancel_picture() local
377 rc = hardware->cancel_picture(device); in cancel_picture()
379 return rc; in cancel_picture()
386 int rc = -1; in set_parameters() local
389 rc = hardware->set_parameters(device, parms); in set_parameters()
391 return rc; in set_parameters()
420 int rc = -1; in send_command() local
423 rc = hardware->send_command(device, cmd, arg1, arg2); in send_command()
425 return rc; in send_command()
442 int rc = -1; in dump() local
445 rc = hardware->dump(device, fd); in dump()
447 return rc; in dump()