Home | History | Annotate | Download | only in camera

Lines Matching refs:rc

313   int rc = -1;
320 rc = 0;
326 return rc;
336 int rc = -1;
355 rc = 0;
369 return rc;
375 int rc = -1;
394 rc = 0;
396 return rc;
404 int rc = -1;
407 rc = hardware->set_PreviewWindow((void *)window);
409 return rc;
478 int rc = -1;
481 rc = hardware->msgTypeEnabled(msg_type);
483 return rc;
489 int rc = -1;
492 rc = hardware->startPreview( );
495 return rc;
510 int rc = -1;
513 rc = hardware->previewEnabled( );
515 return rc;
521 int rc = -1;
524 rc = hardware->storeMetaDataInBuffers( enable);
526 return rc;
532 int rc = -1;
535 rc = hardware->startRecording( );
537 return rc;
552 int rc = -1;
555 rc = hardware->recordingEnabled( );
557 return rc;
573 int rc = -1;
576 rc = hardware->autoFocus( );
578 return rc;
584 int rc = -1;
587 rc = hardware->cancelAutoFocus( );
589 return rc;
595 int rc = -1;
598 rc = hardware->takePicture( );
600 return rc;
607 int rc = -1;
610 rc = hardware->cancelPicture( );
612 return rc;
621 int rc = -1;
628 rc = hardware->setParameters( g_param );
630 return rc;
636 char* rc = NULL;
643 rc = (char *)g_str.string( );
644 if (!rc) {
647 //ALOGE("get_parameters: %s", rc);
651 return rc;
661 //rc = hardware->putParameters(parm );
671 int rc = -1;
674 rc = hardware->sendCommand( cmd, arg1, arg2);
676 return rc;
693 int rc = -1;
696 //rc = hardware->dump( fd );
697 rc = 0;
699 return rc;