Searched refs:fromExceptionCode (Results 1 – 4 of 4) sorted by relevance
84 Status Status::fromExceptionCode(int32_t exceptionCode) { in fromExceptionCode() function in android::hardware::Status88 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode() function in android::hardware::Status
82 static Status fromExceptionCode(int32_t exceptionCode);83 static Status fromExceptionCode(int32_t exceptionCode,
69 return binder::Status::fromExceptionCode(binder::Status::EX_SECURITY, String8(err.c_str())); in checkPermission()80 return binder::Status::fromExceptionCode(xfrmCode); in getXfrmStatus()87 return binder::Status::fromExceptionCode( \370 : binder::Status::fromExceptionCode(binder::Status::EX_ILLEGAL_ARGUMENT); in setMetricsReportingLevel()
431 EXPECT_THAT(toString(Status::fromExceptionCode(Status::EX_NULL_POINTER)), in TEST_F()