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

  /hardware/libhardware/modules/sensors/dynamic_sensor/test/
HidRawDeviceTest.cpp 36 using HidUtil::hexdumpToStream;
47 hexdumpToStream(LOG_V, info.descriptor.begin(), info.descriptor.end());
65 hexdumpToStream(LOG_V, buffer.begin(), buffer.end());
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
HidParserExample2.cpp 26 hexdumpToStream(LOG_D, descriptor.begin(), descriptor.end());
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
StreamIoUtil.h 139 void hexdumpToStream(std::ostream &os, const ForwardIterator &first, const ForwardIterator &last) {

Completed in 305 milliseconds