Searched refs:result (Results 151 - 175 of 350) sorted by relevance

1234567891011>>

/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c125 int i, j, result, find_flag; local
132 result = 1;
134 while(result != 0 && find_flag < 2){
139 result = fread(&d, 1, 1, fp);
140 if(result == 0){
254 int i, result; local
298 fscanf(fp, "%02x", &result);
299 data[i] = (char)result;
407 * Or it could have unpredicable result.
423 * Or it could have unpredicable result
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c117 int i, j, result, find_flag; local
124 result = 1;
126 while(result != 0 && find_flag < 2){
131 result = fread(&d, 1, 1, fp);
132 if(result == 0){
246 int i, result; local
290 fscanf(fp, "%02x", &result);
291 data[i] = (char)result;
399 * Or it could have unpredicable result.
415 * Or it could have unpredicable result
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dresults_holder.c319 inv_error_t result = inv_get_quaternion(ldata); local
324 return result;
394 inv_error_t result; local
395 result = inv_init_results_holder();
396 if ( result ) {
397 return result;
400 result = inv_register_mpl_start_notification(inv_start_results_holder);
401 return result;
H A Dhal_outputs.c644 inv_error_t result; local
645 result = inv_unregister_data_cb(inv_generate_hal_outputs);
646 return result;
655 inv_error_t result; local
656 result =
660 return result;
688 inv_error_t result; local
690 // don't need to check the result for inv_init_hal_outputs
694 result = inv_register_mpl_start_notification(inv_start_hal_outputs);
695 return result;
702 inv_error_t result; local
[all...]
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/tests/camera2/
H A DCameraFrameTests.cpp118 CaptureResult result; local
119 ASSERT_EQ(OK, mDevice->getNextResult(&result));
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp362 int result = LOC_API_ADAPTER_ERR_FAILURE; local
363 result = mLocApi->updateRegistrationMask(event, isEnabled);
364 if (result == LOC_API_ADAPTER_ERR_SUCCESS) {
377 bool result = false; local
378 result = mLocApi->gnssConstellationConfig();
379 return result;
/hardware/libhardware/modules/camera/
H A DCamera.cpp327 camera3_capture_result result; local
375 result.num_output_buffers = request->num_output_buffers;
376 result.output_buffers = new camera3_stream_buffer_t[result.num_output_buffers];
379 const_cast<camera3_stream_buffer_t*>(&result.output_buffers[i]));
384 result.frame_number = request->frame_number;
386 result.result = request->settings;
389 mCallbackOps->process_capture_result(mCallbackOps, &result);
394 delete [] result
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp527 loc_api_adapter_err result = LOC_API_ADAPTER_ERR_SUCCESS; local
534 result = mLocApi->setTime(time, timeReference, uncertainty);
538 return result;
580 int result = LOC_API_ADAPTER_ERR_FAILURE; local
581 result = mLocApi->updateRegistrationMask(event, isEnabled);
582 if (result == LOC_API_ADAPTER_ERR_SUCCESS) {
595 bool result = false; local
596 result = mLocApi->gnssConstellationConfig();
597 return result;
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp527 loc_api_adapter_err result = LOC_API_ADAPTER_ERR_SUCCESS; local
534 result = mLocApi->setTime(time, timeReference, uncertainty);
538 return result;
580 int result = LOC_API_ADAPTER_ERR_FAILURE; local
581 result = mLocApi->updateRegistrationMask(event, isEnabled);
582 if (result == LOC_API_ADAPTER_ERR_SUCCESS) {
595 bool result = false; local
596 result = mLocApi->gnssConstellationConfig();
597 return result;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc133 // The c'tor sets this object as the test part result reporter used
134 // by Google Test. The 'result' parameter specifies where to report the
137 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result);
141 TestPartResultArray* result);
143 // The d'tor restores the previous test part result reporter.
151 virtual void ReportTestPartResult(const TestPartResult& result);
873 // This is the default global test part result reporter used in UnitTestImpl.
880 // result in the current test.
881 virtual void ReportTestPartResult(const TestPartResult& result);
889 // This is the default per thread test part result reporte
1435 const Integer result = static_cast<Integer>(parsed); local
1862 FilePath result; local
2025 ScopedFakeTestPartResultReporter( TestPartResultArray* result) argument
2035 ScopedFakeTestPartResultReporter( InterceptMode intercept_mode, TestPartResultArray* result) argument
2066 ReportTestPartResult( const TestPartResult& result) argument
2151 ReportTestPartResult( const TestPartResult& result) argument
2160 ReportTestPartResult( const TestPartResult& result) argument
3148 std::string result; local
3340 TestPartFatallyFailed(const TestPartResult& result) argument
3350 TestPartNonfatallyFailed(const TestPartResult& result) argument
4015 const std::string& result = local
4266 OnTestPartResult( const TestPartResult& result) argument
4770 const TestResult& result = *test_info.result(); local
4883 TestPropertiesAsXmlAttributes( const TestResult& result) argument
4904 string result; local
5286 const TestPartResult result = local
5916 Int32 result; local
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dhal_outputs.c702 inv_error_t result; local
703 result = inv_unregister_data_cb(inv_generate_hal_outputs);
704 return result;
713 inv_error_t result; local
714 result =
718 return result;
746 inv_error_t result; local
748 // don't need to check the result for inv_init_hal_outputs
752 result = inv_register_mpl_start_notification(inv_start_hal_outputs);
753 return result;
760 inv_error_t result; local
[all...]
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/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/test/
H A Domx_amr_enc_test.c113 #define FAILED(result) (result != OMX_ErrorNone)
115 #define SUCCEEDED(result) (result == OMX_ErrorNone)
498 OMX_ERRORTYPE result; local
594 result = OMX_FreeHandle(amr_enc_handle);
595 if (result != OMX_ErrorNone) {
596 DEBUG_PRINT ("\nOMX_FreeHandle error. Error code: %d\n", result);
635 OMX_ERRORTYPE result; local
648 result
[all...]
/hardware/qcom/gps/msm8084/utils/
H A Dloc_target.cpp72 int result = 0; local
78 result = -1;
88 return result;
98 * finish before returning result.
/hardware/qcom/gps/msm8909/utils/
H A Dloc_target.cpp73 int result = 0; local
79 result = -1;
89 return result;
99 * finish before returning result.
/hardware/qcom/gps/msm8994/utils/
H A Dloc_target.cpp73 int result = 0; local
79 result = -1;
89 return result;
99 * finish before returning result.
/hardware/qcom/gps/msm8996/utils/
H A Dloc_target.cpp73 int result = 0; local
79 result = -1;
89 return result;
99 * finish before returning result.
/hardware/qcom/gps/utils/
H A Dloc_target.cpp73 int result = 0; local
79 result = -1;
89 return result;
99 * finish before returning result.
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXDCC.cpp167 size_t result; local
198 result = fread(buffer, 1, lSize, pFile);
199 if (result != (size_t) lSize) {
/hardware/ti/omap4-aah/security/tf_daemon/
H A Dsmc_properties.c107 uint32_t result; local
132 result = stat(pDir, &buf);
133 if(result != 0 )
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties.c107 uint32_t result; local
132 result = stat(pDir, &buf);
133 if(result != 0 )
/hardware/akm/AK8975_FS/libsensors/
H A Dsensors.cpp179 int result = pipe(wakeFds); local
180 ALOGE_IF(result<0, "error creating wake pipe (%s)", strerror(errno));
232 int result = write(mWritePipeFd, &wakeMessage, 1); variable
233 ALOGE_IF(result<0, "error sending wake message (%s)", strerror(errno));
312 int result = read(mPollFds[wake].fd, &msg, 1); local
313 ALOGE_IF(result<0, "error reading from wake pipe (%s)", strerror(errno));
/hardware/libhardware/include/hardware/
H A Dcamera3.h116 * - add partial result support. process_capture_result may be called
117 * multiple times with a subset of the available result before the full
118 * result is available.
261 * into one result.
321 * entry. Rapid changes in settings may result in some settings never being
327 * settings/result/static info metadata. Specifically, only the following settings
469 * S4.1. Auto-focus settings and result entries:
498 * algorithm state, reported by the HAL in the result metadata.
542 * S4.2. Auto-exposure settings and result entries:
569 * algorithm state, reported by the HAL in the result metadat
2285 const camera_metadata_t *result; member in struct:camera3_capture_result
[all...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcommon.cpp63 wifi_error result = WIFI_ERROR_OUT_OF_MEMORY; local
84 result = WIFI_SUCCESS;
86 result = WIFI_ERROR_OUT_OF_MEMORY;
90 return result;
100 wifi_error result = WIFI_ERROR_OUT_OF_MEMORY; local
124 result = WIFI_SUCCESS;
126 result = WIFI_ERROR_OUT_OF_MEMORY;
130 return result;

Completed in 1549 milliseconds

1234567891011>>