Searched refs:onControllerInit (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | PointerChoreographer_test.cpp | 1692 const std::function<void(PointerChoreographer&)> onControllerInit, in initializePointerDevice() argument 1699 onControllerInit(mChoreographer); in initializePointerDevice() 1736 const auto& [name, source, controllerType, pointerBuilder, onControllerInit, action] = in TEST_P() 1741 initializePointerDevice(pointerBuilder, source, onControllerInit, action); in TEST_P() 1750 const auto& [name, source, controllerType, pointerBuilder, onControllerInit, action] = in TEST_P() 1760 initializePointerDevice(pointerBuilder, source, onControllerInit, action); in TEST_P() 1782 const auto& [name, source, controllerType, pointerBuilder, onControllerInit, action] = in TEST_P() 1784 initializePointerDevice(pointerBuilder, source, onControllerInit, action); in TEST_P() 1818 const auto& [name, source, controllerType, pointerBuilder, onControllerInit, action] = in TEST_P() 1820 initializePointerDevice(pointerBuilder, source, onControllerInit, action); in TEST_P() [all …]
|