Searched refs:readLocations (Results 1 – 2 of 2) sorted by relevance
41 const std::array<const int16_t*, NUM_BUFFERS>& readLocations) : in TouchVideoDevice() argument44 mReadLocations(readLocations) { in TouchVideoDevice()114 std::array<const int16_t*, NUM_BUFFERS> readLocations; in create() local128 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()
114 const std::array<const int16_t*, NUM_BUFFERS>& readLocations);