Home
last modified time | relevance | path

Searched defs:task_p_comparator (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/tools/netsim/src/hci/
H A Dasync_manager.cc391 struct task_p_comparator { struct in rootcanal::AsyncManager::AsyncTaskManager
392 bool operator()(const std::shared_ptr<Task> &t1, in operator ()()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dasync_manager.cc386 struct task_p_comparator { struct in rootcanal::AsyncManager::AsyncTaskManager
387 bool operator()(const std::shared_ptr<Task>& t1, const std::shared_ptr<Task>& t2) const { in operator ()()