Home
last modified time | relevance | path

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

/aosp12/system/libhidl/transport/
H A DHidlBinderSupport.cpp303 void addPostCommandTask(const std::function<void(void)> task) { in addPostCommandTask() function
304 IPCThreadState::self()->addPostCommandTask(task); in addPostCommandTask()
/aosp12/system/libhwbinder/include/hwbinder/
H A DIPCThreadState.h109 void addPostCommandTask(const std::function<void(void)>& task);
/aosp12/system/libhidl/transport/include/hidl/
H A DHidlBinderSupport.h230 void addPostCommandTask(const std::function<void(void)> task);
/aosp12/system/hwservicemanager/
H A DServiceManager.cpp304 hardware::addPostCommandTask([hidlService] { in get()
/aosp12/system/libhwbinder/
H A DIPCThreadState.cpp1043 void IPCThreadState::addPostCommandTask(const std::function<void(void)>& task) { in addPostCommandTask() function in android::hardware::IPCThreadState