Home
last modified time | relevance | path

Searched defs:AppLaunchEventState (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/iorap/src/manager/
H A Devent_manager.cc116 struct AppLaunchEventState { struct
140 bool is_read_ahead_{false};
143 bool allowed_tracing_{true};
144 bool is_tracing_{false};
157 explicit AppLaunchEventState(borrowed<perfetto::RxProducerFactory*> perfetto_factory, in AppLaunchEventState() argument
363 bool IsReadAhead() const { in IsReadAhead()
439 void FinishReadAhead() { in FinishReadAhead()
449 void AbortReadAhead() { in AbortReadAhead()
453 bool IsTracing() const { in IsTracing()
566 void AbortTrace() { in AbortTrace()
[all …]