Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DFakeRotatingCamera.h55 Span<const float> getAvailableFocalLength() const override;
DHwCamera.h112 virtual Span<const float> getAvailableFocalLength() const;
DHwCamera.cpp251 Span<const float> HwCamera::getAvailableFocalLength() const { in getAvailableFocalLength() function in android::hardware::camera::provider::implementation::hw::HwCamera
DCameraDevice.cpp195 for (const float ap : mHwCamera->getAvailableFocalLength()) { in getCameraCharacteristics()
DFakeRotatingCamera.cpp913 Span<const float> FakeRotatingCamera::getAvailableFocalLength() const { in getAvailableFocalLength() function in android::hardware::camera::provider::implementation::hw::FakeRotatingCamera