Searched refs:error (Results 226 - 250 of 331) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.cpp391 st->error = st->mem_err + M;
489 st->error = st->mem_err + M;
1052 st->h1, xn, res, st->error);
1060 st->h1, xn, res, st->error);
1161 st->h1, xn, res, st->error);
1461 st->h1, xn, res, st->error);
1469 st->h1, xn, res, st->error);
1577 st->h1, xn, res, st->error);
/frameworks/base/core/java/android/print/
H A DPrintManager.java881 public void onLayoutFailed(CharSequence error) { argument
894 callback.onLayoutFailed(error, mSequence);
960 public void onWriteFailed(CharSequence error) { argument
973 callback.onWriteFailed(error, mSequence);
/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java191 public void error() { method in class:FileSynthesisCallback
192 if (DBG) Log.d(TAG, "FileSynthesisRequest.error()");
H A DPlaybackSynthesisCallback.java110 // This happens when stop() or error() were called before start() was.
118 // We have to dispatch the error ourselves.
228 public void error() { method in class:PlaybackSynthesisCallback
229 if (DBG) Log.d(TAG, "error() [will call stop]");
230 // Currently, this call will not be logged if error( ) is called
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java649 int error;
650 while ((error = GLES20.glGetError()) != GLES20.GL_NO_ERROR) {
651 Log.e(TAG, op + ": glError " + error);
652 throw new RuntimeException(op + ": glError " + error);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintJobConfigActivity.java530 private void handleOnLayoutFailed(final CharSequence error, int sequence) { argument
538 if (!TextUtils.isEmpty(error)) {
540 messageView.setText(error);
636 private void handleOnWriteFailed(final CharSequence error, int sequence) { argument
644 if (!TextUtils.isEmpty(error)) {
646 messageView.setText(error);
693 CharSequence error = (CharSequence) message.obj;
695 handleOnLayoutFailed(error, sequence);
705 CharSequence error = (CharSequence) message.obj;
707 handleOnWriteFailed(error, sequenc
731 onLayoutFailed(CharSequence error, int sequence) argument
757 onWriteFailed(CharSequence error, int sequence) argument
2712 setError(CharSequence error, Drawable icon) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java319 Bridge.getLog().error(LayoutLog.TAG_UNSUPPORTED,
326 Bridge.getLog().error(LayoutLog.TAG_UNSUPPORTED,
470 Bridge.getLog().error(LayoutLog.TAG_UNSUPPORTED,
481 Bridge.getLog().error(LayoutLog.TAG_UNSUPPORTED,
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java318 public void onError(String error, Bundle data) {
323 + ", error=" + error + ", data=" + data);
326 if (error != null) {
328 bundle.putString(SERVICE_DATA_ERROR, error);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c193 Word16 error[M + L_SUBFR]; /* error of quantization */ local
258 Set_zero(error, L_FILT16k); /* set next sample to zero */
259 Decim_12k8(error, L_FILT16k, new_speech + L_FRAME, code);
743 * |------| | |--------| error[n] |------| *
755 error[i] = vo_sub(speech[i + i_subfr - M], st->mem_syn[i]);
763 Syn_filt(p_Aq, &exc[i_subfr], error + M, L_SUBFR, error, 0);
767 Residu_opt(Ap, error + M, xn, L_SUBFR);
769 Residu(Ap, error
[all...]
/frameworks/base/core/java/android/net/http/
H A DRequest.java329 as we do truncated non-gzipped content: no error */
508 * Handles SSL error(s) on the way down from the user (the user
519 * Helper: calls error() on eventhandler with appropriate message
522 void error(int errorId, int resourceId) { method in class:Request
523 mEventHandler.error(
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java86 /** Audio recording error. */
89 /** Server sends error status. */
475 public void onError(final int error) { argument
476 Message.obtain(mInternalHandler, MSG_ERROR, error).sendToTarget();
/frameworks/base/core/jni/
H A Dandroid_view_GraphicBuffer.cpp121 status_t error; local
122 sp<GraphicBuffer> buffer(alloc->createGraphicBuffer(width, height, format, usage, &error));
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java69 * Verifies a particular error code was received from a download
72 * @param error The error code expected
75 public void doErrorTest(Uri uri, int error) throws Exception { argument
84 verifyInt(cursor, DownloadManager.COLUMN_REASON, error);
263 * Tests the download failure error after too many redirects (>5).
279 * Tests the download failure error from an unhandled HTTP status code
290 * Tests the download failure error from an unhandled HTTP status code
385 * Tests that we get an error code when the server drops the connection during a download.
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java86 public QueryPoolException(String error) { argument
87 super(error);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DImsSMSDispatcher.java239 int error = RESULT_ERROR_GENERIC_FAILURE;
240 // Done retrying; return an error to the app.
242 tracker.mSentIntent.send(mContext, error, null);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
H A DVideoEditorPreviewTest.java113 //Handle error when looper can not be created.
194 public void onError(VideoEditor videoEditor, int error) {
499 public void onError(VideoEditor videoEditor, int error) {
738 public void onError(VideoEditor videoEditor, int error) {
800 public void onError(VideoEditor videoEditor, int error) {
1040 public void onError(VideoEditor videoEditor, int error) {
1108 public void onError(VideoEditor videoEditor, int error) {
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp493 ALOGE("getAndExecuteCommand(fd=%d) returned unexpected error %d, aborting",
1074 const status_t error = b->transact(tr.code, buffer, &reply, tr.flags); local
1075 if (error < NO_ERROR) reply.setError(error);
1078 const status_t error = the_context_object->transact(tr.code, buffer, &reply, tr.flags); local
1079 if (error < NO_ERROR) reply.setError(error);
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java1024 * Checks for OpenGL errors. If an error has occured, {@link #destroy(boolean)}
1025 * is invoked and the requested flag is turned off. The error code is
1035 int error = sEgl.eglGetError();
1036 if (error != EGL_SUCCESS) {
1039 Log.w(LOG_TAG, "EGL error: " + GLUtils.getEGLErrorString(error));
1040 fallback(error != EGL11.EGL_CONTEXT_LOST);
1279 "Could not create an EGL context. eglCreateContext failed with error: " +
1344 int error = sEgl.eglGetError();
1345 if (error
[all...]
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java546 // configured when we start tethering and unconfig'd on error or conclusion
746 // notification from the master SM that it had an error turning on cellular dun
816 private void setLastError(int error) { argument
818 mLastError = error;
823 // further error..
992 boolean error = false;
1050 error = true;
1061 if (error) {
1106 void setLastErrorAndTransitionToInitialState(int error) { argument
1107 setLastError(error);
[all...]
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c291 ALOGW("EffectCreate() init error: %d", ret);
310 ALOGW("EffectCreate() library %s: could not create fx %s, error %d", l->name, d->name, ret);
515 goto error;
521 goto error;
526 goto error;
532 goto error;
554 error:
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp353 ALOGV("stream[%d] encoder error", mSocket);
441 ALOGV("stream[%d] decoder error", mSocket);
980 goto error;
989 goto error;
1002 goto error;
1010 goto error;
1017 error:
/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java741 * @throws FormatException on any parsing error
831 String error = validateTnf(tnf, type, id, payload);
832 if (error != null) {
833 throw new FormatException(error);
863 * @return null if valid, or a string error if invalid.
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java649 Slog.e(TAG, func + " failed: error " + EGL14.eglGetError(), new Throwable());
658 int error;
659 while ((error = GLES10.glGetError()) != GLES10.GL_NO_ERROR) {
661 Slog.e(TAG, func + " failed: error " + error, new Throwable());
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java178 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_FORMAT, e.getMessage(), e,
261 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
295 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
H A DBridgeTypedArray.java378 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
382 // this is an error and not warning since the file existence is checked before
384 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_READ,
395 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_FORMAT, e.getMessage(), e, null /*data*/);
535 * @param name Textual name of attribute for error reporting.
889 * Returns a message about the parser state suitable for printing error messages.

Completed in 874 milliseconds

1234567891011>>