Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherFactory.h27 std::unique_ptr<InputDispatcherInterface> createInputDispatcher(
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcherFactory.cpp22 std::unique_ptr<InputDispatcherInterface> createInputDispatcher( in createInputDispatcher() function
/frameworks/native/services/inputflinger/
DInputManager.cpp133 mDispatcher = createInputDispatcher(dispatcherPolicy); in InputManager()