Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DStatus.h119 void setServiceSpecificError(int32_t errorCode, const String8& message);
/frameworks/native/include/binder/
DStatus.h119 void setServiceSpecificError(int32_t errorCode, const String8& message);
/frameworks/native/libs/binder/
DStatus.cpp220 void Status::setServiceSpecificError(int32_t errorCode, const String8& message) { in setServiceSpecificError() function in android::binder::Status