Home
last modified time | relevance | path

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

123

/frameworks/rs/cpp/
DrsCppInternal.h27 if ((rs)->getError() == RS_SUCCESS) { \
32 rs->getError() == RS_SUCCESS ? (dispatch) : nullptr
DRenderScript.cpp199 RSError RS::getError() { in getError() function in RS
DAllocation.cpp183 if (mRS->getError() != RS_SUCCESS) { in getPointer()
427 if (rs->getError() == RS_SUCCESS) { in createTyped()
441 if (rs->getError() == RS_SUCCESS) { in createTyped()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCallStateExceptionTest.java38 assertEquals(mCallStateException.ERROR_INVALID, mCallStateException.getError()); in testCallStateExceptionDefault()
47 assertEquals(mCallStateException.ERROR_OUT_OF_SERVICE, mCallStateException.getError()); in testCallStateExceptionWithErrCode()
/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp139 if (value_pool_.getError() == NO_INIT) { in ParseTable()
144 << "corrupt string pool in ResTable: " << value_pool_.getError()); in ParseTable()
212 if (type_pool_.getError() == NO_INIT) { in ParsePackage()
217 << "ResTable_package: " << type_pool_.getError()); in ParsePackage()
220 } else if (key_pool_.getError() == NO_INIT) { in ParsePackage()
225 << "ResTable_package: " << key_pool_.getError()); in ParsePackage()
285 if (type_pool_.getError() != NO_ERROR) { in ParseTypeSpec()
333 if (type_pool_.getError() != NO_ERROR) { in ParseType()
338 if (key_pool_.getError() != NO_ERROR) { in ParseType()
/frameworks/base/core/java/com/android/internal/os/
DFuseAppLoop.java224 replySimpleLocked(unique, getError(error));
256 replySimpleLocked(unique, getError(error));
277 replySimpleLocked(unique, getError(error));
283 private static int getError(@NonNull Exception error) {
/frameworks/compile/libbcc/lib/
DSource.cpp51 if (std::error_code ec = moduleOrError.getError()) { in helper_load_bitcode()
143 if (mb_or_error.getError()) { in CreateFromFile()
145 mb_or_error.getError().message().c_str()); in CreateFromFile()
DFileBase.h126 inline const std::error_code &getError() const in getError() function
/frameworks/base/telephony/common/com/android/internal/telephony/
DEncodeException.java50 public int getError() { in getError() method in EncodeException
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallStateException.java58 public int getError() { in getError() method in CallStateException
/frameworks/base/opengl/java/android/opengl/
DGLException.java43 int getError() { in getError() method in GLException
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DCustomErrorEditText.java35 public CharSequence getError() { in getError() method in CustomErrorEditText
/frameworks/base/libs/protoutil/include/android/util/
DProtoFileReader.h53 status_t getError() const;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DGraphRunner.java106 public abstract Exception getError(); in getError() method in GraphRunner
DAsyncRunner.java227 synchronized public Exception getError() { in getError() method in AsyncRunner
DSyncRunner.java154 synchronized public Exception getError() { in getError() method in SyncRunner
/frameworks/native/opengl/libs/EGL/
Degl_tls.h45 static EGLint getError();
Degl_tls.cpp152 EGLint egl_tls_t::getError() { in getError() function in android::egl_tls_t
/frameworks/base/libs/protoutil/src/
DProtoFileReader.cpp138 ProtoFileReader::getError() const { in getError() function in android::util::ProtoFileReader
/frameworks/base/cmds/incidentd/src/
DPrivacyFilter.cpp326 status_t getError() { return mError; } in getError() function in android::os::incidentd::ReadbackFilterFd
380 err = reader->getError(); in filter_and_write_report()
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp146 if (std::error_code EC = MOrErr.getError()) { in translate()
/frameworks/rs/tests/cpp_api/typecheck/
Dtypecheck.cpp42 if (shouldPass != (rs->getError() == RS_SUCCESS)) { \
/frameworks/base/core/jni/
Dandroid_util_StringBlock.cpp51 if (osb == NULL || osb->getError() != NO_ERROR) { in android_content_StringBlock_nativeCreate()
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp342 if (mb_or_error.getError()) { in main()
344 OptInputFilenames[0].c_str(), mb_or_error.getError().message().c_str()); in main()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java1610 if (mPageRangeEditText.getError() == null) { in onClick()
1977 if (mCopiesEditText.getError() == null in updateOptionsUi()
2064 return (mCopiesEditText.getError() != null) in hasErrors()
2066 && mPageRangeEditText.getError() != null); in hasErrors()
2946 if (view == mPageRangeEditText && !hasFocus && mPageRangeEditText.getError() == null) { in onFocusChange()
2972 if (mPageRangeEditText.getError() == null) { in afterTextChanged()
2979 if (mPageRangeEditText.getError() != null) { in afterTextChanged()
3006 if (mCopiesEditText.getError() == null) { in afterTextChanged()
3026 if (mCopiesEditText.getError() == null) { in afterTextChanged()
3035 if (mCopiesEditText.getError() != null) { in afterTextChanged()

123