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

12

/frameworks/rs/cpp/
H A DrsCppInternal.h24 if (rs->getError() == RS_SUCCESS) { \
29 rs->getError() == RS_SUCCESS ? dispatch : NULL
H A DAllocation.cpp187 if (mRS->getError() != RS_SUCCESS) {
336 if (rs->getError() == RS_SUCCESS) {
350 if (rs->getError() == RS_SUCCESS) {
/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/compile/libbcc/lib/Core/
H A DSource.cpp43 if (std::error_code ec = moduleOrError.getError()) {
92 if (mb_or_error.getError()) {
94 mb_or_error.getError().message().c_str());
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h137 inline const std::error_code &getError() const function in class:bcc::FileBase
/frameworks/compile/mclinker/lib/Support/
H A DMemoryArea.cpp27 if (std::error_code ec = buffer_or_error.getError()) {
/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/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/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/cmds/idmap/
H A Dscan.cpp124 if (parser.getError() != NO_ERROR) {
125 ALOGD("%s failed to init xml parser, error=0x%08x\n", __FUNCTION__, parser.getError());
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp195 if (mb_or_error.getError()) {
197 OptInputFilename.c_str(), mb_or_error.getError().message().c_str());
/frameworks/base/core/jni/
H A Dandroid_util_StringBlock.cpp53 if (osb == NULL || osb->getError() != NO_ERROR) {
H A Dandroid_util_XmlBlock.cpp54 if (osb->getError() != NO_ERROR) {
/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp290 if (MBOrErr.getError()) {
/frameworks/base/tools/aapt/
H A DStringPool.cpp48 if (pool->getError() == NO_INIT) {
51 } else if (pool->getError() != NO_ERROR) {
/frameworks/base/tools/split-select/
H A DMain.cpp214 if (res.getError() == NO_ERROR) {
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp320 std::error_code ec = moduleOrError.getError();

Completed in 609 milliseconds

12