Lines Matching defs:error

67 // returns true if err is a recognized OMX error code.
68 // as OMX error is OMX_S32, this is an int32_t type
73 // converts an OMX error to a status_t
78 return NAME_NOT_FOUND; // can trigger illegal argument error for provided names.
669 // XXX: Currently this error is logged, but not fatal.
688 ALOGE("error authenticating native window: %d", err);
838 // If an error occurred while dequeuing we need to cancel any buffers
850 status_t error = cancelBufferToNativeWindow(info);
852 err = error;
1890 ALOGW("did not set AudioAndroidAacPresentation due to error %d when setting AudioAac", res);
3878 void ACodec::signalError(OMX_ERRORTYPE error, status_t internalError) {
3881 ALOGE("signalError(omxError %#x, internalError %d)", error, internalError);
3883 if (internalError == UNKNOWN_ERROR) { // find better error code
3884 const status_t omxStatus = statusFromOMXError(error);
3888 ALOGW("Invalid OMX error %#x", error);
3892 notify->setInt32("actionCode", ACTION_CODE_FATAL); // could translate from OMX error.
3908 ALOGE("error pushing blank frames: api_disconnect failed: %s (%d)",
3916 ALOGE("error pushing blank frames: api_connect failed: %s (%d)",
3924 ALOGE("error pushing blank frames: set_buffers_geometry failed: %s (%d)",
3926 goto error;
3932 ALOGE("error pushing blank_frames: set_scaling_mode failed: %s (%d)",
3934 goto error;
3940 ALOGE("error pushing blank frames: set_usage failed: %s (%d)",
3942 goto error;
3948 ALOGE("error pushing blank frames: MIN_UNDEQUEUED_BUFFERS query "
3950 goto error;
3956 ALOGE("error pushing blank frames: set_buffer_count failed: %s (%d)",
3958 goto error;
3969 ALOGE("error pushing blank frames: dequeueBuffer failed: %s (%d)",
3971 goto error;
3980 ALOGE("error pushing blank frames: lock failed: %s (%d)",
3982 goto error;
3989 ALOGE("error pushing blank frames: unlock failed: %s (%d)",
3991 goto error;
3997 ALOGE("error pushing blank frames: queueBuffer failed: %s (%d)",
3999 goto error;
4005 error:
4008 // Clean up after an error.
4024 ALOGE("error pushing blank frames: api_disconnect failed: %s (%d)",
4032 ALOGE("error pushing blank frames: api_connect failed: %s (%d)",
4125 ALOGE("OMX/mediaserver died, signalling error!");
4236 // verify OMX component sends back an error we expect.
4239 ALOGW("Invalid OMX error %#x", omxError);
4325 ALOGV("[%s] saw error %d instead of an input buffer",
4442 "due to error %d",
5054 ALOGE("[%s] configureCodec returning error %d",
5156 // the error through because it's in the "configured" state. We
5157 // send a kWhatInputSurfaceCreated with an error value instead.
5158 ALOGE("[%s] onCreateInputSurface returning error %d",
5187 "(error 0x%08x)",
5715 "port reconfiguration (error 0x%08x)",