Searched refs:reportTypeToString (Results 1 – 3 of 3) sorted by relevance
41 return reportTypeToString(mReportType); in getStringType()44 std::string HidReport::reportTypeToString(int type) { in reportTypeToString() function in HidUtil::HidReport
68 static std::string reportTypeToString(int type);
271 static std::string reportTypeToString(int reportType) { in reportTypeToString() function289 os << reportTypeToString(packet.type) << " id: " << packet.id in operator <<()