Home | History | Annotate | Download | only in test

Lines Matching defs:stat

38 #include <sys/stat.h>
3246 status_t stat = camera[i]->openCamera();
3247 if ( NO_ERROR != stat ) {
3352 status_t stat = NO_ERROR;
3382 stat = currentCamera->openCamera();
3388 stat = currentCamera->resumePreview();
3394 stat = currentCamera->startPreview();
3400 stat = currentCamera->stopPreview();
3407 stat = currentCamera->setVideoSize(command.arg);
3409 stat = currentCamera->nextVideoSize();
3416 stat = currentCamera->setPreviewSize(command.arg);
3418 stat = currentCamera->nextPreviewSize();
3425 stat = currentCamera->setPictureSize(command.arg);
3427 stat = currentCamera->nextPictureSize();
3439 stat = currentCamera->autoFocus();
3445 stat = currentCamera->takePicture();
3457 stat = currentCamera->takePicture();
3468 stat = currentCamera->enablePreviewCallbacks();
3474 stat = currentCamera->stopPreview();
3475 stat = currentCamera->configureRecorder();
3476 stat = currentCamera->startPreview();
3477 stat = currentCamera->startRecording();
3483 stat = currentCamera->stopRecording();
3485 stat = currentCamera->stopPreview();
3486 stat = currentCamera->unconfigureRecorder();
3487 stat = currentCamera->startPreview();
3496 stat = mInterpreter->configureViVCodec();
3501 stat = currentCamera->stopPreview();
3502 stat = currentCamera->configureViVRecording();
3503 stat = currentCamera->startPreview();
3504 stat = currentCamera->startViVRecording();
3522 stat = currentCamera->stopViVRecording();
3523 stat = currentCamera->stopPreview();
3524 stat = currentCamera->unconfigureRecorder();
3525 stat = currentCamera->startPreview();
3527 stat = mInterpreter->unconfigureViVCodec();
3584 printf("Command status 0x%x \n", stat);