Home | History | Annotate | Download | only in libcameraservice

Lines Matching full:clientsp

1017                 auto clientSp = current->getValue();
1018 if (clientSp.get() != nullptr) { // should never be needed
1019 if (!clientSp->canCastToApiClient(effectiveApiLevel)) {
1022 } else if (clientSp->getRemote() == remoteCallback) {
1025 *client = clientSp;
1083 sp<BasicClient> clientSp = clientDescriptor->getValue();
1115 sp<BasicClient> clientSp = i->getValue();
1116 if (clientSp.get() == nullptr) {
1134 i->getKey().string(), String8{clientSp->getPackageName()}.string(),
1142 clientSp->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DISCONNECTED,
1735 auto clientSp = i->getValue();
1736 if (clientSp.get() == client) {
1754 auto clientSp = i->getValue();
1755 if (clientSp.get() == nullptr) {
1760 if (remote == clientSp->getRemote() && (callingPid == servicePid ||
1761 callingPid == clientSp->getClientPid())) {
1763 evicted.push_back(clientSp);
1766 clientSp->notifyError(
1846 auto clientSp = i->getValue();
1848 if (clientSp.get() == nullptr) {
1854 uid_t clientUid = clientSp->getClientUid();
1860 evicted.push_back(clientSp);
1871 String8{clientSp->getPackageName()}.string(),
2412 auto clientSp = i->getValue();
2415 if (clientSp.get() != nullptr) {
2416 packageName = String8{clientSp->getPackageName()};
2417 uid_t clientUid = clientSp->getClientUid();
2423 if (clientSp.get() != nullptr) {