Home | History | Annotate | Download | only in libweaved

Lines Matching refs:exception_code

30 std::string BinderExceptionString(int32_t exception_code) {
31 if (exception_code == android::binder::Status::EX_NONE)
33 else if (exception_code == android::binder::Status::EX_SECURITY)
35 else if (exception_code == android::binder::Status::EX_BAD_PARCELABLE)
37 else if (exception_code == android::binder::Status::EX_ILLEGAL_ARGUMENT)
39 else if (exception_code == android::binder::Status::EX_NULL_POINTER)
41 else if (exception_code == android::binder::Status::EX_ILLEGAL_STATE)
43 else if (exception_code == android::binder::Status::EX_NETWORK_MAIN_THREAD)
45 else if (exception_code == android::binder::Status::EX_UNSUPPORTED_OPERATION)
47 else if (exception_code == android::binder::Status::EX_SERVICE_SPECIFIC)