Searched refs:exception (Results 1 - 7 of 7) sorted by relevance

/system/libhidl/transport/
H A DHidlBinderSupport.cpp141 int32_t exception; local
142 status_t status = parcel.readInt32(&exception);
149 if (exception == Status::EX_HAS_REPLY_HEADER) {
161 exception = Status::EX_NONE;
164 if (exception == Status::EX_NONE) {
169 // The remote threw an exception. Get the message back.
177 s->setException(exception, String8(message));
/system/tools/hidl/utils/
H A DFormatter.cpp99 Formatter &Formatter::sCatch(const std::string &exception, std::function<void(void)> block) { argument
100 (*this) << " catch (" << exception << ") ";
/system/tools/hidl/utils/include/hidl-util/
H A DFormatter.h96 Formatter &sCatch(const std::string &exception, std::function<void(void)> block);
/system/chre/host/msm/daemon/generated/
H A Dchre_slpi_skel.c150 #define _CATCH(exception) exception##bail: if (exception != AEE_SUCCESS)
H A Dchre_slpi_stub.c150 #define _CATCH(exception) exception##bail: if (exception != AEE_SUCCESS)
/system/tools/aidl/
H A Dast_java.cpp321 : statements(new StatementBlock), exception(e) {}
325 if (this->exception != NULL) {
327 this->exception->WriteDeclaration(to);
H A Dast_java.h273 Variable* exception; member in struct:android::aidl::java::CatchStatement
275 explicit CatchStatement(Variable* exception);

Completed in 650 milliseconds