Home
last modified time | relevance | path

Searched refs:window_manager_shell_transitions_table (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/winscope/
H A Dshell_transitions_tracker.cc38 auto* window_manager_shell_transitions_table = in InternTransition() local
43 auto row_id = window_manager_shell_transitions_table->Insert(row).id; in InternTransition()
H A Dshell_transitions_parser.cc41 auto* window_manager_shell_transitions_table = in ParseTransition() local
43 auto row = window_manager_shell_transitions_table->FindById(row_id).value(); in ParseTransition()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h882 window_manager_shell_transitions_table() const { in window_manager_shell_transitions_table() function