Searched refs:result (Results 101 - 125 of 229) sorted by relevance

12345678910

/hardware/akm/AK8975_FS/libsensors/
H A Dsensors.cpp176 int result = pipe(wakeFds); local
177 ALOGE_IF(result<0, "error creating wake pipe (%s)", strerror(errno));
229 int result = write(mWritePipeFd, &wakeMessage, 1); variable
230 ALOGE_IF(result<0, "error sending wake message (%s)", strerror(errno));
309 int result = read(mPollFds[wake].fd, &msg, 1); local
310 ALOGE_IF(result<0, "error reading from wake pipe (%s)", strerror(errno));
/hardware/invensense/60xx/mlsdk/mllite/
H A DmlMathFunc.c75 long result; local
77 result = (long)(temp >> 29);
78 return result;
91 long result; local
93 result = (long)(temp >> 30);
94 return result;
H A DdmpDefaultMantis.c434 inv_error_t result; local
437 result = inv_clock_source(MPU_CLK_SEL_PLLGYROZ);
438 if (result) {
439 LOG_RESULT_LOCATION(result);
440 return result;
442 result = inv_dl_cfg_sampling(MPU_FILTER_42HZ, 4);
443 if (result) {
444 LOG_RESULT_LOCATION(result);
445 return result;
447 result
[all...]
H A Dml_stored_data.c785 inv_error_t result; local
1009 result = inv_set_compass_offset();
1011 if (result == INV_SUCCESS) {
1493 inv_error_t result; local
1499 result = inv_serial_get_cal_length(&length);
1500 if (result == INV_ERROR_FILE_OPEN) {
1504 if (result || length <= 0) {
1506 "error %d - aborting\n", result);
1507 return result;
1515 result
1550 inv_error_t result; local
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dml_math_func.c94 long result; local
95 result = (long)((float)a * b / (1L << 29));
96 return result;
99 long result;
101 result = (long)(temp >> 29);
102 return result;
116 long result; local
117 result = (long)((float)a * b / (1L << 30));
118 return result;
121 long result;
132 long result; local
150 long result; local
[all...]
H A Dresults_holder.c258 inv_error_t result = inv_get_quaternion(ldata); local
268 return result;
341 /** Returns the status of the result holder.
351 /** Set the status of the result holder.
502 // set default mpl calibration result for testing
518 inv_error_t result; local
519 result = inv_init_results_holder();
520 if ( result ) {
521 return result;
524 result
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.c94 long result; local
95 result = (long)((float)a * b / (1L << 29));
96 return result;
99 long result;
101 result = (long)(temp >> 29);
102 return result;
116 long result; local
117 result = (long)((float)a * b / (1L << 30));
118 return result;
121 long result;
132 long result; local
150 long result; local
[all...]
/hardware/libhardware/include/hardware/
H A Dcamera3.h110 * - add partial result support. process_capture_result may be called
111 * multiple times with a subset of the available result before the full
112 * result is available.
217 * into one result.
277 * entry. Rapid changes in settings may result in some settings never being
283 * settings/result/static info metadata. Specifically, only the following settings
425 * S4.1. Auto-focus settings and result entries:
454 * algorithm state, reported by the HAL in the result metadata.
498 * S4.2. Auto-exposure settings and result entries:
525 * algorithm state, reported by the HAL in the result metadat
1919 const camera_metadata_t *result; member in struct:camera3_capture_result
[all...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXFD.cpp201 android::sp<CameraMetadataResult> &result,
263 result = new (std::nothrow) CameraMetadataResult;
264 if(NULL == result.get()) {
270 faceRet = encodeFaceCoordinates(faceData, result->getMetadataResult()
275 metaRet = encodePreviewMetadata(result->getMetadataResult()
279 // result and return correct error code
280 result.clear();
284 //Some real error occurred during face encoding, clear metadata result
286 result.clear();
292 result
200 createPreviewMetadata(OMX_BUFFERHEADERTYPE* pBuffHeader, android::sp<CameraMetadataResult> &result, size_t previewWidth, size_t previewHeight) argument
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1388 String8 result; local
1391 result.append(buffer);
1394 result.append(buffer);
1396 result.append(buffer);
1398 result.append(buffer);
1400 result.append(buffer);
1402 result.append(buffer);
1404 result.append(buffer);
1406 result.append(buffer);
1408 result
3599 String8 result; local
3642 String8 result; local
3681 String8 result; local
3703 String8 result; local
3742 String8 result; local
3830 String8 result; local
3868 String8 result; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Ddequantize_v6.asm41 strh r7, [r2], #2 ;store result
56 strh r7, [r2], #2 ;store result
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Ddatalogger_outputs.c367 inv_error_t result; local
368 result = inv_init_datalogger_outputs();
369 if (result)
370 return result;
/hardware/libhardware/tests/camera2/
H A DTestForkerEventListener.cpp94 exit(test_info.result()->Passed()
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_rpc_glue.c129 int loc_apicbprog_freeresult (SVCXPRT *transp, xdrproc_t xdr_result, caddr_t result) argument
131 xdr_free (xdr_result, result);
141 int loc_apicbprog_0x00040001_freeresult (SVCXPRT *transp, xdrproc_t xdr_result, caddr_t result) argument
143 return loc_apicbprog_freeresult (transp, xdr_result, result);
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_rpc_glue.c129 int loc_apicbprog_freeresult (SVCXPRT *transp, xdrproc_t xdr_result, caddr_t result) argument
131 xdr_free (xdr_result, result);
141 int loc_apicbprog_0x00010001_freeresult (SVCXPRT *transp, xdrproc_t xdr_result, caddr_t result) argument
143 return loc_apicbprog_freeresult (transp, xdr_result, result);
/hardware/ti/omap4-aah/security/tf_daemon/
H A Ddelegation_client.c517 int result = 0;
525 result = stat(directoryName, &buf);
526 if (result == 0)
893 int result = 0; local
896 result = ftruncate(fileno(pFile),nNewSectorCount * g_nSectorSize);
902 result = _chsize(_fileno(pFile),nNewSectorCount * g_nSectorSize);
904 if (result)
920 int result; local
932 result=fflush(pFile);
933 if (result)
[all...]
/hardware/ti/omap4xxx/security/tf_daemon/
H A Ddelegation_client.c474 int result = 0;
482 result = stat(directoryName, &buf);
483 if (result == 0)
775 int result = 0; local
778 result = ftruncate(fileno(pFile),nNewSectorCount * g_nSectorSize);
784 result = _chsize(_fileno(pFile),nNewSectorCount * g_nSectorSize);
786 if (result)
802 int result; local
814 result=fflush(pFile);
815 if (result)
[all...]
/hardware/ti/omap4-aah/domx/domx/omx_rpc/src/
H A Domx_rpc_stub.c82 * result in these calls being sent via async mode. Sync mode leads to correct
124 pOmxPacket->result = 0; \
206 *eCompReturn = (OMX_ERRORTYPE) (((struct omx_packet *) pRetPacket)->result);
281 *eCompReturn = (OMX_ERRORTYPE) (((struct omx_packet *) pRetPacket)->result);
356 *eCompReturn = (OMX_ERRORTYPE) (((struct omx_packet *) pRetPacket)->result);
427 *eCompReturn = (OMX_ERRORTYPE) (((struct omx_packet *) pRetPacket)->result);
504 *eCompReturn = (OMX_ERRORTYPE) (((struct omx_packet *) pRetPacket)->result);
573 *eCompReturn = (OMX_ERRORTYPE) (((struct omx_packet *) pRetPacket)->result);
653 *eCompReturn = (OMX_ERRORTYPE) (((struct omx_packet *) pRetPacket)->result);
709 *eCompReturn = (OMX_ERRORTYPE) (((struct omx_packet *) pRetPacket)->result);
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A Dsensors_mpl.cpp162 int result = pipe(wakeFds); local
163 LOGE_IF(result<0, "error creating wake pipe (%s)", strerror(errno));
190 int result = write(mWritePipeFd, &wakeMessage, 1);
191 LOGE_IF(result < 0,
303 int result = read(mPollFds[numSensorDrivers].fd, &msg, 1); local
304 LOGE_IF(result < 0,
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DMobiCoreDevice.cpp311 uint32_t mcRet = mcpMessage->rspOpen.rspHeader.result;
408 uint32_t mcRet = mcpMessage->rspOpen.rspHeader.result;
481 uint32_t mcRet = mcpMessage->rspMap.rspHeader.result;
524 uint32_t mcRet = mcpMessage->rspUnmap.rspHeader.result;
581 uint32_t mcRet = mcpMessage->rspDonateRam.rspHeader.result;
620 uint32_t mcRet = mcpMessage->rspGetMobiCoreVersion.rspHeader.result;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dlint-hunks.py49 result = super(Subprocess, self).communicate(*args, **kwargs)
57 return result
/hardware/qcom/display/msm8960/libqservice/
H A DIQService.cpp71 status_t result = reply.readInt32(); local
72 return result;
/hardware/qcom/display/msm8974/libqservice/
H A DIQService.cpp71 status_t result = reply.readInt32(); local
72 return result;
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdp.cpp75 bool result = true; local
79 result = false;
90 result = false;
93 return result;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXFD.cpp189 sp<CameraFDResult> &result,
281 result = new CameraFDResult(faces);
283 result.clear();
284 result = NULL;
188 detectFaces(OMX_BUFFERHEADERTYPE* pBuffHeader, sp<CameraFDResult> &result, size_t previewWidth, size_t previewHeight) argument

Completed in 819 milliseconds

12345678910