Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DTimeout.h86 auto boundFunc = std::bind(std::forward<Function>(func), in timeoutIPC() local
88 bool success = timeout(wait, [&ret, &boundFunc] { in timeoutIPC()
89 ret = std::move(boundFunc()); in timeoutIPC()