Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2214 const auto basicClient = current->getValue(); in notifyDisplayConfigurationChange() local
2215 if (basicClient.get() != nullptr) { in notifyDisplayConfigurationChange()
2217 basicClient->getPackageName(), basicClient->getCameraOrientation(), in notifyDisplayConfigurationChange()
2218 basicClient->getCameraFacing())) { in notifyDisplayConfigurationChange()
2219 basicClient->setRotateAndCropOverride(ANDROID_SCALER_ROTATE_AND_CROP_90); in notifyDisplayConfigurationChange()
2221 basicClient->setRotateAndCropOverride(ANDROID_SCALER_ROTATE_AND_CROP_NONE); in notifyDisplayConfigurationChange()
3741 const auto& basicClient = descriptor.getValue(); in onClientAdded() local
3742 if (basicClient.get() != nullptr) { in onClientAdded()
3745 static_cast<int>(basicClient->getClientUid())); in onClientAdded()
3752 const auto& basicClient = descriptor.getValue(); in onClientRemoved() local
[all …]