Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidReport.cpp133 if (range == h.getPhysicalRange()) { in operator <<()
136 range = h.getPhysicalRange(); in operator <<()
176 std::pair<int64_t, int64_t> HidReport::getPhysicalRange() const { in getPhysicalRange() function in HidUtil::HidReport
DHidReport.h55 std::pair<int64_t, int64_t> getPhysicalRange() const;
DHidParser.cpp241 auto physical = r.getPhysicalRange(); in convertGroupToPacket()