Searched refs:clientSp (Results 1 – 1 of 1) sorted by relevance
1094 auto clientSp = current->getValue(); in handleEvictionsLocked() local1095 if (clientSp.get() != nullptr) { // should never be needed in handleEvictionsLocked()1096 if (!clientSp->canCastToApiClient(effectiveApiLevel)) { in handleEvictionsLocked()1099 } else if (clientSp->getRemote() == remoteCallback) { in handleEvictionsLocked()1102 *client = clientSp; in handleEvictionsLocked()1161 sp<BasicClient> clientSp = clientDescriptor->getValue(); in handleEvictionsLocked() local1193 sp<BasicClient> clientSp = i->getValue(); in handleEvictionsLocked() local1194 if (clientSp.get() == nullptr) { in handleEvictionsLocked()1212 i->getKey().string(), String8{clientSp->getPackageName()}.string(), in handleEvictionsLocked()1220 … clientSp->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DISCONNECTED, in handleEvictionsLocked()[all …]