Home
last modified time | relevance | path

Searched refs:clientSp (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1116 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()
[all …]