Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DTouchVideoDevice.h122 std::optional<TouchVideoFrame> readFrame();
DTouchVideoDevice.cpp181 std::optional<TouchVideoFrame> TouchVideoDevice::readFrame() { in readFrame() function in android::TouchVideoDevice
219 std::optional<TouchVideoFrame> frame = readFrame(); in readFrames()