Home | History | Annotate | Download | only in wrapper

Lines Matching refs:rc

162     int rc = -1;
169 rc = 0;
175 return rc;
184 int rc = -1;
196 return rc;
207 rc = 0;
220 LOGE("%s: end rc %d", __func__, rc);
221 return rc;
227 int rc = -1;
243 rc = 0;
245 return rc;
252 int rc = -1;
256 rc = hardware->setPreviewWindow(window);
258 return rc;
295 int rc = -1;
298 rc = hardware->msgTypeEnabled(msg_type);
300 return rc;
306 int rc = -1;
309 rc = hardware->startPreview( );
312 return rc;
327 int rc = -1;
330 rc = hardware->previewEnabled( );
332 return rc;
338 int rc = -1;
341 rc = hardware->storeMetaDataInBuffers(enable);
343 return rc;
349 int rc = -1;
352 rc = hardware->startRecording( );
354 return rc;
369 int rc = -1;
372 rc = hardware->recordingEnabled( );
374 return rc;
390 int rc = -1;
393 rc = hardware->autoFocus( );
395 return rc;
401 int rc = -1;
404 rc = hardware->cancelAutoFocus( );
406 return rc;
412 int rc = -1;
415 rc = hardware->takePicture( );
417 return rc;
424 int rc = -1;
427 rc = hardware->cancelPicture( );
429 return rc;
436 int rc = -1;
443 rc = hardware->setParameters(parms);
444 //rc = 0;
446 return rc;
475 int rc = -1;
478 rc = hardware->sendCommand( cmd, arg1, arg2);
480 return rc;
497 int rc = -1;
500 rc = hardware->dump( fd );
501 //rc = 0;
503 return rc;