Lines Matching refs:Status
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()
157 bool Command::AbortWithCustomError(android::binder::Status status, in AbortWithCustomError()
185 bool Command::SetCustomError(android::binder::Status status, in SetCustomError()