Searched defs:PerfettoDsImpl (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_tracing_PerfettoDataSource.cpp | 285 params.on_create_tls_cb = [](struct PerfettoDsImpl* ds_impl, PerfettoDsInstanceIndex inst_id, in nativeRegisterDataSource() 330 params.on_flush_cb = [](struct PerfettoDsImpl*, PerfettoDsInstanceIndex, void*, in nativeRegisterDataSource() 339 params.on_stop_cb = [](struct PerfettoDsImpl*, PerfettoDsInstanceIndex inst_id, void* user_arg, in nativeRegisterDataSource() 347 params.on_destroy_cb = [](struct PerfettoDsImpl* ds_impl, void* user_arg, in nativeRegisterDataSource()
|