Lines Matching refs:clientSp

1281                 auto clientSp = current->getValue();  in handleEvictionsLocked()  local
1282 if (clientSp.get() != nullptr) { // should never be needed in handleEvictionsLocked()
1283 if (!clientSp->canCastToApiClient(effectiveApiLevel)) { in handleEvictionsLocked()
1286 } else if (clientSp->getRemote() == remoteCallback) { in handleEvictionsLocked()
1289 *client = clientSp; in handleEvictionsLocked()
1350 sp<BasicClient> clientSp = clientDescriptor->getValue(); in handleEvictionsLocked() local
1386 sp<BasicClient> clientSp = i->getValue(); in handleEvictionsLocked() local
1387 if (clientSp.get() == nullptr) { in handleEvictionsLocked()
1405 i->getKey().string(), String8{clientSp->getPackageName()}.string(), in handleEvictionsLocked()
1412clientSp->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DISCONNECTED, in handleEvictionsLocked()
2368 auto clientSp = i->getValue(); in removeByClient() local
2369 if (clientSp.get() == client) { in removeByClient()
2386 auto clientSp = i->getValue(); in evictClientIdByRemote() local
2387 if (clientSp.get() == nullptr) { in evictClientIdByRemote()
2392 if (remote == clientSp->getRemote()) { in evictClientIdByRemote()
2394 evicted.push_back(clientSp); in evictClientIdByRemote()
2397 clientSp->notifyError( in evictClientIdByRemote()
2477 auto clientSp = i->getValue(); in doUserSwitch() local
2479 if (clientSp.get() == nullptr) { in doUserSwitch()
2485 uid_t clientUid = clientSp->getClientUid(); in doUserSwitch()
2491 evicted.push_back(clientSp); in doUserSwitch()
2502 String8{clientSp->getPackageName()}.string(), in doUserSwitch()
3456 auto clientSp = i->getValue(); in toString() local
3459 if (clientSp.get() != nullptr) { in toString()
3460 packageName = String8{clientSp->getPackageName()}; in toString()
3461 uid_t clientUid = clientSp->getClientUid(); in toString()
3467 if (clientSp.get() != nullptr) { in toString()
4085 const auto clientSp = i->getValue(); in updateAudioRestrictionLocked() local
4086 mode |= clientSp->getAudioRestriction(); in updateAudioRestrictionLocked()