Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/test/
DHidRawDeviceTest.cpp36 using HidUtil::hexdumpToStream; in test()
47 hexdumpToStream(LOG_V, info.descriptor.begin(), info.descriptor.end()); in test()
65 hexdumpToStream(LOG_V, buffer.begin(), buffer.end()); in test()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
DHidParserExample2.cpp26 hexdumpToStream(LOG_D, descriptor.begin(), descriptor.end()); in printRawValue()
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DStreamIoUtil.h139 void hexdumpToStream(std::ostream &os, const ForwardIterator &first, const ForwardIterator &last) { in hexdumpToStream() function