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

12345678910

/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.cpp359 int result = NO_ERROR; local
365 result = a2dp_stop(mData);
371 return result;
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifi_hal.cpp313 int result = poll(&pfd, 1, -1); local
314 ALOGI("Poll result = %0x", result);
315 if (result < 0) {
H A Dgscancommand.h120 void (*on_full_scan_result) (wifi_request_id id, wifi_scan_result *result);
/hardware/samsung_slsi/exynos5/libkeymaster/
H A Dkeymaster_mobicore.cpp74 * without triggering a warning by not using the result of release().
384 bool result; local
409 signatureLength, TEE_RSA_NODIGEST_NOPADDING, &result);
417 return (result == true) ? 0 : -1;
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c556 size_t result; local
597 result =
600 if (result != (size_t) lSize)
/hardware/libhardware/tests/camera2/
H A DCameraBurstTests.cpp237 CaptureResult result; local
238 ASSERT_EQ(OK, mDevice->getNextResult(&result));
653 CaptureResult result; local
654 ASSERT_EQ(OK, mDevice->getNextResult(&result));
H A DCameraMultiStreamTests.cpp374 ALOGV("Reading request result %zu", i);
384 CaptureResult result; local
389 ASSERT_EQ(OK, mDevice->getNextResult(&result));
390 frameMetadata = result.mMetadata;
396 std::cout << "capture result req id: " << resultRequestId << std::endl;
400 ALOGV("Got capture burst result for request %zu", i);
402 // Validate capture result
458 * result metadata matches the request.
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
H A Dmcimcp.h120 * If the command ID is unspecified the MobiCore returns an empty response with the result set to MC_MCP_RET_ERR_UNKNOWN_COMMAND .
132 mcpResult_t result; /**< Result informs about the execution result of the command associated with the response. */ member in struct:__anon2800
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dconfigure544 local result=false
546 [ -f "${d##-I}/$header" ] && result=true && break
548 ${result:-true}
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c196 struct str_parms *result = str_parms_create(); local
202 str_parms_add_str(result, AUDIO_PARAMETER_STREAM_SUP_SAMPLING_RATES,
210 str_parms_add_str(result, AUDIO_PARAMETER_STREAM_SUP_CHANNELS,
218 str_parms_add_str(result, AUDIO_PARAMETER_STREAM_SUP_FORMATS,
224 char* result_str = str_parms_to_str(result);
225 str_parms_destroy(result);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
H A Dvp8_subpixelvariance16x16_neon.asm113 vst1.u8 {d14, d15, d16, d17}, [lr]! ;store result
174 vst1.u8 {d10, d11, d12, d13}, [lr]! ;store result
229 vst1.u8 {d2, d3}, [r3]! ;store result
296 vst1.u8 {d14, d15}, [r3]! ;store result
354 vst1.u8 {d2, d3}, [r3]! ;store result
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dfilter_bilinear_altivec.asm89 vpkuhus \V, v24, v24 ;# \V = scrambled 8-bit result
144 vmrghh \P0, v22, v23 ;# v18 v19 = 16-bit result in order
146 vpkuhus \P0, \P0, v23 ;# P0 = 8-bit result
495 vpkuhus \V, v24, v25 ;# \V = scrambled 8-bit result
496 vperm \V, \V, v0, v28 ;# \V = correctly-ordered result
H A Dfilter_altivec.asm83 vmrghh v18, v16, v17 ;# v18 v19 = 16-bit result in order
85 vpkuhus \P0, v18, v19 ;# P0 = 8-bit result
105 vmrghh v23, v21, v22 ;# v18 v19 = 16-bit result in order
107 vpkuhus \P0, v23, v24 ;# P0 = 8-bit result
164 Interp4 v20, v20, v21 ;# v20 = result 0 1 2 3
166 Interp4 v21, v21, \R ;# v21 = result 4 5 6 7
889 vpkuhus v0, v0, v1 ;# v0 = scrambled 8-bit result
890 vperm v0, v0, v0, v14 ;# v0 = correctly-ordered result
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Ddata_builder.c1277 inv_error_t result = INV_SUCCESS; local
1313 result = INV_ERROR_MEMORY_EXAUSTED;
1316 return result;
1358 inv_error_t result, first_error; local
1386 result = inv_data_builder.process[kk].func(&sensors);
1387 if (result && !first_error) {
1388 first_error = result;
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c1049 inv_error_t result = INV_SUCCESS; local
1085 result = INV_ERROR_MEMORY_EXAUSTED;
1088 return result;
1130 inv_error_t result, first_error; local
1159 result = inv_data_builder.process[kk].func(&sensors);
1160 if (result && !first_error) {
1161 first_error = result;
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c965 int result = -1; local
1043 result = queue_post_cmdq (&decode_context->queue_context,&queueitem);
1044 while (result == 0)
1046 result = queue_post_cmdq (&decode_context->queue_context,
1050 if (result == -1)
1178 /* Check the input file format, may result in infinite loop */
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c957 int result = -1; local
1022 result = queue_post_cmdq (&encoder_context->queue_context,&queueitem);
1023 while (result == 0)
1025 result = queue_post_cmdq (&encoder_context->queue_context,&queueitem);
1028 if (result == -1)
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c906 int result = -1; local
981 result = queue_post_cmdq (&decode_context->queue_context,&queueitem);
983 while (result == 0) {
984 result = queue_post_cmdq (&decode_context->queue_context,
988 if (result == -1) {
1108 /* Check the input file format, may result in infinite loop */
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp1872 android::String8 result; local
1874 result.appendFormat(" hdmi_enabled=%u\n", pdev->hdmi_enabled);
1876 result.appendFormat(" w=%u, h=%u\n", pdev->hdmi_w, pdev->hdmi_h);
1877 result.append(
1885 result.appendFormat(" %8s | %8s | %8s | %5s | %6s | %13s | %13s",
1890 result.appendFormat(" %8s | %8s | %8x | %5s | %6s", "COLOR",
1893 result.appendFormat(" %8s | %8x | %8s | %5x | %6x",
1898 result.appendFormat(" | [%5d,%5d] | [%5u,%5u]", config.x, config.y,
1902 result.appendFormat(" | %3s", "-");
1904 result
[all...]
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c762 size_t result; local
803 result =
806 if (result != (size_t) lSize)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Dsimpleloopfilter_v6.asm120 str r5, [src] ; store oq0 result
122 str r4, [src, -pstep] ; store op0 result
234 strb r4, [src, #-1] ; store the result
/hardware/invensense/6515/libsensors_iio/
H A DCompassSensor.IIO.primary.cpp482 int result=-1; local
502 return result;
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.IIO.primary.cpp459 int result=-1; local
479 return result;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_subpixel_bilinear_sse2.asm97 movq [rdi], xmm0 ;store the result
127 movdqu [rdi], xmm0 ;store the result
H A Dvp9_subpixel_bilinear_ssse3.asm82 movq [rdi], xmm0 ;store the result
105 movdqu [rdi], xmm0 ;store the result

Completed in 894 milliseconds

12345678910