Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherFactory.h28 sp<InputDispatcherInterface> createInputDispatcher(
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcherFactory.cpp22 sp<InputDispatcherInterface> createInputDispatcher( in createInputDispatcher() function
/frameworks/native/services/inputflinger/
DInputManager.cpp56 mDispatcher = createInputDispatcher(dispatcherPolicy); in InputManager()