Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DTouchVideoDevice.cpp41 const std::array<const int16_t*, NUM_BUFFERS>& readLocations) : in TouchVideoDevice() argument
44 mReadLocations(readLocations) { in TouchVideoDevice()
114 std::array<const int16_t*, NUM_BUFFERS> readLocations; in create() local
128 readLocations[i] = static_cast<const int16_t*>(mmap(nullptr /* start anywhere */, in create()
131 if (readLocations[i] == MAP_FAILED) { in create()
154 fd.release(), std::move(name), std::move(devicePath), height, width, readLocations)); in create()
DTouchVideoDevice.h114 const std::array<const int16_t*, NUM_BUFFERS>& readLocations);