Home
last modified time | relevance | path

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

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