Searched refs:interfaceObject (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/lshal/ |
D | Timeout.h | 82 timeoutIPC(std::chrono::duration<R, P> wait, const sp<I> &interfaceObject, Function &&func, in timeoutIPC() argument 87 interfaceObject.get(), std::forward<Args>(args)...); in timeoutIPC() 99 timeoutIPC(const sp<I> &interfaceObject, Function &&func, Args &&... args) { in timeoutIPC() argument 100 return timeoutIPC(IPC_CALL_WAIT, interfaceObject, func, args...); in timeoutIPC()
|