Home
last modified time | relevance | path

Searched refs:mPostCommandTasks (Results 1 – 2 of 2) sorted by relevance

/system/libhwbinder/include/hwbinder/
DIPCThreadState.h155 std::vector<std::function<void(void)>> mPostCommandTasks; variable
/system/libhwbinder/
DIPCThreadState.cpp479 if (UNLIKELY(!mPostCommandTasks.empty())) { in getAndExecuteCommand()
482 std::vector<std::function<void(void)>> tasks = mPostCommandTasks; in getAndExecuteCommand()
483 mPostCommandTasks.clear(); in getAndExecuteCommand()
1050 mPostCommandTasks.push_back(task); in addPostCommandTask()