HomeSort by relevance Sort by last modified time
    Searched defs:fromExceptionCode (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/binder/
Status.cpp 26 Status Status::fromExceptionCode(int32_t exceptionCode) {
30 Status Status::fromExceptionCode(int32_t exceptionCode,
35 Status Status::fromExceptionCode(int32_t exceptionCode,
37 return fromExceptionCode(exceptionCode, String8(message));
  /system/libhidl/base/
Status.cpp 84 Status Status::fromExceptionCode(int32_t exceptionCode) {
88 Status Status::fromExceptionCode(int32_t exceptionCode,

Completed in 78 milliseconds