Searched refs:interfaceObject (Results 1 – 1 of 1) sorted by relevance
34 timeoutIPC(std::chrono::duration<R, P> wait, const sp<I> &interfaceObject, Function &&func, in timeoutIPC() argument40 std::async(std::launch::async, func, interfaceObject, std::forward<Args>(args)...); in timeoutIPC()