Lines Matching refs:Status
23 using ::android::binder::Status;
30 return new AStatus(Status::fromExceptionCode(PruneException(exception))); in AStatus_fromExceptionCode()
34 return new AStatus(Status::fromExceptionCode(PruneException(exception), message)); in AStatus_fromExceptionCodeWithMessage()
38 return new AStatus(Status::fromServiceSpecificError(serviceSpecific)); in AStatus_fromServiceSpecificError()
42 return new AStatus(Status::fromServiceSpecificError(serviceSpecific, message)); in AStatus_fromServiceSpecificErrorWithMessage()
46 return new AStatus(Status::fromStatusT(PruneStatusT(status))); in AStatus_fromStatus()
134 case Status::EX_NONE: in PruneException()
136 case Status::EX_SECURITY: in PruneException()
138 case Status::EX_BAD_PARCELABLE: in PruneException()
140 case Status::EX_ILLEGAL_ARGUMENT: in PruneException()
142 case Status::EX_NULL_POINTER: in PruneException()
144 case Status::EX_ILLEGAL_STATE: in PruneException()
146 case Status::EX_NETWORK_MAIN_THREAD: in PruneException()
148 case Status::EX_UNSUPPORTED_OPERATION: in PruneException()
150 case Status::EX_SERVICE_SPECIFIC: in PruneException()
152 case Status::EX_PARCELABLE: in PruneException()
154 case Status::EX_TRANSACTION_FAILED: in PruneException()