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

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

Completed in 68 milliseconds