Lines Matching refs:clientSp
1334 auto clientSp = current->getValue(); in handleEvictionsLocked() local
1335 if (clientSp.get() != nullptr) { // should never be needed in handleEvictionsLocked()
1336 if (!clientSp->canCastToApiClient(effectiveApiLevel)) { in handleEvictionsLocked()
1339 } else if (clientSp->getRemote() == remoteCallback) { in handleEvictionsLocked()
1342 *client = clientSp; in handleEvictionsLocked()
1407 sp<BasicClient> clientSp = clientDescriptor->getValue(); in handleEvictionsLocked() local
1443 sp<BasicClient> clientSp = i->getValue(); in handleEvictionsLocked() local
1444 if (clientSp.get() == nullptr) { in handleEvictionsLocked()
1462 i->getKey().string(), String8{clientSp->getPackageName()}.string(), in handleEvictionsLocked()
1469 … clientSp->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DISCONNECTED, in handleEvictionsLocked()
2589 auto clientSp = i->getValue(); in removeByClient() local
2590 if (clientSp.get() == client) { in removeByClient()
2607 auto clientSp = i->getValue(); in evictClientIdByRemote() local
2608 if (clientSp.get() == nullptr) { in evictClientIdByRemote()
2613 if (remote == clientSp->getRemote()) { in evictClientIdByRemote()
2615 evicted.push_back(clientSp); in evictClientIdByRemote()
2618 clientSp->notifyError( in evictClientIdByRemote()
2698 auto clientSp = i->getValue(); in doUserSwitch() local
2700 if (clientSp.get() == nullptr) { in doUserSwitch()
2706 uid_t clientUid = clientSp->getClientUid(); in doUserSwitch()
2712 evicted.push_back(clientSp); in doUserSwitch()
2723 String8{clientSp->getPackageName()}.string(), in doUserSwitch()
3796 auto clientSp = i->getValue(); in toString() local
3799 if (clientSp.get() != nullptr) { in toString()
3800 packageName = String8{clientSp->getPackageName()}; in toString()
3801 uid_t clientUid = clientSp->getClientUid(); in toString()
3807 if (clientSp.get() != nullptr) { in toString()
4600 const auto clientSp = i->getValue(); in updateAudioRestrictionLocked() local
4601 mode |= clientSp->getAudioRestriction(); in updateAudioRestrictionLocked()