HomeSort by relevance Sort by last modified time
    Searched defs:HidReport (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidReport.h 32 // HidReport represent an input, output or feature report
33 class HidReport {
34 friend std::ostream& operator<<(std::ostream& os, const HidReport& h);
36 HidReport(uint32_t type_, uint32_t data, const HidGlobal &global, const HidLocal &local);
98 std::ostream& operator<<(std::ostream& os, const HidReport& h);
HidReport.cpp 16 #include "HidReport.h"
23 HidReport::HidReport(uint32_t type, uint32_t data,
40 std::string HidReport::getStringType() const {
44 std::string HidReport::reportTypeToString(int type) {
58 double HidReport::getExponentValue() const {
70 std::string HidReport::getExponentString() const {
79 std::string HidReport::getUnitString() const {
90 std::string HidReport::getFlagString() const {
110 bool HidReport::isArray() const
    [all...]

Completed in 420 milliseconds