Searched defs:stat (Results 1 - 6 of 6) sorted by relevance

/hardware/libhardware/tests/camera2/
H A DCameraModuleTests.cpp49 status_t stat; local
50 if (isDeviceVersionHal2(cameraId, &stat) && stat == OK) {
51 stat = mDevice->initialize(mModule);
54 return stat;
67 status_t stat; local
69 if (isDeviceVersionHal2(i, &stat) && stat == OK) {
/hardware/ti/omap4xxx/libtiutils/
H A DMessageQueue.cpp45 android::status_t stat; local
47 stat = pipe(fds);
49 if ( 0 > stat )
51 MSGQ_LOGEB("Error while openning pipe: %s", strerror(stat) );
/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp38 #include <sys/stat.h>
855 status_t stat = NO_ERROR; local
875 stat = currentCamera->resumePreview();
881 stat = currentCamera->startPreview();
887 stat = currentCamera->stopPreview();
893 stat = currentCamera->nextPreviewSize();
899 stat = currentCamera->nextPictureSize();
911 stat = currentCamera->autoFocus();
917 stat = currentCamera->takePicture();
923 stat
960 status_t stat = camera->openCamera(); local
[all...]
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_script.cpp4 #include <sys/stat.h>
1202 status_t stat = NO_ERROR; local
1315 stat = camera->setParameters(params.flatten());
1317 if ( NO_ERROR != stat ) {
1336 stat = camera->setParameters(params.flatten());
1338 if ( NO_ERROR != stat ) {
1356 stat = camera->setParameters(params.flatten());
1358 if ( NO_ERROR != stat ) {
H A Dcamera_test_menu.cpp4 #include <sys/stat.h>
2124 status_t stat = NO_ERROR; local
2248 stat = camera->setParameters(params.flatten());
2250 if ( NO_ERROR != stat ) {
2269 stat = camera->setParameters(params.flatten());
2271 if ( NO_ERROR != stat ) {
2289 stat = camera->setParameters(params.flatten());
2291 if ( NO_ERROR != stat ) {
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2930 status_t stat = NO_ERROR; local
3045 stat = sendCallBacks(cameraFrame, pBuffHeader, mask, pPortParam);
3062 stat |= advanceZoom();
3080 stat = sendCallBacks(cameraFrame, pBuffHeader, mask, pPortParam);
3147 stat = sendCallBacks(cameraFrame, pBuffHeader, mask, pPortParam);
3156 if ( NO_ERROR != stat )
3158 CAMHAL_LOGDB("sendFrameToSubscribers error: %d", stat);
3166 CAMHAL_LOGEB("Exiting function %s because of ret %d eError=%x", __FUNCTION__, stat, eError);
3168 if ( NO_ERROR != stat )
3342 status_t stat; local
[all...]

Completed in 7721 milliseconds