Home
last modified time | relevance | path

Searched defs:inst_ctx (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/shared_lib/test/
Dapi_integrationtest.cc151 void* inst_ctx) -> void { in RegisterDataSource2()
158 struct PerfettoDsOnStopArgs* args) { in RegisterDataSource2()
/external/perfetto/src/shared_lib/
Ddata_source.cc137 void* inst_ctx() const { return inst_ctx_; } in inst_ctx() function in __anon4c454edf0211::ShlibDataSource
329 void* inst_ctx = data_source->inst_ctx(); in PerfettoDsImplGetInstanceLocked() local