Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DTouchVideoDevice.h73 size_t readAndQueueFrames();
/aosp12/frameworks/native/services/inputflinger/reader/
H A DTouchVideoDevice.cpp161 size_t TouchVideoDevice::readAndQueueFrames() { in readAndQueueFrames() function in android::TouchVideoDevice
H A DEventHub.cpp1585 size_t numFrames = device->videoDevice->readAndQueueFrames(); in getEvents()