Searched refs:clientSp (Results 1 – 2 of 2) sorted by relevance
1176 sp<BasicClient> clientSp = clientDescriptor->getValue(); in injectSessionParams() local1177 status_t res = clientSp->injectSessionParams(sessionParams); in injectSessionParams()1927 auto clientSp = current->getValue(); in handleEvictionsLocked() local1928 if (clientSp.get() != nullptr) { // should never be needed in handleEvictionsLocked()1929 if (!clientSp->canCastToApiClient(effectiveApiLevel)) { in handleEvictionsLocked()1932 } else if (clientSp->getRemote() == remoteCallback) { in handleEvictionsLocked()1935 *client = clientSp; in handleEvictionsLocked()2014 sp<BasicClient> clientSp = clientDescriptor->getValue(); in handleEvictionsLocked() local2050 sp<BasicClient> clientSp = i->getValue(); in handleEvictionsLocked() local2051 if (clientSp.get() == nullptr) { in handleEvictionsLocked()[all …]
1597 sp<BasicClient> clientSp);