Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/winscope/
H A Dshell_transitions_tracker.cc31 tables::WindowManagerShellTransitionsTable::Id
41 tables::WindowManagerShellTransitionsTable::Row row; in InternTransition()
H A Dshell_transitions_tracker.h43 tables::WindowManagerShellTransitionsTable::Id InternTransition(
48 std::unordered_map<int32_t, tables::WindowManagerShellTransitionsTable::Id>
H A Dshell_transitions_parser.cc58 tables::WindowManagerShellTransitionsTable::Name()), in ParseTransition()
/aosp_15_r20/external/perfetto/src/trace_processor/tables/
H A Dtable_destructors.cc152 WindowManagerShellTransitionsTable::~WindowManagerShellTransitionsTable() =
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dwinscope_tables_py.h3434 class WindowManagerShellTransitionsTable : public macros_internal::MacroTable {
3455 using id = IdColumn<WindowManagerShellTransitionsTable::Id>;
3484 bool operator==(const WindowManagerShellTransitionsTable::Row& other) const {
3505 WindowManagerShellTransitionsTable, ConstRowReference, RowReference> {
3514 WindowManagerShellTransitionsTable, RowNumber> {
3516 ConstRowReference(const WindowManagerShellTransitionsTable* table, uint32_t row_number) in ConstRowReference()
3545 RowReference(const WindowManagerShellTransitionsTable* table, uint32_t row_number) in RowReference()
3570 WindowManagerShellTransitionsTable* mutable_table() const { in mutable_table()
3571 return const_cast<WindowManagerShellTransitionsTable*>(table()); in mutable_table()
3579 ConstIterator, WindowManagerShellTransitionsTable, RowNumber, ConstRowReference> {
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dwinscope_proto_mapping.h38 if (table_name == tables::WindowManagerShellTransitionsTable::Name()) { in GetProtoName()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h881 const tables::WindowManagerShellTransitionsTable&
885 tables::WindowManagerShellTransitionsTable*
1184 tables::WindowManagerShellTransitionsTable
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dargs_tracker.h166 BoundInserter AddArgsTo(tables::WindowManagerShellTransitionsTable::Id id) { in AddArgsTo()