Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1176 sp<BasicClient> clientSp = clientDescriptor->getValue(); in injectSessionParams() local
1177 status_t res = clientSp->injectSessionParams(sessionParams); in injectSessionParams()
1927 auto clientSp = current->getValue(); in handleEvictionsLocked() local
1928 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() local
2050 sp<BasicClient> clientSp = i->getValue(); in handleEvictionsLocked() local
2051 if (clientSp.get() == nullptr) { in handleEvictionsLocked()
[all …]
DCameraService.h1597 sp<BasicClient> clientSp);