Searched refs:result (Results 76 - 100 of 229) sorted by relevance

12345678910

/hardware/invensense/60xx/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/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dand_constructor.c294 inv_error_t result; local
299 result = inv_start_mpl();
300 if (result) {
301 LOG_RESULT_LOCATION(result);
302 return result;
356 result = inv_constructor_setup();
358 return result;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp75 long long result = b & (~m); local
94 result <<= 8;
95 result |= b;
100 return result;
157 long long result = 0; local
168 result <<= 8;
169 result |= b;
174 return result;
182 double& result)
219 result
178 UnserializeFloat( IMkvReader* pReader, long long pos, long long size_, double& result) argument
250 UnserializeInt( IMkvReader* pReader, long long pos, long size, long long& result) argument
552 const long long result = ReadUInt(pReader, pos, len); local
571 long long result = GetUIntLength(pReader, pos, len); local
785 long long result = GetUIntLength(pReader, pos, len); local
900 long long result = GetUIntLength(m_pReader, pos, len); local
1078 const long result = DoLoadCluster(pos, len); local
1125 long long result = GetUIntLength(m_pReader, pos, len); local
2115 long long result = GetUIntLength(m_pReader, pos, len); local
3333 long long result = GetUIntLength(m_pReader, pos, len); local
3369 long long result = GetUIntLength(m_pReader, pos, len); local
3504 const long result = LoadCluster(pos, len); local
3546 long long result = GetUIntLength(m_pReader, pos, len); local
3668 long long result = GetUIntLength(m_pReader, pos, len); local
3893 long long result = GetUIntLength(m_pReader, pos, len); local
4730 const long long result = timecode_scale * timecode; local
6597 const ptrdiff_t result = m_trackEntriesEnd - m_trackEntries; local
[all...]
/hardware/qcom/gps/core/
H A DMsgTask.cpp124 msq_q_err_type result = msg_q_rcv((void*)copy->mQ, (void **)&msg); local
126 if (eMSG_Q_SUCCESS != result) {
128 loc_get_msg_q_status(result));
/hardware/qcom/gps/msm8960/utils/
H A Dloc_target.cpp65 int result = 0; local
71 result = -1;
81 return result;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Thread.c58 int result = 0; local
82 result = pthread_create(&thread->pthread, &thread->attr, function_name, (void *)argument);
85 switch (result) {
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_hal.cpp259 int result = poll(&pfd, 1, -1); local
260 if (result < 0) {
446 int result = request.create(GOOGLE_OUI, subcmd); local
447 if (result < 0) {
448 return result;
452 result = request.put(ANDR_WIFI_ATTRIBUTE_PNO_RANDOM_MAC_OUI, scan_oui, DOT11_OUI_LEN);
453 if (result < 0) {
454 return result;
465 int result = createRequest(request, WIFI_SUBCMD_SET_PNO_RANDOM_MAC_OUI, mOui); local
466 if (result !
[all...]
/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp446 inv_error_t result; local
454 result = inv_set_mpu_sensors(ALL_MPL_SENSORS_NP); //default to all sensors, also makes 9axis enable work
455 ALOGE_IF(result != INV_SUCCESS,
498 result = inv_set_fifo_rate(6);
499 if (result != INV_SUCCESS) {
500 ALOGE("Fatal error: inv_set_fifo_rate returned %d\n", result);
512 inv_error_t result; local
514 result = inv_send_accel(INV_ALL, INV_32_BIT);
515 if (result != INV_SUCCESS) {
516 ALOGE("Fatal error: inv_send_accel returned %d\n", result);
[all...]
/hardware/libhardware/include/hardware/
H A Dfused_location.h546 * result - FLP_RESULT_SUCCESS
553 typedef void (*flp_geofence_add_callback) (int32_t geofence_id, int32_t result);
560 * result - FLP_RESULT_SUCCESS
564 typedef void (*flp_geofence_remove_callback) (int32_t geofence_id, int32_t result);
572 * result - FLP_RESULT_SUCCESS
578 typedef void (*flp_geofence_pause_callback) (int32_t geofence_id, int32_t result);
585 * result - FLP_RESULT_SUCCESS
589 typedef void (*flp_geofence_resume_callback) (int32_t geofence_id, int32_t result);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h58 int result; member in struct:ctrl_msg_response
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/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h58 int result; member in struct:ctrl_msg_response
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c124 int i, j, result, find_flag; local
131 result = 1;
133 while(result != 0 && find_flag < 2){
138 result = fread(&d, 1, 1, fp);
139 if(result == 0){
253 int i, result; local
297 fscanf(fp, "%02x", &result);
298 data[i] = (char)result;
406 * Or it could have unpredicable result.
422 * 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...]
/hardware/libhardware/tests/camera2/
H A DCameraFrameTests.cpp118 CaptureResult result; local
119 ASSERT_EQ(OK, mDevice->getNextResult(&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/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp332 int result = m_pt2AccelCalLoadFunc(accel_offset); local
333 if(result)
334 LOGW("HAL:Vendor accelerometer calibration file load failed %d\n", result);
420 inv_error_t result = inv_init_mpl(); local
421 if (result) {
423 return result;
425 result = inv_constructor_default_enable();
426 result = inv_start_mpl();
427 if (result) {
429 LOG_RESULT_LOCATION(result);
440 inv_error_t result; local
[all...]
/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...]
/hardware/qcom/gps/utils/
H A Dloc_target.cpp71 int result = 0; local
77 result = -1;
87 return result;
97 * 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 )

Completed in 862 milliseconds

12345678910