Searched refs:timeoutIPC (Results 1 – 2 of 2) 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() function 99 timeoutIPC(const sp<I> &interfaceObject, Function &&func, Args &&... args) { in timeoutIPC() function 100 return timeoutIPC(IPC_CALL_WAIT, interfaceObject, func, args...); in timeoutIPC()
|
D | ListCommand.cpp | 598 auto ret = timeoutIPC(10s, manager, &IServiceManager::debugDump, [&] (const auto &infos) { in fetchAllLibraries() 628 auto ret = timeoutIPC(manager, &IServiceManager::debugDump, [&] (const auto &infos) { in fetchPassthrough() 660 auto listRet = timeoutIPC(manager, &IServiceManager::list, [&] (const auto &names) { in fetchBinderized() 698 auto getRet = timeoutIPC(manager, &IServiceManager::get, serviceName, instanceName); in fetchBinderizedEntry() 713 auto debugRet = timeoutIPC(service, &IBase::getDebugInfo, [&] (const auto &received) { in fetchBinderizedEntry() 748 auto ifaceChainRet = timeoutIPC(service, &IBase::interfaceChain, [&] (const auto& c) { in fetchBinderizedEntry() 765 auto hashRet = timeoutIPC(service, &IBase::getHashChain, [&] (const auto& hashChain) { in fetchBinderizedEntry()
|