Searched refs:WindowManagerShellTransitionsTable (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/winscope/ |
H A D | shell_transitions_tracker.cc | 31 tables::WindowManagerShellTransitionsTable::Id 41 tables::WindowManagerShellTransitionsTable::Row row; in InternTransition()
|
H A D | shell_transitions_tracker.h | 43 tables::WindowManagerShellTransitionsTable::Id InternTransition( 48 std::unordered_map<int32_t, tables::WindowManagerShellTransitionsTable::Id>
|
H A D | shell_transitions_parser.cc | 58 tables::WindowManagerShellTransitionsTable::Name()), in ParseTransition()
|
/aosp_15_r20/external/perfetto/src/trace_processor/tables/ |
H A D | table_destructors.cc | 152 WindowManagerShellTransitionsTable::~WindowManagerShellTransitionsTable() =
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/ |
D | winscope_tables_py.h | 3434 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 D | winscope_proto_mapping.h | 38 if (table_name == tables::WindowManagerShellTransitionsTable::Name()) { in GetProtoName()
|
/aosp_15_r20/external/perfetto/src/trace_processor/storage/ |
H A D | trace_storage.h | 881 const tables::WindowManagerShellTransitionsTable& 885 tables::WindowManagerShellTransitionsTable* 1184 tables::WindowManagerShellTransitionsTable
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/ |
H A D | args_tracker.h | 166 BoundInserter AddArgsTo(tables::WindowManagerShellTransitionsTable::Id id) { in AddArgsTo()
|