Searched defs:task_name (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/cmds/dumpstate/ |
H A D | DumpPool.h | 90 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 D | DumpPool.cpp | 82 void DumpPool::waitForTask(const std::string& task_name, const std::string& title, in waitForTask()
|
H A D | dumpstate.cpp | 219 #define WAIT_TASK_WITH_CONSENT_CHECK(task_name, pool_ptr) \ argument
|
/aosp12/hardware/samsung/nfc/halimpl/osi/ |
H A D | osi_task.cc | 45 tOSI_TASK_HANDLER OSI_task_allocate(const char* task_name, in OSI_task_allocate()
|
/aosp12/system/core/storaged/ |
H A D | storaged.proto | 19 optional string task_name = 1; field
|
H A D | storaged_uid_monitor.cpp | 437 const std::string& task_name = task_io.first; in update_uid_io_proto() local
|
/aosp12/frameworks/base/startop/scripts/trace_analyzer/lib/ |
H A D | trace2db.py | 39 task_name = Column(String, nullable=True) # <...> -> None. variable in RawFtraceEntry
|
/aosp12/system/memory/lmkd/tests/ |
H A D | lmkd_test.cpp | 316 std::string task_name; in TEST() local
|