Loading libs/binder/include/binder/Status.h +3 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,9 @@ public: static Status fromExceptionCode(int32_t exceptionCode, const char* message); // warning: this is still considered an error if it is constructed with a // zero value error code. Please use Status::ok() instead and avoid zero // error codes static Status fromServiceSpecificError(int32_t serviceSpecificErrorCode); static Status fromServiceSpecificError(int32_t serviceSpecificErrorCode, const String8& message); Loading Loading
libs/binder/include/binder/Status.h +3 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,9 @@ public: static Status fromExceptionCode(int32_t exceptionCode, const char* message); // warning: this is still considered an error if it is constructed with a // zero value error code. Please use Status::ok() instead and avoid zero // error codes static Status fromServiceSpecificError(int32_t serviceSpecificErrorCode); static Status fromServiceSpecificError(int32_t serviceSpecificErrorCode, const String8& message); Loading