Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcommand.cpp59 typedef std::function<std::unique_ptr<Command>(void)> callback_t; typedef
61 static std::map<std::string, callback_t>& CommandMap() { in CommandMap()
64 static std::map<std::string, callback_t> command_map; in CommandMap()