Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DQemuCamera.h74 int64_t getDefaultSensorExpTime() const override;
DFakeRotatingCamera.h65 int64_t getDefaultSensorExpTime() const override;
DHwCamera.h136 virtual int64_t getDefaultSensorExpTime() const = 0;
DCameraDevice.cpp538 m[ANDROID_SENSOR_EXPOSURE_TIME] = int64_t(mHwCamera->getDefaultSensorExpTime()); in constructDefaultRequestSettings()
DQemuCamera.cpp692 int64_t QemuCamera::getDefaultSensorExpTime() const { in getDefaultSensorExpTime() function in android::hardware::camera::provider::implementation::hw::QemuCamera
DFakeRotatingCamera.cpp986 int64_t FakeRotatingCamera::getDefaultSensorExpTime() const { in getDefaultSensorExpTime() function in android::hardware::camera::provider::implementation::hw::FakeRotatingCamera