Searched defs:stat (Results 1 - 24 of 24) 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/bsp/intel/peripheral/libupm/src/at42qt1070/
H A Dat42qt1070.cxx119 uint8_t stat = readByte(REG_DETSTATUS); local
122 if (stat & DET_CALIBRATE) {
129 if (stat & DET_OVERFLOW)
135 if (stat & DET_TOUCH) {
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_rpc_glue.c49 #include <sys/stat.h>
89 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
200 enum clnt_stat stat = RPC_SUCCESS; local
202 stat = RPC_FUNC_VERSION(rpc_loc_open_, /* LOC_APIVERS */ 0x00040001)(&args, &rets, loc_api_clnt);
203 LOC_GLUE_CHECK_RESULT(stat, int32);
216 enum clnt_stat stat = RPC_SUCCESS; local
218 stat = RPC_FUNC_VERSION(rpc_loc_close_, /* LOC_APIVERS */ 0x00040001)(&args, &rets, loc_api_clnt);
219 LOC_GLUE_CHECK_RESULT(stat, int32);
232 enum clnt_stat stat local
248 enum clnt_stat stat = RPC_SUCCESS; local
319 enum clnt_stat stat = RPC_SUCCESS; local
333 enum clnt_stat stat = RPC_SUCCESS; local
[all...]
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_rpc_glue.c49 #include <sys/stat.h>
89 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
200 enum clnt_stat stat = RPC_SUCCESS; local
202 stat = RPC_FUNC_VERSION(rpc_loc_open_, LOC_APIVERS)(&args, &rets, loc_api_clnt);
203 LOC_GLUE_CHECK_RESULT(stat, int32);
216 enum clnt_stat stat = RPC_SUCCESS; local
218 stat = RPC_FUNC_VERSION(rpc_loc_close_, LOC_APIVERS)(&args, &rets, loc_api_clnt);
219 LOC_GLUE_CHECK_RESULT(stat, int32);
232 enum clnt_stat stat local
248 enum clnt_stat stat = RPC_SUCCESS; local
319 enum clnt_stat stat = RPC_SUCCESS; local
333 enum clnt_stat stat = RPC_SUCCESS; local
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_rpc_glue.c49 #include <sys/stat.h>
89 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
200 enum clnt_stat stat = RPC_SUCCESS; local
202 stat = RPC_FUNC_VERSION(rpc_loc_open_, /* LOC_APIVERS */ 0x00040001)(&args, &rets, loc_api_clnt);
203 LOC_GLUE_CHECK_RESULT(stat, int32);
216 enum clnt_stat stat = RPC_SUCCESS; local
218 stat = RPC_FUNC_VERSION(rpc_loc_close_, /* LOC_APIVERS */ 0x00040001)(&args, &rets, loc_api_clnt);
219 LOC_GLUE_CHECK_RESULT(stat, int32);
232 enum clnt_stat stat local
248 enum clnt_stat stat = RPC_SUCCESS; local
319 enum clnt_stat stat = RPC_SUCCESS; local
333 enum clnt_stat stat = RPC_SUCCESS; local
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_rpc_glue.c49 #include <sys/stat.h>
89 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
200 enum clnt_stat stat = RPC_SUCCESS; local
202 stat = RPC_FUNC_VERSION(rpc_loc_open_, LOC_APIVERS)(&args, &rets, loc_api_clnt);
203 LOC_GLUE_CHECK_RESULT(stat, int32);
216 enum clnt_stat stat = RPC_SUCCESS; local
218 stat = RPC_FUNC_VERSION(rpc_loc_close_, LOC_APIVERS)(&args, &rets, loc_api_clnt);
219 LOC_GLUE_CHECK_RESULT(stat, int32);
232 enum clnt_stat stat local
248 enum clnt_stat stat = RPC_SUCCESS; local
319 enum clnt_stat stat = RPC_SUCCESS; local
333 enum clnt_stat stat = RPC_SUCCESS; local
[all...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_rpc_glue.c49 #include <sys/stat.h>
89 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
200 enum clnt_stat stat = RPC_SUCCESS; local
202 stat = RPC_FUNC_VERSION(rpc_loc_open_, /* LOC_APIVERS */ 0x00040001)(&args, &rets, loc_api_clnt);
203 LOC_GLUE_CHECK_RESULT(stat, int32);
216 enum clnt_stat stat = RPC_SUCCESS; local
218 stat = RPC_FUNC_VERSION(rpc_loc_close_, /* LOC_APIVERS */ 0x00040001)(&args, &rets, loc_api_clnt);
219 LOC_GLUE_CHECK_RESULT(stat, int32);
232 enum clnt_stat stat local
248 enum clnt_stat stat = RPC_SUCCESS; local
319 enum clnt_stat stat = RPC_SUCCESS; local
333 enum clnt_stat stat = RPC_SUCCESS; local
[all...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_rpc_glue.c49 #include <sys/stat.h>
89 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
200 enum clnt_stat stat = RPC_SUCCESS; local
202 stat = RPC_FUNC_VERSION(rpc_loc_open_, LOC_APIVERS)(&args, &rets, loc_api_clnt);
203 LOC_GLUE_CHECK_RESULT(stat, int32);
216 enum clnt_stat stat = RPC_SUCCESS; local
218 stat = RPC_FUNC_VERSION(rpc_loc_close_, LOC_APIVERS)(&args, &rets, loc_api_clnt);
219 LOC_GLUE_CHECK_RESULT(stat, int32);
232 enum clnt_stat stat local
248 enum clnt_stat stat = RPC_SUCCESS; local
319 enum clnt_stat stat = RPC_SUCCESS; local
333 enum clnt_stat stat = RPC_SUCCESS; local
[all...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXDCC.cpp174 status_t stat = NO_ERROR; local
189 stat = -errno;
200 stat = INVALID_OPERATION;
215 if (stat == NO_ERROR) {
H A DOMXCameraAdapter.cpp3297 status_t stat = NO_ERROR; local
3320 stat = sendCallBacks(cameraFrame, pBuffHeader, mask, pPortParam);
3420 status_t stat = NO_ERROR; local
3532 stat = sendCallBacks(cameraFrame, pBuffHeader, mask, pPortParam);
3574 stat |= advanceZoom();
3591 stat = sendCallBacks(cameraFrame, pBuffHeader, mask, pPortParam);
3706 stat = sendCallBacks(cameraFrame, pBuffHeader, mask, pPortParam);
3757 stat = sendCallBacks(cameraFrame, pBuffHeader, mask, pPortParam);
3766 if ( NO_ERROR != stat )
3772 CAMHAL_LOGDB("sendFrameToSubscribers error: %d", stat);
3888 status_t stat; local
[all...]
/hardware/ti/omap4-aah/libtiutils/
H A DMessageQueue.cpp46 android::status_t stat; local
48 stat = pipe(fds);
50 if ( 0 > stat )
52 MSGQ_LOGEB("Error while openning pipe: %s", strerror(stat) );
/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/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_rpc_glue.c41 #include <sys/stat.h>
104 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
105 if (stat != RPC_SUCCESS) { \
106 LOC_LOGE("%s:%d] failure code %d", __func__, __LINE__, stat); \
107 return (ret_type)((stat == RPC_SUBSYSTEM_RESTART) ? \
361 enum clnt_stat stat = RPC_SUCCESS; local
369 stat = RPC_FUNC_VERSION(rpc_loc_open_, RPC_LOC_OPEN_VERSION)(&args, &rets, loc_api_clnt);
373 }while( (RPC_SUCCESS != stat||0 > ret_val) && 0 != try_num );
375 LOC_GLUE_CHECK_RESULT(stat, int32);
398 enum clnt_stat stat local
447 enum clnt_stat stat = RPC_SUCCESS; local
472 enum clnt_stat stat = RPC_SUCCESS; local
572 enum clnt_stat stat = RPC_SUCCESS; local
589 enum clnt_stat stat = RPC_SUCCESS; local
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_rpc_glue.c41 #include <sys/stat.h>
104 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
105 if (stat != RPC_SUCCESS) { \
106 LOC_LOGE("%s:%d] failure code %d", __func__, __LINE__, stat); \
107 return (ret_type)((stat == RPC_SUBSYSTEM_RESTART) ? \
361 enum clnt_stat stat = RPC_SUCCESS; local
369 stat = RPC_FUNC_VERSION(rpc_loc_open_, RPC_LOC_OPEN_VERSION)(&args, &rets, loc_api_clnt);
373 }while( (RPC_SUCCESS != stat||0 > ret_val) && 0 != try_num );
375 LOC_GLUE_CHECK_RESULT(stat, int32);
398 enum clnt_stat stat local
447 enum clnt_stat stat = RPC_SUCCESS; local
472 enum clnt_stat stat = RPC_SUCCESS; local
572 enum clnt_stat stat = RPC_SUCCESS; local
589 enum clnt_stat stat = RPC_SUCCESS; local
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_rpc_glue.c41 #include <sys/stat.h>
104 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
105 if (stat != RPC_SUCCESS) { \
106 LOC_LOGE("%s:%d] failure code %d", __func__, __LINE__, stat); \
107 return (ret_type)((stat == RPC_SUBSYSTEM_RESTART) ? \
361 enum clnt_stat stat = RPC_SUCCESS; local
369 stat = RPC_FUNC_VERSION(rpc_loc_open_, RPC_LOC_OPEN_VERSION)(&args, &rets, loc_api_clnt);
373 }while( (RPC_SUCCESS != stat||0 > ret_val) && 0 != try_num );
375 LOC_GLUE_CHECK_RESULT(stat, int32);
398 enum clnt_stat stat local
447 enum clnt_stat stat = RPC_SUCCESS; local
472 enum clnt_stat stat = RPC_SUCCESS; local
572 enum clnt_stat stat = RPC_SUCCESS; local
589 enum clnt_stat stat = RPC_SUCCESS; local
[all...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_rpc_glue.c41 #include <sys/stat.h>
104 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
105 if (stat != RPC_SUCCESS) { \
106 LOC_LOGE("%s:%d] failure code %d", __func__, __LINE__, stat); \
107 return (ret_type)((stat == RPC_SUBSYSTEM_RESTART) ? \
361 enum clnt_stat stat = RPC_SUCCESS; local
369 stat = RPC_FUNC_VERSION(rpc_loc_open_, RPC_LOC_OPEN_VERSION)(&args, &rets, loc_api_clnt);
373 }while( (RPC_SUCCESS != stat||0 > ret_val) && 0 != try_num );
375 LOC_GLUE_CHECK_RESULT(stat, int32);
398 enum clnt_stat stat local
447 enum clnt_stat stat = RPC_SUCCESS; local
472 enum clnt_stat stat = RPC_SUCCESS; local
572 enum clnt_stat stat = RPC_SUCCESS; local
589 enum clnt_stat stat = RPC_SUCCESS; local
[all...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_rpc_glue.c41 #include <sys/stat.h>
104 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \
105 if (stat != RPC_SUCCESS) { \
106 LOC_LOGE("%s:%d] failure code %d", __func__, __LINE__, stat); \
107 return (ret_type)((stat == RPC_SUBSYSTEM_RESTART) ? \
361 enum clnt_stat stat = RPC_SUCCESS; local
369 stat = RPC_FUNC_VERSION(rpc_loc_open_, RPC_LOC_OPEN_VERSION)(&args, &rets, loc_api_clnt);
373 }while( (RPC_SUCCESS != stat||0 > ret_val) && 0 != try_num );
375 LOC_GLUE_CHECK_RESULT(stat, int32);
398 enum clnt_stat stat local
447 enum clnt_stat stat = RPC_SUCCESS; local
472 enum clnt_stat stat = RPC_SUCCESS; local
572 enum clnt_stat stat = RPC_SUCCESS; local
589 enum clnt_stat stat = RPC_SUCCESS; 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/omap4-aah/test/CameraHal/
H A Dcamera_test_script.cpp4 #include <sys/stat.h>
1710 status_t stat = NO_ERROR; local
1823 stat = camera->setParameters(params.flatten());
1825 if ( NO_ERROR != stat ) {
1844 stat = camera->setParameters(params.flatten());
1846 if ( NO_ERROR != stat ) {
1864 stat = camera->setParameters(params.flatten());
1866 if ( NO_ERROR != stat ) {
H A Dcamera_test_menu.cpp4 #include <sys/stat.h>
3712 status_t stat = NO_ERROR; local
3836 stat = camera->setParameters(params.flatten());
3838 if ( NO_ERROR != stat ) {
3857 stat = camera->setParameters(params.flatten());
3859 if ( NO_ERROR != stat ) {
3877 stat = camera->setParameters(params.flatten());
3879 if ( NO_ERROR != stat ) {
/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp38 #include <sys/stat.h>
3257 status_t stat = camera[i]->openCamera(); local
3258 if ( NO_ERROR != stat ) {
3363 status_t stat = NO_ERROR; local
3393 stat = currentCamera->openCamera();
3399 stat = currentCamera->resumePreview();
3405 stat = currentCamera->startPreview();
3411 stat = currentCamera->stopPreview();
3418 stat = currentCamera->setVideoSize(command.arg);
3420 stat
[all...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dpkt_stats.h236 struct ppdu_status stat; member in struct:tx_ppdu_end
/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 403 milliseconds