Home
last modified time | relevance | path

Searched refs:screen_state_id_ (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dandroid_probes_parser.h52 const StringId screen_state_id_; variable
Dandroid_probes_parser.cc54 screen_state_id_(context->storage->InternString("ScreenState")) {} in AndroidProbesParser()
240 context_->track_tracker->InternGlobalCounterTrack(screen_state_id_); in ParseInitialDisplayState()
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_parser.cc32 screen_state_id_(ctx->storage->InternString("ScreenState")), in SystraceParser()
225 context_->track_tracker->InternGlobalCounterTrack(screen_state_id_); in ParseSystracePoint()
Dsystrace_parser.h258 const StringId screen_state_id_; variable