Home
last modified time | relevance | path

Searched refs:setServiceSpecificError (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/include/binder/
DStatus.h128 void setServiceSpecificError(int32_t errorCode, const String8& message);
/frameworks/native/libs/binder/include/binder/
DStatus.h128 void setServiceSpecificError(int32_t errorCode, const String8& message);
/frameworks/native/libs/binder/tests/unit_fuzzers/
DStatusFuzzFunctions.h48 status->setServiceSpecificError(fdp->ConsumeIntegral<int32_t>(), message);
/frameworks/native/libs/binder/
DStatus.cpp232 void Status::setServiceSpecificError(int32_t errorCode, const String8& message) { in setServiceSpecificError() function in android::binder::Status