Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputProcessor_test.cpp224 std::vector<int16_t> videoData1 = {1, 2, 3, 4}; in TEST_F() local
226 TouchVideoFrame frame1(2, 2, std::move(videoData1), timestamp1); in TEST_F()