Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DStatus.cpp26 Status Status::fromExceptionCode(int32_t exceptionCode) { in fromExceptionCode() function in android::binder::Status
33 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode() function in android::binder::Status
41 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode() function in android::binder::Status
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h286 static ScopedAStatus fromExceptionCode(binder_exception_t exception) { in fromExceptionCode() function