Lines Matching refs:InputTracer
99 InputTracer::InputTracer(std::unique_ptr<InputTracingBackendInterface> backend) in InputTracer() function in android::inputdispatcher::trace::impl::InputTracer
102 std::unique_ptr<EventTrackerInterface> InputTracer::traceInboundEvent(const EventEntry& entry) { in traceInboundEvent()
119 std::unique_ptr<EventTrackerInterface> InputTracer::createTrackerForSyntheticEvent() { in createTrackerForSyntheticEvent()
125 void InputTracer::dispatchToTargetHint(const EventTrackerInterface& cookie, in dispatchToTargetHint()
148 void InputTracer::eventProcessingComplete(const EventTrackerInterface& cookie, in eventProcessingComplete()
161 std::unique_ptr<EventTrackerInterface> InputTracer::traceDerivedEvent( in traceDerivedEvent()
187 void InputTracer::traceEventDispatch(const DispatchEntry& dispatchEntry, in traceEventDispatch()
235 std::shared_ptr<InputTracer::EventState>& InputTracer::getState( in getState()
240 bool InputTracer::isDerivedCookie(const EventTrackerInterface& cookie) { in isDerivedCookie()
246 void InputTracer::EventState::onEventProcessingComplete(nsecs_t processingTimestamp) { in onEventProcessingComplete()
273 InputTracer::EventState::~EventState() { in ~EventState()