Home
last modified time | relevance | path

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

/system/iorap/src/perfetto/
Dperfetto_consumer.cc95 struct HandleDescription { struct
109 HandleDescription(Handle handle): handle_(handle) {} in HandleDescription() argument
154 std::map<Handle, HandleDescription> states_;
198 HandleDescription handle_desc{handle}; in Create()
223 HandleDescription& handle_desc = it->second; in StartTracing()
251 HandleDescription& handle_desc = it->second; in ReadTrace()
260 HandleDescription handle_desc{handle}; in Destroy()
264 bool TryDestroy(Handle handle, bool do_destroy, /*out*/HandleDescription* handle_desc_out) { in TryDestroy()
278 HandleDescription& handle_desc = it->second; in TryDestroy()
301 HandleDescription GetOrInferHandleDescription(Handle handle) { in GetOrInferHandleDescription()
[all …]