Home
last modified time | relevance | path

Searched refs:EventState (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/trace/
DInputTracer.h61 struct EventState { struct
62 explicit inline EventState(InputTracer& tracer) : tracer(tracer){}; in EventState() argument
63 ~EventState();
77 std::shared_ptr<EventState>& getState(const EventTrackerInterface&); argument
84 inline EventTrackerImpl(const std::shared_ptr<EventState>& state, bool isDerivedEvent) in EventTrackerImpl()
89 mutable std::shared_ptr<EventState> mState;
92 friend std::shared_ptr<EventState>& InputTracer::getState(const EventTrackerInterface&);
DInputTracer.cpp104 auto eventState = std::make_shared<EventState>(*this); in traceInboundEvent()
121 return std::make_unique<EventTrackerImpl>(std::make_shared<EventState>(*this), in createTrackerForSyntheticEvent()
235 std::shared_ptr<InputTracer::EventState>& InputTracer::getState( in getState()
246 void InputTracer::EventState::onEventProcessingComplete(nsecs_t processingTimestamp) { in onEventProcessingComplete()
273 InputTracer::EventState::~EventState() { in ~EventState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java346 TelephonyEvent.EventState.EVENT_STATE_END, in onCapabilitiesChanged()
473 TelephonyEvent.EventState.EVENT_STATE_START, in evaluateIfImmediateDataSwitchIsNeeded()
1112 onDemandDataSwitch.state = TelephonyEvent.EventState.EVENT_STATE_START; in collectRequestNetworkMetrics()
1124 onDemandDataSwitch.state = TelephonyEvent.EventState.EVENT_STATE_END; in collectReleaseNetworkMetrics()
1646 TelephonyEvent.EventState.EVENT_STATE_START, in validate()
1859 case TelephonyEvent.EventState.EVENT_STATE_UNKNOWN -> "UNKNOWN"; in switchStateToString()
1860 case TelephonyEvent.EventState.EVENT_STATE_START -> "START"; in switchStateToString()
1861 case TelephonyEvent.EventState.EVENT_STATE_END -> "END"; in switchStateToString()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto885 enum EventState { enum
943 optional EventState state = 2;
951 optional EventState state = 2;
/frameworks/base/boot/
Dpreloaded-classes12672 com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$EventState
Dboot-image-profile.txt35113 Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyEvent$EventState;
/frameworks/base/config/
Dpreloaded-classes12703 com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$EventState
Dboot-image-profile.txt45274 Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyEvent$EventState;