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