Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DTimeout.h84 timeoutIPC(std::chrono::duration<R, P> wait, const sp<I> &interfaceObject, Function &&func, in timeoutIPC() function
101 timeoutIPC(const sp<I> &interfaceObject, Function &&func, Args &&... args) { in timeoutIPC() function
102 return timeoutIPC(IPC_CALL_WAIT, interfaceObject, func, args...); in timeoutIPC()
DListCommand.cpp601 auto ret = timeoutIPC(10s, manager, &IServiceManager::debugDump, [&] (const auto &infos) { in fetchAllLibraries()
631 auto ret = timeoutIPC(manager, &IServiceManager::debugDump, [&] (const auto &infos) { in fetchPassthrough()
663 auto listRet = timeoutIPC(manager, &IServiceManager::list, [&] (const auto &names) { in fetchBinderized()
701 auto getRet = timeoutIPC(manager, &IServiceManager::get, serviceName, instanceName); in fetchBinderizedEntry()
716 auto debugRet = timeoutIPC(service, &IBase::getDebugInfo, [&] (const auto &received) { in fetchBinderizedEntry()
751 auto ifaceChainRet = timeoutIPC(service, &IBase::interfaceChain, [&] (const auto& c) { in fetchBinderizedEntry()
768 auto hashRet = timeoutIPC(service, &IBase::getHashChain, [&] (const auto& hashChain) { in fetchBinderizedEntry()