Home
last modified time | relevance | path

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

/tracing/tracing-perfetto-binary/src/main/cpp/perfetto/
Dperfetto.cc62951 uint32_t method_id() const { return method_id_; } in method_id() function in perfetto::protos::gen::IPCFrame_InvokeMethod
67159 uint32_t method_id = 1; // method ids start at index 1. in OnBindService() local
67183 const uint32_t method_id = req.method_id(); in OnInvokeMethod() local