HomeSort by relevance Sort by last modified time
    Searched refs:reportTypeToString (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidReport.h 68 static std::string reportTypeToString(int type);
HidReport.cpp 41 return reportTypeToString(mReportType);
44 std::string HidReport::reportTypeToString(int type) {
HidParser.cpp 271 static std::string reportTypeToString(int reportType) {
289 os << reportTypeToString(packet.type) << " id: " << packet.id

Completed in 563 milliseconds