Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpPool.h90 template<class F, class... Args> void enqueueTask(const std::string& task_name, F&& f, in enqueueTask()
110 template<class F, class... Args> void enqueueTaskWithFd(const std::string& task_name, F&& f, in enqueueTaskWithFd()
123 void waitForTask(const std::string& task_name) { in waitForTask()
150 template<class T> Future post(const std::string& task_name, T dump_func) { in post()
DDumpPool.cpp82 void DumpPool::waitForTask(const std::string& task_name, const std::string& title, in waitForTask()
Ddumpstate.cpp219 #define WAIT_TASK_WITH_CONSENT_CHECK(task_name, pool_ptr) \ argument
/frameworks/base/startop/scripts/trace_analyzer/lib/
Dtrace2db.py39 task_name = Column(String, nullable=True) # <...> -> None. variable in RawFtraceEntry