Home
last modified time | relevance | path

Searched refs:exception_code (Results 1 – 1 of 1) sorted by relevance

/system/weaved/libweaved/
Dcommand.cc30 std::string BinderExceptionString(int32_t exception_code) { in BinderExceptionString() argument
31 if (exception_code == android::binder::Status::EX_NONE) in BinderExceptionString()
33 else if (exception_code == android::binder::Status::EX_SECURITY) in BinderExceptionString()
35 else if (exception_code == android::binder::Status::EX_BAD_PARCELABLE) in BinderExceptionString()
37 else if (exception_code == android::binder::Status::EX_ILLEGAL_ARGUMENT) in BinderExceptionString()
39 else if (exception_code == android::binder::Status::EX_NULL_POINTER) in BinderExceptionString()
41 else if (exception_code == android::binder::Status::EX_ILLEGAL_STATE) in BinderExceptionString()
43 else if (exception_code == android::binder::Status::EX_NETWORK_MAIN_THREAD) in BinderExceptionString()
45 else if (exception_code == android::binder::Status::EX_UNSUPPORTED_OPERATION) in BinderExceptionString()
47 else if (exception_code == android::binder::Status::EX_SERVICE_SPECIFIC) in BinderExceptionString()