Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reporter/
DInputReporter.cpp37 sp<InputReporterInterface> createInputReporter() { in createInputReporter() function
DInputReporterInterface.h49 sp<InputReporterInterface> createInputReporter();
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp408 mReporter = createInputReporter(); in InputDispatcher()