Searched defs:getError (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLException.java43 int getError() { method in class:GLException
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DCustomErrorEditText.java35 public CharSequence getError() { method in class:CustomErrorEditText
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGraphRunner.java99 public abstract Exception getError(); method in class:GraphRunner
H A DAsyncRunner.java227 synchronized public Exception getError() { method in class:AsyncRunner
H A DSyncRunner.java154 synchronized public Exception getError() { method in class:SyncRunner
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp122 EGLint egl_tls_t::getError() { function in class:android::egl_tls_t
/frameworks/av/media/libstagefright/
H A DWVMExtractor.cpp154 status_t WVMExtractor::getError() { function in class:android::WVMExtractor
159 return mImpl->getError();
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DSymbolResolvers.h46 inline const char *getError() const function in class:bcc::DyldSymbolResolver
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h137 inline const std::error_code &getError() const function in class:bcc::FileBase
/frameworks/rs/cpp/
H A DRenderScript.cpp534 RSError RS::getError() { function in class:RS
/frameworks/volley/src/com/android/volley/toolbox/
H A DImageLoader.java397 public VolleyError getError() { method in class:ImageLoader.BatchedImageRequest
447 if (bir.getError() == null) {
451 container.mListener.onErrorResponse(bir.getError());
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java122 CharSequence error = mCurrentCommand.getError();
616 public CharSequence getError() { method in class:RemotePrintDocument.AsyncCommand
/frameworks/native/opengl/libagl/
H A Degl.cpp85 static GLint getError() { function in namespace:android
1901 return getError();
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java1979 public CharSequence getError() { method in class:AccessibilityNodeInfo
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp624 status_t ResStringPool::getError() const function in class:android::ResStringPool
1579 mError = mStrings.getError();
1586 status_t ResXMLTree::getError() const function in class:android::ResXMLTree
3475 if (header->values.getError() != NO_ERROR) {
3510 mError = header->values.getError();
3519 status_t ResTable::getError() const function in class:android::ResTable
/frameworks/base/core/java/android/widget/
H A DTextView.java3748 ss.error = getError();
4602 public CharSequence getError() { method in class:TextView

Completed in 1703 milliseconds