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

12

/frameworks/rs/cpp/
H A DrsCppInternal.h27 if (rs->getError() == RS_SUCCESS) { \
32 rs->getError() == RS_SUCCESS ? dispatch : nullptr
H A DRenderScript.cpp206 RSError RS::getError() { function in class:RS
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCallStateExceptionTest.java36 assertEquals(mCallStateException.ERROR_INVALID, mCallStateException.getError());
45 assertEquals(mCallStateException.ERROR_DISCONNECTED, mCallStateException.getError());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallStateException.java49 public int getError() { method in class:CallStateException
/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.java227 synchronized public Exception getError() { method in class:AsyncRunner
H A DSyncRunner.java154 synchronized public Exception getError() { method in class:SyncRunner
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DCustomErrorEditText.java35 public CharSequence getError() { method in class:CustomErrorEditText
/frameworks/av/media/libstagefright/include/
H A DWVMExtractor.h36 virtual status_t getError() = 0;
80 status_t getError();
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.h75 const std::string& getError() const;
96 inline const std::string& JavaClassGenerator::getError() const { function in class:aapt::JavaClassGenerator
/frameworks/support/v4/api21/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatApi21.java54 public static CharSequence getError(Object info) { method in class:AccessibilityNodeInfoCompatApi21
55 return ((AccessibilityNodeInfo) info).getError();
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h137 inline const std::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
/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.cpp117 if (mValuePool.getError() == NO_INIT) {
123 << mValuePool.getError());
200 if (mTypePool.getError() == NO_INIT) {
207 << mTypePool.getError());
210 } else if (mKeyPool.getError() == NO_INIT) {
217 << mKeyPool.getError());
261 if (mTypePool.getError() != NO_ERROR) {
284 if (mTypePool.getError() != NO_ERROR) {
290 if (mKeyPool.getError() != NO_ERROR) {
/frameworks/av/media/libstagefright/
H A DWVMExtractor.cpp154 status_t WVMExtractor::getError() { function in class:android::WVMExtractor
159 return mImpl->getError();
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp47 if (std::error_code ec = moduleOrError.getError()) {
99 if (mb_or_error.getError()) {
101 mb_or_error.getError().message().c_str());
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DImageLoader.java423 public VolleyError getError() { method in class:ImageLoader.BatchedImageRequest
472 if (bir.getError() == null) {
476 container.mListener.onErrorResponse(bir.getError());
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUResponse.java83 public OSUError getError() { method in class:OSUResponse
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp139 if (std::error_code EC = MOrErr.getError()) {
/frameworks/rs/tests/typecheck/
H A Dtypecheck.cpp42 if (shouldPass != (rs->getError() == RS_SUCCESS)) { \
/frameworks/base/cmds/idmap/
H A Dscan.cpp101 if (parser.getError() != NO_ERROR) {
102 ALOGD("%s failed to init xml parser, error=0x%08x\n", __FUNCTION__, parser.getError());
/frameworks/base/core/jni/
H A Dandroid_util_StringBlock.cpp53 if (osb == NULL || osb->getError() != NO_ERROR) {
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp319 if (mb_or_error.getError()) {
321 OptInputFilenames[0].c_str(), mb_or_error.getError().message().c_str());

Completed in 455 milliseconds

12