Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsTestSharedMemory.h37 std::vector<Event> parseEvents(int64_t lastCounter = -1, size_t offset = 0) const;
/hardware/interfaces/sensors/common/vts/utils/
DSensorsTestSharedMemory.cpp42 std::vector<Event> SensorsTestSharedMemory::parseEvents(int64_t lastCounter, size_t offset) const { in parseEvents() function in SensorsTestSharedMemory
DSensorsHidlTestBase.cpp299 auto events = mem->parseEvents(); in testDirectReportOperation()