Home
last modified time | relevance | path

Searched refs:HandlerFn (Results 1 – 3 of 3) sorted by relevance

/system/extras/perfprofd/
Dperfprofdcore.h73 using HandlerFn = std::function<bool(android::perfprofd::PerfprofdRecord* proto, variable
76 void ProfilingLoop(Config& config, HandlerFn handler);
79 HandlerFn handler);
Dperfprofd_threaded_handler.h115 HandlerFn handler = GetResultHandler(); in StartProfiling()
181 HandlerFn GetResultHandler() { in GetResultHandler()
182 return HandlerFn(std::bind(&ThreadedHandler::ResultHandler, in GetResultHandler()
Dperfprofdcore.cc659 static void ProfilingLoopImpl(ConfigFn config, UpdateFn update, HandlerFn handler) { in ProfilingLoopImpl()
717 void ProfilingLoop(Config& config, HandlerFn handler) { in ProfilingLoop()
730 HandlerFn handler) { in ProfilingLoop()