• Home
  • Raw
  • Download

Lines Matching refs:rc

161     int rc = -1;  in get_camera_info()  local
168 rc = 0; in get_camera_info()
174 return rc; in get_camera_info()
185 int rc = -1; in camera_device_open() local
206 return rc; in camera_device_open()
218 rc = 0; in camera_device_open()
231 ALOGV("%s: end rc %d", __func__, rc); in camera_device_open()
233 return rc; in camera_device_open()
239 int rc = -1; in close_camera_device() local
259 rc = 0; in close_camera_device()
263 return rc; in close_camera_device()
270 int rc = -1; in set_preview_window() local
274 rc = hardware->setPreviewWindow(window); in set_preview_window()
276 return rc; in set_preview_window()
313 int rc = -1; in msg_type_enabled() local
316 rc = hardware->msgTypeEnabled(msg_type); in msg_type_enabled()
318 return rc; in msg_type_enabled()
324 int rc = -1; in start_preview() local
327 rc = hardware->startPreview( ); in start_preview()
330 return rc; in start_preview()
345 int rc = -1; in preview_enabled() local
348 rc = hardware->previewEnabled( ); in preview_enabled()
350 return rc; in preview_enabled()
356 int rc = -1; in store_meta_data_in_buffers() local
359 rc = hardware->storeMetaDataInBuffers(enable); in store_meta_data_in_buffers()
361 return rc; in store_meta_data_in_buffers()
367 int rc = -1; in start_recording() local
370 rc = hardware->startRecording( ); in start_recording()
372 return rc; in start_recording()
387 int rc = -1; in recording_enabled() local
390 rc = hardware->recordingEnabled( ); in recording_enabled()
392 return rc; in recording_enabled()
408 int rc = -1; in auto_focus() local
411 rc = hardware->autoFocus( ); in auto_focus()
413 return rc; in auto_focus()
419 int rc = -1; in cancel_auto_focus() local
422 rc = hardware->cancelAutoFocus( ); in cancel_auto_focus()
424 return rc; in cancel_auto_focus()
430 int rc = -1; in take_picture() local
433 rc = hardware->takePicture( ); in take_picture()
435 return rc; in take_picture()
442 int rc = -1; in cancel_picture() local
445 rc = hardware->cancelPicture( ); in cancel_picture()
447 return rc; in cancel_picture()
454 int rc = -1; in set_parameters() local
461 rc = hardware->setParameters(parms); in set_parameters()
464 return rc; in set_parameters()
493 int rc = -1; in send_command() local
496 rc = hardware->sendCommand( cmd, arg1, arg2); in send_command()
498 return rc; in send_command()
515 int rc = -1; in dump() local
518 rc = hardware->dump( fd ); in dump()
521 return rc; in dump()