Searched defs:type (Results 1 – 8 of 8) sorted by relevance
| /tracing/tracing-perfetto/ |
| D | dependencyAnalysis-baseline.json | 6 "type": "module", string 14 "type": "module", string 22 "type": "project", string
|
| /tracing/tracing-perfetto-binary/ |
| D | dependencyAnalysis-baseline.json | 6 "type": "module", string 14 "type": "module", string
|
| /tracing/tracing-driver-wire/src/commonMain/proto/ |
| D | perfetto_trace.proto | 71 optional Type type = 9; field 115 optional BuiltinCounterType type = 1; field
|
| /tracing/tracing-driver/src/commonMain/kotlin/androidx/tracing/driver/ |
| D | TrackDescriptor.kt | 43 public var type: Int, variable in androidx.tracing.driver.TrackDescriptor
|
| D | TraceEvent.kt | 45 public var type: Int, variable in androidx.tracing.driver.TraceEvent
|
| /tracing/tracing-driver-wire/src/commonMain/kotlin/androidx/tracing/driver/wire/ |
| D | WireTraceEventSerializer.kt | 95 when (val type = event.trackDescriptor!!.type) { in updateScratchPacketFromTraceEvent() method
|
| /tracing/tracing-perfetto-binary/src/main/cpp/perfetto/ |
| D | perfetto.h | 1131 proto_utils::ProtoWireType type() const { in type() function 1225 uint8_t type, in initialize()
|
| D | perfetto.cc | 2265 auto trampoline = [](DWORD type) -> int { in InstallCtrCHandler() 10686 const std::string& type() const { return type_; } in type() function in perfetto::protos::gen::AndroidEnergyConsumer 12022 FieldDescriptorProto_Type type() const { return type_; } in type() function in perfetto::protos::gen::FieldDescriptorProto 14424 uint32_t type() const { return type_; } in type() function in perfetto::protos::gen::PerfEvents_RawEvent 24583 BeginFrameArgs_BeginFrameArgsType type() const { return type_; } in type() function in perfetto::protos::gen::BeginFrameArgs 30004 CounterDescriptor_BuiltinCounterType type() const { return type_; } in type() function in perfetto::protos::gen::CounterDescriptor 32391 TrackEvent_Type type() const { return type_; } in type() function in perfetto::protos::gen::TrackEvent 40711 BackendType type{}; member 41579 auto add_backend = [this, &args](TracingBackend* backend, BackendType type) { in Initialize() 43160 perfetto::protos::pbzero::TrackEvent::Type type, in WriteEvent() [all …]
|