Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp225 class SensorsTestSharedMemory { class
227 static SensorsTestSharedMemory* create(SharedMemType type, size_t size);
231 virtual ~SensorsTestSharedMemory();
233 SensorsTestSharedMemory(SharedMemType type, size_t size);
241 DISALLOW_COPY_AND_ASSIGN(SensorsTestSharedMemory);
244 SharedMemInfo SensorsTestSharedMemory::getSharedMemInfo() const { in getSharedMemInfo()
254 char * SensorsTestSharedMemory::getBuffer() const { in getBuffer()
258 std::vector<Event> SensorsTestSharedMemory::parseEvents(int64_t lastCounter, size_t offset) const { in parseEvents()
310 SensorsTestSharedMemory::SensorsTestSharedMemory(SharedMemType type, size_t size) in SensorsTestSharedMemory() function in SensorsTestSharedMemory
376 SensorsTestSharedMemory::~SensorsTestSharedMemory() { in ~SensorsTestSharedMemory()
[all …]