Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DNotifyArgs_test.cpp69 std::vector<int16_t> videoData = {1, 2, 3, 4}; in TEST() local
71 TouchVideoFrame frame(2, 2, std::move(videoData), timestamp); in TEST()
DInputProcessor_test.cpp208 std::vector<int16_t> videoData = {1, 2, 3, 4}; in TEST_F() local
210 TouchVideoFrame frame(2, 2, std::move(videoData), timestamp); in TEST_F()