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

/frameworks/rs/cpp/
H A DrsCppInternal.h23 if (rs->getError() == RS_SUCCESS) { \
28 rs->getError() == RS_SUCCESS ? dispatch : NULL
H A DAllocation.cpp318 if (rs->getError() == RS_SUCCESS) {
332 if (rs->getError() == RS_SUCCESS) {
H A DRenderScript.cpp514 RSError RS::getError() { function in class:RS
H A DrsCppStructs.h133 RSError getError();
/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.h138 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.cpp122 EGLint egl_tls_t::getError() { function in class:android::egl_tls_t
H A DeglApi.cpp875 err = egl_tls_t::getError();
/frameworks/av/media/libstagefright/
H A DWVMExtractor.cpp154 status_t WVMExtractor::getError() { function in class:android::WVMExtractor
159 return mImpl->getError();
H A DAwesomePlayer.cpp475 return mWVMExtractor->getError();
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DSymbolResolvers.h46 inline const char *getError() const function in class:bcc::DyldSymbolResolver
/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/rs/tests/typecheck/
H A Dtypecheck.cpp42 if (shouldPass != (rs->getError() == RS_SUCCESS)) { \
/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;
731 status_t getError() const;
1292 status_t getError() const;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintJobConfigActivity.java2295 if (mCopiesEditText.getError() == null
2342 if (mCopiesEditText.getError() != null) {
2346 && mPageRangeEditText.getError() != null;
2703 public CharSequence getError() { method in class:PrintJobConfigActivity.CustomEditText
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp499 status_t ResStringPool::getError() const function in class:android::ResStringPool
1429 mError = mStrings.getError();
1436 status_t ResXMLTree::getError() const function in class:android::ResXMLTree
3000 if (header->values.getError() != NO_ERROR) {
3043 mError = header->values.getError();
3052 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
1901 return getError();
/frameworks/base/core/java/android/widget/
H A DTextView.java3514 ss.error = getError();
4368 public CharSequence getError() { method in class:TextView

Completed in 705 milliseconds