Home
last modified time | relevance | path

Searched refs:mutable_string_pool (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/winscope/
H A Dwinscope_module.cc139 row.base64_proto = context_->storage->mutable_string_pool()->InternString( in ParseInputMethodClientsData()
164 row.base64_proto = context_->storage->mutable_string_pool()->InternString( in ParseInputMethodManagerServiceData()
189 row.base64_proto = context_->storage->mutable_string_pool()->InternString( in ParseInputMethodServiceData()
215 row.base64_proto = context_->storage->mutable_string_pool()->InternString( in ParseViewCaptureData()
238 row.base64_proto = context_->storage->mutable_string_pool()->InternString( in ParseWindowManagerData()
H A Dandroid_input_event_parser.cc82 context_.storage->mutable_string_pool()->InternString( in ParseMotionEvent()
109 context_.storage->mutable_string_pool()->InternString( in ParseKeyEvent()
137 context_.storage->mutable_string_pool()->InternString( in ParseWindowDispatchEvent()
H A Dshell_transitions_parser.cc49 auto base64_proto = context_->storage->mutable_string_pool()->InternString( in ParseTransition()
80 row.base64_proto = context_->storage->mutable_string_pool()->InternString( in ParseHandlerMappings()
H A Dsurfaceflinger_layers_parser.cc40 context_->storage->mutable_string_pool()->InternString( in Parse()
73 layer.base64_proto = context_->storage->mutable_string_pool()->InternString( in ParseLayer()
H A Dsurfaceflinger_transactions_parser.cc38 row.base64_proto = context_->storage->mutable_string_pool()->InternString( in Parse()
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtrace_processor_impl.cc781 engine_.reset(new PerfettoSqlEngine(context_.storage->mutable_string_pool(), in InitPerfettoSqlEngine()
867 *engine_, context_.storage->mutable_string_pool()); in InitPerfettoSqlEngine()
873 *engine_, *context_.storage->mutable_string_pool()); in InitPerfettoSqlEngine()
879 *engine_, context_.storage->mutable_string_pool()); in InitPerfettoSqlEngine()
883 *engine_, context_.storage->mutable_string_pool()); in InitPerfettoSqlEngine()
1070 context_.storage->mutable_string_pool(), &storage->slice_table())); in InitPerfettoSqlEngine()
1072 context_.storage->mutable_string_pool(), engine_.get())); in InitPerfettoSqlEngine()
1096 context_.storage->mutable_string_pool())); in InitPerfettoSqlEngine()
1099 context_.storage->mutable_string_pool(), engine_.get(), &context_)); in InitPerfettoSqlEngine()
1103 context_.storage->mutable_string_pool()); in InitPerfettoSqlEngine()
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/importers/systrace/
H A Dsystrace_trace_parser.cc177 ctx_->storage->mutable_string_pool()->InternString(cmd); in Parse()
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
H A Dexperimental_flat_slice.cc55 context_->storage->mutable_string_pool(), in ComputeTable()
H A Dexperimental_flamegraph.cc255 new tables::ExperimentalFlamegraphTable(storage->mutable_string_pool())); in FocusTable()
H A Dflamegraph_construction_algorithms.cc121 new tables::ExperimentalFlamegraphTable(storage->mutable_string_pool())); in BuildFlamegraphTableTreeStructure()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/server/
Dnotificationhistory.pb.h1105 ::com::android::server::notification::NotificationHistoryProto_StringPool* mutable_string_pool(); in Swap()
2415 …otification::NotificationHistoryProto_StringPool* NotificationHistoryProto::mutable_string_pool() { in mutable_string_pool() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/server/
Dnotificationhistory.pb.h1188 ::com::android::server::notification::NotificationHistoryProto_StringPool* mutable_string_pool(); in Swap()
2498 …otification::NotificationHistoryProto_StringPool* NotificationHistoryProto::mutable_string_pool() { in mutable_string_pool() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/server/
Dnotificationhistory.pb.h1105 ::com::android::server::notification::NotificationHistoryProto_StringPool* mutable_string_pool(); in Swap()
2415 …otification::NotificationHistoryProto_StringPool* NotificationHistoryProto::mutable_string_pool() { in mutable_string_pool() function
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h931 StringPool* mutable_string_pool() { return &string_pool_; } in mutable_string_pool() function
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dheap_graph_tracker.cc1004 new tables::ExperimentalFlamegraphTable(storage_->mutable_string_pool())); in BuildFlamegraph()