• Home
  • Raw
  • Download

Lines Matching refs:clientSp

1094                 auto clientSp = current->getValue();  in handleEvictionsLocked()  local
1095 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() local
1193 sp<BasicClient> clientSp = i->getValue(); in handleEvictionsLocked() local
1194 if (clientSp.get() == nullptr) { in handleEvictionsLocked()
1212 i->getKey().string(), String8{clientSp->getPackageName()}.string(), in handleEvictionsLocked()
1220clientSp->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DISCONNECTED, in handleEvictionsLocked()
1955 auto clientSp = i->getValue(); in removeByClient() local
1956 if (clientSp.get() == client) { in removeByClient()
1972 auto clientSp = i->getValue(); in evictClientIdByRemote() local
1973 if (clientSp.get() == nullptr) { in evictClientIdByRemote()
1978 if (remote == clientSp->getRemote()) { in evictClientIdByRemote()
1980 evicted.push_back(clientSp); in evictClientIdByRemote()
1983 clientSp->notifyError( in evictClientIdByRemote()
2063 auto clientSp = i->getValue(); in doUserSwitch() local
2065 if (clientSp.get() == nullptr) { in doUserSwitch()
2071 uid_t clientUid = clientSp->getClientUid(); in doUserSwitch()
2077 evicted.push_back(clientSp); in doUserSwitch()
2088 String8{clientSp->getPackageName()}.string(), in doUserSwitch()
2963 auto clientSp = i->getValue(); in toString() local
2966 if (clientSp.get() != nullptr) { in toString()
2967 packageName = String8{clientSp->getPackageName()}; in toString()
2968 uid_t clientUid = clientSp->getClientUid(); in toString()
2974 if (clientSp.get() != nullptr) { in toString()