Searched refs:addPostCommandTask (Results 1 – 5 of 5) sorted by relevance
303 void addPostCommandTask(const std::function<void(void)> task) { in addPostCommandTask() function304 IPCThreadState::self()->addPostCommandTask(task); in addPostCommandTask()
109 void addPostCommandTask(const std::function<void(void)>& task);
230 void addPostCommandTask(const std::function<void(void)> task);
304 hardware::addPostCommandTask([hidlService] { in get()
1043 void IPCThreadState::addPostCommandTask(const std::function<void(void)>& task) { in addPostCommandTask() function in android::hardware::IPCThreadState