Searched refs:error (Results 126 - 150 of 234) sorted by relevance

12345678910

/hardware/libhardware/modules/sensors/
H A Dmultihal.cpp529 const char* error; local
530 if ((error = dlerror()) != NULL) {
531 ALOGW("Error calling dlsym: %s", error);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c204 OMX_ERRORTYPE error = OMX_ErrorNone; local
242 error = OMX_ErrorNone;
477 error = RMProxy_NewInitalize();
479 if (error != OMX_ErrorNone) {
486 error = NBAMRDEC_StartComponentThread(pHandle);
488 if (error != OMX_ErrorNone) {
515 OMX_PRINT1(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit - returning %d\n", __LINE__, error);
518 return error;
718 error\n",__LINE__);
1441 OMX_ERRORTYPE error local
[all...]
/hardware/ti/omap4-aah/camera/
H A DAppCallbackNotifier.cpp248 //All sub-components of Camera HAL call this whenever any error happens
249 void AppCallbackNotifier::errorNotify(int error) argument
253 CAMHAL_LOGEB("AppCallbackNotifier received error %d", error);
255 // If it is a fatal error abort here!
257 if((error == CAMERA_ERROR_FATAL) || (error == CAMERA_ERROR_HARD) || (error == -ENOMEM))
270 CAMHAL_LOGEB("AppCallbackNotifier mNotifyCb %d", error);
1853 ///A frame provider should be available, if not return error
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_int.h592 /* Remaining error from uncoded frames in a gf group. */
716 vpx_internal_error(&cpi->common.error, VPX_CODEC_MEM_ERROR,\
724 vpx_internal_error(&cpi->common.error, VPX_CODEC_MEM_ERROR,\
H A Drdopt.c412 int error = 0; local
417 error += this_diff * this_diff;
420 return error;
428 int berror, error = 0; local
443 error += berror;
446 return error;
457 int error = 0; local
464 error += vp8_block_error_c(be->coeff, bd->dqcoeff);
467 return error;
2474 /* Testing this mode gave rise to an improvement in best error
[all...]
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_x11.c61 //X error trap
349 error_handler(Display *dpy, XErrorEvent *error) argument
351 x11_error_code = error->error_code;
/hardware/qcom/media/mm-core/omxcore/
H A DAndroid.mk37 $(error Unsupported target platform $(TARGET_BOARD_PLATFORM))
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifi_hal.cpp130 *ret = err->error;
132 ALOGD("%s invoked with error: %d", __func__, err->error);
/hardware/ti/omap4-aah/domx/make/
H A Dbuild.mk101 # TARGETNAME should not have a suffix on it - give an error if it does
103 # $(error TARGETNAME can not have a suffix)
120 TARGET := $(error Invalid TARGETTYPE)
340 # Generate fatal error if make variable SHELL is incorrect
343 @$(SHELLCMD) echo Fatal error: SHELL set to $(SHELL) instead of $(MYSHELL)
/hardware/ti/omap4xxx/domx/make/
H A Dbuild.mk101 # TARGETNAME should not have a suffix on it - give an error if it does
103 # $(error TARGETNAME can not have a suffix)
120 TARGET := $(error Invalid TARGETTYPE)
340 # Generate fatal error if make variable SHELL is incorrect
343 @$(SHELLCMD) echo Fatal error: SHELL set to $(SHELL) instead of $(MYSHELL)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_onyxc_int.h67 struct vpx_internal_error_info error; member in struct:VP9Common
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dmem_ops_aligned.h24 #error Include mem_ops.h, not mem_ops_aligned.h directly.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxdec.c74 static const arg_def_t error_concealment = ARG_DEF(NULL, "error-concealment", 0,
75 "Enable decoder error-concealment");
704 fprintf(stderr, "Failed to guess framerate -- error parsing "
978 int error = 0; local
991 for (i = 0; !error && i < loops; i++)
992 error = main_loop(argc, argv_);
993 return error;
/hardware/invensense/60xx/mlsdk/mllite/
H A Dmldl_cfg.h40 #error Invalid or undefined CONFIG_MPU_SENSORS_MPUxxxx
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_audio.h36 char error[PCM_ERROR_MAX]; member in struct:pcm
83 * Returns non-zero on error
156 /* Returns a human readable reason for the last error. */
H A Dalsa_pcm.c378 return pcm->error;
387 vsnprintf(pcm->error, PCM_ERROR_MAX, fmt, ap);
389 sz = strnlen(pcm->error, PCM_ERROR_MAX);
392 snprintf(pcm->error + sz, PCM_ERROR_MAX - sz,
651 ALOGE("Arec: error%d\n", errno);
/hardware/ti/omap4-aah/security/tf_daemon/
H A Ddelegation_client.c502 LogError("storageDir '%s' allocation error", directoryName);
544 /* Another error */
712 LogError("fseek error: %s", strerror(errno));
722 LogError("fread error: End-Of-File detected");
725 LogError("fread error: %s", strerror(errno));
796 LogError("fseek error: %s", strerror(errno));
804 LogError("fread error: %s", strerror(errno));
868 LogError("fseek error: %s", strerror(errno));
1029 LogError("TEEC_InvokeCommand error: 0x%08X", nTeeError);
1036 /* Should not happen, probably an error fro
1379 int error; local
[all...]
/hardware/ti/omap4xxx/security/tf_daemon/
H A Ddelegation_client.c459 LogError("storageDir '%s' allocation error", directoryName);
501 /* Another error */
669 LogError("fseek error: %s", strerror(errno));
679 LogError("fread error: End-Of-File detected");
682 LogError("fread error: %s", strerror(errno));
713 LogError("fseek error: %s", strerror(errno));
721 LogError("fread error: %s", strerror(errno));
750 LogError("fseek error: %s", strerror(errno));
911 LogError("TEEC_InvokeCommand error: 0x%08X", nTeeError);
918 /* Should not happen, probably an error fro
1213 int error; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c97 const struct vpx_internal_error_info *error)
101 if ((res = error->error_code))
102 ctx->base.err_detail = error->has_detail
103 ? error->detail
857 res = update_error_state(ctx, &cpi->common.error);
96 update_error_state(vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c107 const struct vpx_internal_error_info *error) {
108 const vpx_codec_err_t res = error->error_code;
111 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
410 printf("error resilient: %d\n", oxcf->error_resilient_mode);
750 res = update_error_state(ctx, &cpi->common.error);
106 update_error_state(vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) argument
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Ddata_builder.c210 int error = 0; local
215 MPL_LOGE("\n\nCritical error! Sensitivity is zero.\n\n");
221 error = 1;
224 error = 1;
227 error = 1;
229 if (error) {
231 MPL_LOGE("\n\nCritical error! Impossible mounting orientation given. Using Identity instead\n\n");
599 * @return Returns INV_SUCCESS if successful or an error code if not.
1005 * @return Returns INV_SUCCESS if successful or an error code if not.
1044 * @return Returns INV_SUCCESS if successful or an error cod
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c209 int error = 0; local
214 MPL_LOGE("\n\nCritical error! Sensitivity is zero.\n\n");
220 error = 1;
223 error = 1;
226 error = 1;
228 if (error) {
230 MPL_LOGE("\n\nCritical error! Impossible mounting orientation given. Using Identity instead\n\n");
396 * @return Returns INV_SUCCESS if successful or an error code if not.
779 * @return Returns INV_SUCCESS if successful or an error code if not.
818 * @return Returns INV_SUCCESS if successful or an error cod
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c519 OMX_ERRORTYPE error = OMX_ErrorNone; local
527 error = pComponent->GetState(pHandle, &CurrentState);
528 if(error || CurrentState == DesiredState) {
567 error = OMX_ErrorInsufficientResources;
581 return error;
910 printf ("JPEGDec test:: %d:error= %x\n", __LINE__, eError);
919 printf ("JPEGDec test:: %d:error= %x\n", __LINE__, eError);
1157 printf ("JPEGDec test:: %d:error= %x\n", __LINE__, eError);
1162 printf ("JPEGDec test:: %d:error= %x\n", __LINE__, eError);
1168 printf ("JPEGDec test:: %d:error
[all...]
/hardware/ti/omap4xxx/camera/
H A DAppCallbackNotifier.cpp240 //All sub-components of Camera HAL call this whenever any error happens
241 void AppCallbackNotifier::errorNotify(int error) argument
245 CAMHAL_LOGEB("AppCallbackNotifier received error %d", error);
247 // If it is a fatal error abort here!
248 if((error == CAMERA_ERROR_FATAL) || (error == CAMERA_ERROR_HARD)) {
260 CAMHAL_LOGEB("AppCallbackNotifier mNotifyCb %d", error);
1774 ///A frame provider should be available, if not return error
1783 ///At least one event notifier should be available, if not return error
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c567 vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
574 vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
582 vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
589 vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
596 vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
603 vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
637 vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
644 vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
651 vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
1168 if (setjmp(cm->error
[all...]

Completed in 709 milliseconds

12345678910