Searched refs:addPostCommandTask (Results 1 – 5 of 5) sorted by relevance
296 void addPostCommandTask(const std::function<void(void)> task) { in addPostCommandTask() function297 IPCThreadState::self()->addPostCommandTask(task); in addPostCommandTask()
135 void addPostCommandTask(const std::function<void(void)>& task);
352 void addPostCommandTask(const std::function<void(void)> task);
289 hardware::addPostCommandTask([hidlService] { in get()
1047 void IPCThreadState::addPostCommandTask(const std::function<void(void)>& task) { in addPostCommandTask() function in android::hardware::IPCThreadState