Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DTouchVideoDevice.h99 static constexpr size_t NUM_BUFFERS = 3; variable
100 std::array<const int16_t*, NUM_BUFFERS> mReadLocations;
114 const std::array<const int16_t*, NUM_BUFFERS>& readLocations);
DTouchVideoDevice.cpp41 const std::array<const int16_t*, NUM_BUFFERS>& readLocations) : in TouchVideoDevice()
96 req.count = NUM_BUFFERS; in create()
105 if (req.count != NUM_BUFFERS) { in create()
106 ALOGE("Requested %zu buffers, but driver responded with count=%i", NUM_BUFFERS, req.count); in create()
114 std::array<const int16_t*, NUM_BUFFERS> readLocations; in create()
115 for (size_t i = 0; i < NUM_BUFFERS; i++) { in create()
144 for (size_t i = 0; i < NUM_BUFFERS; i++) { in create()