Home
last modified time | relevance | path

Searched refs:InputEventTimelineProcessor (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DInputEventTimeline.h121 class InputEventTimelineProcessor {
123 InputEventTimelineProcessor() {} in InputEventTimelineProcessor() function
126 virtual ~InputEventTimelineProcessor() {} in ~InputEventTimelineProcessor()
H A DLatencyTracker.h45 LatencyTracker(InputEventTimelineProcessor& processor);
83 InputEventTimelineProcessor* mTimelineProcessor;
H A DLatencyAggregator.h52 class LatencyAggregator final : public InputEventTimelineProcessor {
H A DLatencyAggregatorWithHistograms.h54 class LatencyAggregatorWithHistograms final : public InputEventTimelineProcessor {
H A DLatencyTracker.cpp70 LatencyTracker::LatencyTracker(InputEventTimelineProcessor& processor) in LatencyTracker()
H A DInputDispatcher.h709 std::unique_ptr<InputEventTimelineProcessor> mInputEventTimelineProcessor GUARDED_BY(mLock);
H A DInputDispatcher.cpp952 ? std::move(std::unique_ptr<InputEventTimelineProcessor>( in InputDispatcher()
954 : std::move(std::unique_ptr<InputEventTimelineProcessor>( in InputDispatcher()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DLatencyTrackerFuzzer.cpp32 class EmptyProcessor : public InputEventTimelineProcessor {
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DLatencyTracker_test.cpp116 class LatencyTrackerTest : public testing::Test, public InputEventTimelineProcessor {