Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Dshell_service.cpp798 unique_fd ReportError(SubprocessProtocol protocol, const std::string& message) { in ReportError() function
863 *error_fd = ReportError(error_protocol, "failed to allocate new subprocess"); in StartSubprocess()
870 *error_fd = ReportError(error_protocol, error); in StartSubprocess()
880 *error_fd = ReportError(error_protocol, error); in StartSubprocess()
898 return ReportError(protocol, "failed to allocate new subprocess"); in StartCommandInProcess()
904 return ReportError(protocol, error); in StartCommandInProcess()
913 return ReportError(protocol, error); in StartCommandInProcess()
Dshell_service.h55 unique_fd ReportError(SubprocessProtocol protocol, const std::string& message);
Dabb_service.cpp72 return ReportError(kErrorProtocol, "abb is unavailable"); in sendCommand()