Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DStatus.h83 static Status fromExceptionCode(int32_t exceptionCode);
84 static Status fromExceptionCode(int32_t exceptionCode,
/frameworks/native/libs/binder/
DStatus.cpp26 Status Status::fromExceptionCode(int32_t exceptionCode) { in fromExceptionCode() function in android::binder::Status
30 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode() function in android::binder::Status