Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DTimeout.h34 timeoutIPC(std::chrono::duration<R, P> wait, const sp<I> &interfaceObject, Function &&func, in timeoutIPC() argument
40 std::async(std::launch::async, func, interfaceObject, std::forward<Args>(args)...); in timeoutIPC()