Searched refs:result (Results 51 - 75 of 229) sorted by relevance

12345678910

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dgscan_event_handler.cpp399 wifi_scan_result *result; local
456 result = (wifi_scan_result *) malloc (resultsBufSize);
457 if (!result) {
458 ALOGE("%s: Failed to alloc memory for result struct. Exit.\n",
463 memset(result, 0, resultsBufSize);
465 result->ie_length = lengthOfInfoElements;
478 result->ts =
496 sizeof(result->ssid) <= len ? sizeof(result->ssid) : len;
497 memcpy((void *)&result
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioHardwareGeneric.cpp170 String8 result; local
171 result.append("AudioHardwareGeneric::dumpInternals\n");
173 result.append(buffer);
174 ::write(fd, result.string(), result.size());
249 String8 result; local
251 result.append(buffer);
253 result.append(buffer);
255 result.append(buffer);
257 result
357 String8 result; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Mutex.c69 int result; local
83 int result; local
/hardware/invensense/60xx/mlsdk/mllite/
H A Dmlsupervisor.c207 inv_error_t result; local
223 result = ml_supervisor_cb.sensor_fusion_advanced_func(magFB, deltaTime);
224 if (result) {
225 LOG_RESULT_LOCATION(result);
226 return result;
367 inv_error_t result; local
389 result = inv_get_compass_data(magSensorData);
391 if (result && !inv_obj.external_slave_callback) {
393 MPL_LOGW("inv_get_compass_data returned %d\n", result);
399 if (result
[all...]
H A DdmpDefault.c331 inv_error_t result; local
334 result = inv_clock_source(MPU_CLK_SEL_PLLGYROZ);
335 if (result) {
336 LOG_RESULT_LOCATION(result);
337 return result;
339 result = inv_dl_cfg_sampling(MPU_FILTER_42HZ, 4);
340 if (result) {
341 LOG_RESULT_LOCATION(result);
342 return result;
344 result
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_qclient.cpp101 status_t result = NO_INIT; local
104 result = NO_ERROR;
106 return result;
/hardware/ti/omap4-aah/domx/mm_osal/src/
H A Dtimm_osal_memory.c206 TIMM_OSAL_S32 result = memcmp(pBuffer1, pBuffer2, uSize); local
208 if (result > 0)
211 } else if (result < 0)
/hardware/ti/omap4xxx/domx/mm_osal/src/
H A Dtimm_osal_memory.c206 TIMM_OSAL_S32 result = memcmp(pBuffer1, pBuffer2, uSize); local
208 if (result > 0)
211 } else if (result < 0)
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
H A Dinv_self_test.c256 inv_error_t result; local
270 result= inv_init_sysfs_attributes();
271 if (result)
278 result = inv_register_load_store(
287 printf("\nSelf-Test:Hub:Self test result - "
293 result = 0;
296 result = -1;
300 return result;
320 result = -1;
325 result
[all...]
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dhal_outputs.c431 inv_error_t result; local
432 result = inv_unregister_data_cb(inv_generate_hal_outputs);
433 return result;
442 inv_error_t result; local
443 result =
447 return result;
474 inv_error_t result; local
476 // don't need to check the result for inv_init_hal_outputs
480 result = inv_register_mpl_start_notification(inv_start_hal_outputs);
481 return result;
488 inv_error_t result; local
[all...]
H A Dresults_holder.c243 inv_error_t result = inv_get_quaternion(ldata); local
248 return result;
315 inv_error_t result; local
316 result = inv_init_results_holder();
317 if ( result ) {
318 return result;
321 result = inv_register_mpl_start_notification(inv_start_results_holder);
322 return result;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_qclient.cpp104 status_t result = NO_INIT; local
107 result = NO_ERROR;
109 return result;
/hardware/qcom/gps/msm8960/core/
H A DMsgTask.cpp109 msq_q_err_type result = msg_q_rcv((void*)copy->mQ, (void **)&msg); local
111 if (eMSG_Q_SUCCESS != result) {
113 loc_get_msg_q_status(result));
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcommon.cpp47 wifi_error result = WIFI_ERROR_OUT_OF_MEMORY; local
58 result = WIFI_SUCCESS;
62 return result;
73 wifi_error result = WIFI_ERROR_OUT_OF_MEMORY; local
84 result = WIFI_SUCCESS;
88 return result;
147 wifi_error result = WIFI_ERROR_OUT_OF_MEMORY; local
154 result = WIFI_SUCCESS;
157 return result;
/hardware/qcom/media/mm-video-legacy/vidc/common/src/
H A Dvidc_color_converter.cpp78 int result; local
83 result = c2dcc->convertC2D(src_fd, src_base, src_viraddr,
85 DEBUG_PRINT_LOW("\n Color convert status %d",result);
86 return ((result < 0)?false:true);
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp82 int result; local
89 result = c2dcc->convertC2D(src_fd, src_base, src_viraddr,
91 DEBUG_PRINT_LOW("Color convert status %d",result);
92 return ((result < 0)?false:true);
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Drpmsg_omx.h55 int32_t result; member in struct:omx_packet
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp70 long long result = b & (~m); local
89 result <<= 8;
90 result |= b;
95 return result;
152 long long result = 0; local
163 result <<= 8;
164 result |= b;
169 return result;
177 double& result)
214 result
173 UnserializeFloat( IMkvReader* pReader, long long pos, long long size_, double& result) argument
245 UnserializeInt( IMkvReader* pReader, long long pos, long size, long long& result) argument
543 const long long result = ReadUInt(pReader, pos, len); local
562 long long result = GetUIntLength(pReader, pos, len); local
775 long long result = GetUIntLength(pReader, pos, len); local
890 long long result = GetUIntLength(m_pReader, pos, len); local
1048 const long result = DoLoadCluster(pos, len); local
1095 long long result = GetUIntLength(m_pReader, pos, len); local
2085 long long result = GetUIntLength(m_pReader, pos, len); local
3314 long long result = GetUIntLength(m_pReader, pos, len); local
3348 long long result = GetUIntLength(m_pReader, pos, len); local
3486 const long result = LoadCluster(pos, len); local
3528 long long result = GetUIntLength(m_pReader, pos, len); local
3650 long long result = GetUIntLength(m_pReader, pos, len); local
3875 long long result = GetUIntLength(m_pReader, pos, len); local
5711 const ptrdiff_t result = m_trackEntriesEnd - m_trackEntries; local
[all...]
/hardware/intel/common/libva/va/x11/
H A Dva_x11.c110 Bool result; local
112 result = VA_NVCTRLQueryDirectRenderingCapable(ctx->native_dpy, ctx->x11_screen,
114 if (!result || !direct_capable)
117 result = VA_NVCTRLGetClientDriverName(ctx->native_dpy, ctx->x11_screen,
120 if (!result)
133 Bool result; local
135 result = VA_FGLRXGetClientDriverName(ctx->native_dpy, ctx->x11_screen,
138 if (!result)
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c106 int i, j, result, find_flag; local
113 result = 1;
115 while(result != 0 && find_flag < 2){
120 result = fread(&d, 1, 1, fp);
121 if(result == 0){
235 int i, result; local
279 fscanf(fp, "%02x", &result);
280 data[i] = (char)result;
296 * Or it could have unpredicable result.
312 * Or it could have unpredicable result
[all...]
/hardware/qcom/display/msm8084/libqservice/
H A DIQClient.cpp57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply); local
58 return result;
/hardware/qcom/display/msm8226/libqservice/
H A DIQClient.cpp57 status_t result = remote()->transact(NOTIFY_CALLBACK, data, reply); local
58 return result;
/hardware/qcom/display/msm8960/libqservice/
H A DIQClient.cpp50 status_t result = reply.readInt32(); local
51 return result;
/hardware/qcom/display/msm8974/libqservice/
H A DIQClient.cpp50 status_t result = reply.readInt32(); local
51 return result;
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A DPERF.awk161 result = 1/x " fps (s=" s ") (from " N " data points)";
162 print "Rate is", result;
169 result = 1/x " fps (s=" s ") (from " N " data points)";
170 print "(Adjusted rate without pauses is", result, ")";

Completed in 1316 milliseconds

12345678910