Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/rpc/
Drpc.h127 using QueryResultBatchCallback = std::function< variable
129 void Query(const uint8_t*, size_t, const QueryResultBatchCallback&);
Drpc.cc493 const QueryResultBatchCallback& result_callback) { in Query()