Searched refs:error (Results 176 - 200 of 363) sorted by relevance

1234567891011>>

/hardware/bsp/intel/peripheral/libmraa/src/x86/
H A Dintel_de3815.c57 goto error;
63 goto error;
156 error:
/hardware/intel/common/omx-components/videocodec/
H A DAndroid.mk70 LOCAL_CFLAGS += -Wno-error=unused-variable
141 LOCAL_CFLAGS += -Wno-error=unused-variable
204 LOCAL_CFLAGS += -Wno-error=unused-variable
261 LOCAL_CFLAGS += -Wno-error=unused-variable
321 LOCAL_CFLAGS += -Wno-error=unused-variable
382 LOCAL_CFLAGS += -Wno-error=unused-variable
446 LOCAL_CFLAGS += -Wno-error=unused-variable
497 LOCAL_CFLAGS += -Wno-error=unused-variable
550 LOCAL_CFLAGS += -Wno-error=unused-variable
718 LOCAL_CFLAGS += -Wno-error
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c329 vpx_internal_error(&cm->error, VPX_CODEC_UNSUP_BITSTREAM,
459 // it to the portion that can be (for EC mode) or throw an error.
624 vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
639 vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
669 vpx_internal_error(&cm->error, VPX_CODEC_CORRUPT_FRAME,
809 const size_t size = get_tile(data_end, last_tile, &cm->error, &data);
828 setup_token_decoder(buf->data, data_end, buf->size, &cm->error, &r);
901 vpx_internal_error(&cm->error, VPX_CODEC_ERROR,
922 get_tile(data_end, n == tile_cols - 1, &cm->error, &data);
962 setup_token_decoder(buf->data, data_end, buf->size, &cm->error,
[all...]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc.cpp447 error code : Failure
517 const char *error; local
522 dlerror(); /* Clear any existing error */
528 if ((error = dlerror()) != NULL) {
529 LOC_LOGE ("%s, dlopen for libgeofence.so failed, error = %s\n", __func__, error);
533 dlerror(); /* Clear any existing error */
535 if ((error = dlerror()) != NULL) {
536 LOC_LOGE ("%s, dlsym for get_gps_geofence_interface failed, error = %s\n", __func__, error);
[all...]
/hardware/ril/libril/
H A DRilSapSocket.cpp284 RLOGI("[%d] > SAP REQUEST type: %d. id: %d. error: %d",
288 req->error );
307 rsp.error = (Error)e;
357 RLOGI("[%d] < SAP RESPONSE type: %d. id: %d. error: %d",
358 hdr->token, hdr->type, hdr->id,hdr->error );
391 rsp.error = Error_RIL_E_SUCCESS;
466 hdr->error = Error_RIL_E_SUCCESS;
/hardware/ril/reference-ril/
H A Datchannel.c133 * returns 1 if line is a final response indicating error
181 * returns 1 if line is a final response, either error or success
386 /* read error encountered or EOF reached */
390 RLOGD("atchannel: read error %s", strerror(errno));
467 * Returns AT_ERROR_* on error, 0 on success
565 * returns 0 on success, -1 on error
676 goto error;
682 goto error;
703 goto error;
719 goto error;
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Ddct16x16_test.cc312 const uint32_t error = diff * diff; local
313 if (max_error < error)
314 max_error = error;
315 total_error += error;
320 << "Error: 16x16 FHT/IHT has an individual round trip error > 1";
323 << "Error: 16x16 FHT/IHT has average round trip error > 1 per block";
407 const uint32_t error = diff * diff; local
408 EXPECT_GE(1u, error)
409 << "Error: 16x16 IDCT has error " << error
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_dx_iface.c116 rb.bit_offset += 1; // error resilient
162 const struct vpx_internal_error_info *error) {
163 if (error->error_code)
164 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
166 return error->error_code;
223 vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
262 res = update_error_state(ctx, &cm->error);
357 /* Early exit if there was a decode error */
161 update_error_state(vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) argument
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c356 goto error;
369 goto error;
382 goto error;
412 LOGE(" error allocating jpeg output buffer");
413 goto error;
420 LOGE(" error creating jpeg session");
422 goto error;
428 LOGE(" error creating jpeg session");
430 goto error;
433 error
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp219 OMX_ERRORTYPE error; variable
961 printf("Invalid State or hardware error \n");
964 DEBUG_PRINT("Event error in the middle of Decode \n");
1977 error = Allocate_Buffer(dec_handle, &pInputBufHdrs, portFmt.nPortIndex,
1979 if (error != OMX_ErrorNone) {
1980 DEBUG_PRINT_ERROR("Error - OMX_AllocateBuffer Input buffer error\n");
1990 error = use_input_buffer(dec_handle,
1995 if (error != OMX_ErrorNone) {
2018 error = use_output_buffer_multiple_fd(dec_handle,
2027 error
2267 OMX_ERRORTYPE error=OMX_ErrorNone; local
2290 OMX_ERRORTYPE error=OMX_ErrorNone; local
2322 OMX_ERRORTYPE error=OMX_ErrorNone; local
2383 OMX_ERRORTYPE error=OMX_ErrorNone; local
[all...]
/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c620 ALOGE("%s: dlsym error for acdb_send_gain_dep_cal", __func__);
691 goto error;
698 ALOGE("%s: dlsym error %s for csd_client_deinit", __func__,
700 goto error;
705 ALOGE("%s: dlsym error %s for csd_client_disable_device",
707 goto error;
712 ALOGE("%s: dlsym error %s for csd_client_enable_device_config",
714 goto error;
719 ALOGE("%s: dlsym error %s for csd_client_enable_device",
721 goto error;
830 const char *error; local
2626 bool error = false; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dbitstream.c228 w->error);
293 w->error);
347 w->error);
1287 bc[0].error = &pc->error;
1289 validate_buffer(cx_data, 3, cx_data_end, &cpi->common.error);
1303 validate_buffer(cx_data, 7, cx_data_end, &cpi->common.error);
1608 &pc->error);
1647 &pc->error);
1651 cpi->bc[i].error
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_nl80211.c41 *ret = err->error;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dtypedefs.h88 * a duplicate typedef error; there is no way to "undefine" a typedef.
291 #error "Unknown compiler!"
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Darm_cpudetect.c190 #error "--enable-runtime-cpu-detect selected, but no CPU detection method " \
/hardware/libhardware/include/hardware/
H A Dcamera3.h285 * 13. In case of an error or other asynchronous event, the HAL must call
286 * camera3_callback_ops_t->notify() with the appropriate error/event
287 * message. After returning from a fatal device-wide error notification, the
290 * notify(), so that once notify() is called with a fatal error, the
293 * returns from a fatal error message.
1057 * -ENODEV / NULL in case of a serious error. This means the device cannot
1058 * continue operation, and must be closed by the framework. Once this error is
1084 * process_capture_result in the error state, their release fences must be set to
1323 * 6. HAL Reprocess requests error reporting during flush should follow the same rule specified
1515 * If a configure_streams() call returns a non-fatal error, al
2038 camera3_error_msg_t error; member in union:camera3_notify_msg::__anon1699
[all...]
/hardware/qcom/bt/msm8909/libbt-vendor/include/
H A Dhw_ar3k.h46 #error "Unknown byte order"
/hardware/qcom/bt/msm8992/libbt-vendor/include/
H A Dhw_ar3k.h46 #error "Unknown byte order"
/hardware/qcom/bt/msm8996/libbt-vendor/include/
H A Dhw_ar3k.h46 #error "Unknown byte order"
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dnetlink.h105 int error; member in struct:nlmsgerr
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dnetlink.h53 #define NLM_F_ACK 4 /* Reply with ack, with zero or error code */
99 int error; member in struct:nlmsgerr
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dnetlink.h105 int error; member in struct:nlmsgerr
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dnetlink.h53 #define NLM_F_ACK 4 /* Reply with ack, with zero or error code */
99 int error; member in struct:nlmsgerr
/hardware/bsp/intel/peripheral/libupm/
H A DAndroid.mk20 LOCAL_CPPFLAGS:= -std=c++11 -Wno-unused-parameter -Wno-error=non-virtual-dtor -fexceptions -I$(LOCAL_PATH)/src/nrf8001/
/hardware/bsp/intel/peripheral/sensors/mraa/
H A Dhal.mk19 LOCAL_CPPFLAGS:= -Wno-unused-parameter -Wno-error=non-virtual-dtor -fexceptions

Completed in 2903 milliseconds

1234567891011>>