Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DHWLUtils.cpp208 sensor_chars->is_front_facing = false; in GetSensorCharacteristics()
210 sensor_chars->is_front_facing = true; in GetSensorCharacteristics()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h45 bool is_front_facing);
DEmulatedSensor.h138 bool is_front_facing = false; member
DEmulatedScene.cpp91 bool is_front_facing) in EmulatedScene() argument
96 is_front_facing_(is_front_facing), in EmulatedScene()
DEmulatedSensor.cpp509 device_chars->second.is_front_facing); in StartUp()