Home
last modified time | relevance | path

Searched refs:addPostCommandTask (Results 1 – 5 of 5) sorted by relevance

/system/libhidl/transport/
DHidlBinderSupport.cpp296 void addPostCommandTask(const std::function<void(void)> task) { in addPostCommandTask() function
297 IPCThreadState::self()->addPostCommandTask(task); in addPostCommandTask()
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h135 void addPostCommandTask(const std::function<void(void)>& task);
/system/libhidl/transport/include/hidl/
DHidlBinderSupport.h352 void addPostCommandTask(const std::function<void(void)> task);
/system/hwservicemanager/
DServiceManager.cpp289 hardware::addPostCommandTask([hidlService] { in get()
/system/libhwbinder/
DIPCThreadState.cpp1047 void IPCThreadState::addPostCommandTask(const std::function<void(void)>& task) { in addPostCommandTask() function in android::hardware::IPCThreadState