Searched refs:HandlerFn (Results 1 – 3 of 3) sorted by relevance
73 using HandlerFn = std::function<bool(android::perfprofd::PerfprofdRecord* proto, variable76 void ProfilingLoop(Config& config, HandlerFn handler);79 HandlerFn handler);
115 HandlerFn handler = GetResultHandler(); in StartProfiling()181 HandlerFn GetResultHandler() { in GetResultHandler()182 return HandlerFn(std::bind(&ThreadedHandler::ResultHandler, in GetResultHandler()
659 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()