Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/dumpstate/
H A 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()
H A DDumpPool.cpp82 void DumpPool::waitForTask(const std::string& task_name, const std::string& title, in waitForTask()
H A Ddumpstate.cpp219 #define WAIT_TASK_WITH_CONSENT_CHECK(task_name, pool_ptr) \ argument
/aosp12/hardware/samsung/nfc/halimpl/osi/
H A Dosi_task.cc45 tOSI_TASK_HANDLER OSI_task_allocate(const char* task_name, in OSI_task_allocate()
/aosp12/system/core/storaged/
H A Dstoraged.proto19 optional string task_name = 1; field
H A Dstoraged_uid_monitor.cpp437 const std::string& task_name = task_io.first; in update_uid_io_proto() local
/aosp12/frameworks/base/startop/scripts/trace_analyzer/lib/
H A Dtrace2db.py39 task_name = Column(String, nullable=True) # <...> -> None. variable in RawFtraceEntry
/aosp12/system/memory/lmkd/tests/
H A Dlmkd_test.cpp316 std::string task_name; in TEST() local