Lines Matching refs:clientSp

1116                 auto clientSp = current->getValue();  in handleEvictionsLocked()  local
1117 if (clientSp.get() != nullptr) { // should never be needed in handleEvictionsLocked()
1118 if (!clientSp->canCastToApiClient(effectiveApiLevel)) { in handleEvictionsLocked()
1121 } else if (clientSp->getRemote() == remoteCallback) { in handleEvictionsLocked()
1124 *client = clientSp; in handleEvictionsLocked()
1185 sp<BasicClient> clientSp = clientDescriptor->getValue(); in handleEvictionsLocked() local
1216 sp<BasicClient> clientSp = i->getValue(); in handleEvictionsLocked() local
1217 if (clientSp.get() == nullptr) { in handleEvictionsLocked()
1235 i->getKey().string(), String8{clientSp->getPackageName()}.string(), in handleEvictionsLocked()
1242clientSp->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DISCONNECTED, in handleEvictionsLocked()
1996 auto clientSp = i->getValue(); in removeByClient() local
1997 if (clientSp.get() == client) { in removeByClient()
2013 auto clientSp = i->getValue(); in evictClientIdByRemote() local
2014 if (clientSp.get() == nullptr) { in evictClientIdByRemote()
2019 if (remote == clientSp->getRemote()) { in evictClientIdByRemote()
2021 evicted.push_back(clientSp); in evictClientIdByRemote()
2024 clientSp->notifyError( in evictClientIdByRemote()
2104 auto clientSp = i->getValue(); in doUserSwitch() local
2106 if (clientSp.get() == nullptr) { in doUserSwitch()
2112 uid_t clientUid = clientSp->getClientUid(); in doUserSwitch()
2118 evicted.push_back(clientSp); in doUserSwitch()
2129 String8{clientSp->getPackageName()}.string(), in doUserSwitch()
3007 auto clientSp = i->getValue(); in toString() local
3010 if (clientSp.get() != nullptr) { in toString()
3011 packageName = String8{clientSp->getPackageName()}; in toString()
3012 uid_t clientUid = clientSp->getClientUid(); in toString()
3018 if (clientSp.get() != nullptr) { in toString()