Searched refs:getError (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLException.java43 int getError() { method in class:GLException
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGraphRunner.java99 public abstract Exception getError(); method in class:GraphRunner
H A DAsyncRunner.java235 synchronized public Exception getError() { method in class:AsyncRunner
H A DSyncRunner.java154 synchronized public Exception getError() { method in class:SyncRunner
/frameworks/av/media/libstagefright/include/
H A DWVMExtractor.h36 virtual status_t getError() = 0;
81 status_t getError();
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h140 inline const llvm::error_code &getError() const function in class:bcc::FileBase
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.h50 static EGLint getError();
H A Degl_tls.cpp124 EGLint egl_tls_t::getError() { function in class:android::egl_tls_t
H A DeglApi.cpp693 err = egl_tls_t::getError();
/frameworks/av/media/libstagefright/
H A DWVMExtractor.cpp151 status_t WVMExtractor::getError() { function in class:android::WVMExtractor
156 return mImpl->getError();
H A DAwesomePlayer.cpp455 return mWVMExtractor->getError();
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DSymbolResolvers.h46 inline const char *getError() const function in class:bcc::DyldSymbolResolver
/frameworks/base/core/jni/
H A Dandroid_util_StringBlock.cpp53 if (osb == NULL || osb->getError() != NO_ERROR) {
H A Dandroid_util_XmlBlock.cpp53 if (osb == NULL || osb->getError() != NO_ERROR) {
/frameworks/base/include/androidfw/
H A DResourceTypes.h443 status_t getError() const;
727 status_t getError() const;
1287 status_t getError() const;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp501 status_t ResStringPool::getError() const function in class:android::ResStringPool
1289 mError = mStrings.getError();
1296 status_t ResXMLTree::getError() const function in class:android::ResXMLTree
2860 if (header->values.getError() != NO_ERROR) {
2903 mError = header->values.getError();
2912 status_t ResTable::getError() const function in class:android::ResTable
/frameworks/native/opengl/libagl/
H A Degl.cpp85 static GLint getError() { function in namespace:android
1895 return getError();
/frameworks/base/core/java/android/widget/
H A DTextView.java3397 ss.error = getError();
4249 public CharSequence getError() { method in class:TextView

Completed in 879 milliseconds