Searched refs:clientSp (Results 1 – 1 of 1) sorted by relevance
1082 auto clientSp = current->getValue(); in handleEvictionsLocked() local1083 if (clientSp.get() != nullptr) { // should never be needed in handleEvictionsLocked()1084 if (!clientSp->canCastToApiClient(effectiveApiLevel)) { in handleEvictionsLocked()1087 } else if (clientSp->getRemote() == remoteCallback) { in handleEvictionsLocked()1090 *client = clientSp; in handleEvictionsLocked()1142 sp<BasicClient> clientSp = clientDescriptor->getValue(); in handleEvictionsLocked() local1171 sp<BasicClient> clientSp = i->getValue(); in handleEvictionsLocked() local1172 if (clientSp.get() == nullptr) { in handleEvictionsLocked()1190 i->getKey().string(), String8{clientSp->getPackageName()}.string(), in handleEvictionsLocked()1196 … clientSp->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DISCONNECTED, in handleEvictionsLocked()[all …]