Searched defs:setError (Results 1 - 18 of 18) sorted by last modified time

/frameworks/volley/src/com/android/volley/toolbox/
H A DImageLoader.java280 request.setError(error);
390 public void setError(VolleyError error) { method in class:ImageLoader.BatchedImageRequest
/frameworks/rs/
H A DrsContext.cpp355 rsc->setError(RS_ERROR_FATAL_DRIVER, "Failed loading RS driver");
371 rsc->setError(RS_ERROR_OUT_OF_MEMORY, "Failed initializing GL");
793 void Context::setError(RsError e, const char *msg) const { function in class:Context
/frameworks/native/libs/binder/
H A DParcel.cpp557 void Parcel::setError(status_t err) function in class:android::Parcel
/frameworks/native/opengl/libagl/
H A Degl.cpp74 static T setError(GLint error, T returnValue) { function in namespace:android
380 return setError(EGL_BAD_ALLOC, EGL_FALSE);
387 return setError(EGL_BAD_ALLOC, EGL_FALSE);
399 return setError(EGL_BAD_ALLOC, EGL_FALSE);
411 return setError(EGL_BAD_ACCESS, EGL_FALSE);
495 return setError(EGL_BAD_ACCESS, EGL_FALSE);
537 return setError(EGL_BAD_ALLOC, EGL_FALSE);
553 setError(EGL_BAD_ALLOC, EGL_FALSE);
567 return setError(EGL_BAD_ACCESS, EGL_FALSE);
571 return setError(EGL_BAD_CURRENT_SURFAC
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.h64 #define setError(_e, _r) \ macro
/frameworks/compile/slang/
H A Dslang_rs_reflection.h97 inline void setError(const std::string &Error) { mLastError = Error; } function in class:slang::RSReflectionJava
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java180 setError(error.type, error.extra, error.errorExtras, null);
341 setError(what, extra, null, null);
417 setError(Listener.ERROR_LOAD_FAILED, 0, null, e);
627 setError(Listener.ERROR_PREPARE_ERROR, 0, null, e);
638 private void setError(int type, int extra, Bundle extras, Exception e) { method in class:LocalRenderer
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DCustomErrorEditText.java40 public void setError(CharSequence error, Drawable icon) { method in class:CustomErrorEditText
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java10123 public void setError(int code, String msg) { method in class:PackageManagerService.PackageInstalledInfo
10129 public void setError(String msg, PackageParserException e) { method in class:PackageManagerService.PackageInstalledInfo
10135 public void setError(String msg, PackageManagerException e) { method in class:PackageManagerService.PackageInstalledInfo
10163 res.setError(INSTALL_FAILED_ALREADY_EXISTS, "Attempt to re-install " + pkgName
10170 res.setError(INSTALL_FAILED_ALREADY_EXISTS, "Attempt to re-install " + pkgName
10194 res.setError("Package couldn't be installed in " + pkg.codePath, e);
10229 res.setError(INSTALL_FAILED_UPDATE_INCOMPATIBLE,
10235 res.setError(INSTALL_FAILED_UPDATE_INCOMPATIBLE,
10281 res.setError(INSTALL_FAILED_REPLACE_COULDNT_DELETE, "replaceNonSystemPackageLI");
10305 res.setError("Packag
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceState.java93 public synchronized void setError(int error) { method in class:CameraDeviceState
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java2085 public void setError(CharSequence error) { method in class:AccessibilityNodeInfo
/frameworks/base/core/java/android/widget/
H A DEditor.java338 public void setError(CharSequence error, Drawable icon) { method in class:Editor
H A DTextView.java3823 setError(error);
4609 * {@link #setError}, or <code>null</code> if no error was set
4625 public void setError(CharSequence error) { method in class:TextView
4627 setError(null, null);
4633 setError(error, dr);
4646 public void setError(CharSequence error, Drawable icon) { method in class:TextView
4648 mEditor.setError(error, icon);
5843 * Resets the mErrorWasChanged flag, so that future calls to {@link #setError(CharSequence)}
5862 setError(null, null);
8442 info.setError(mEdito
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java161 protected void setError() { /* ignored */ } method in class:LoggingPrintStream
/frameworks/base/core/java/com/android/internal/util/
H A DFastPrintWriter.java244 * previously or if {@code setError()} has been called;
246 * @see #setError()
268 protected void setError() { method in class:FastPrintWriter
394 setError();
410 setError();
468 setError();
503 setError();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp620 setError(err);
647 setError(err);
668 void NuPlayer::RTSPSource::setError(status_t err) { function in class:android::NuPlayer::RTSPSource
H A DStreamingSource.cpp95 setError(ERROR_END_OF_STREAM);
106 setError(ERROR_UNSUPPORTED);
146 setError(err);
202 void NuPlayer::StreamingSource::setError(status_t err) { function in class:android::NuPlayer::StreamingSource
/frameworks/av/media/libstagefright/
H A DWVMExtractor.cpp162 void WVMExtractor::setError(status_t err) { function in class:android::WVMExtractor
164 mImpl->setError(err);

Completed in 470 milliseconds