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.cpp468 if (UNLIKELY(!mPostCommandTasks.empty())) { in getAndExecuteCommand()
471 std::vector<std::function<void(void)>> tasks = mPostCommandTasks; in getAndExecuteCommand()
472 mPostCommandTasks.clear(); in getAndExecuteCommand()
1044 mPostCommandTasks.push_back(task); in addPostCommandTask()