Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DTimeout.h34 timeoutIPC(std::chrono::duration<R, P> wait, const sp<I> &interfaceObject, Function &&func, in timeoutIPC() function
DListCommand.cpp533 timeoutIPC(mLshal.getDebugDumpWait(), manager, &IServiceManager::debugDump, in fetchAllLibraries()
572 timeoutIPC(mLshal.getIpcCallWait(), manager, &IServiceManager::debugDump, in fetchPassthrough()
614 auto listRet = timeoutIPC(mLshal.getIpcCallWait(), manager, &IServiceManager::list, in fetchBinderized()
651 auto getRet = timeoutIPC(mLshal.getIpcCallWait(), manager, &IServiceManager::get, serviceName, in fetchBinderizedEntry()
671 auto debugRet = timeoutIPC(mLshal.getIpcCallWait(), service, &IBase::getDebugInfo, in fetchBinderizedEntry()
707 auto ifaceChainRet = timeoutIPC(mLshal.getIpcCallWait(), service, &IBase::interfaceChain, in fetchBinderizedEntry()
730 auto hashRet = timeoutIPC(mLshal.getIpcCallWait(), service, &IBase::getHashChain, in fetchBinderizedEntry()