Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/2.5/
DICameraProvider.hal46 * BACK_COVERED. But other devices may support folding but not cover any cameras
51 * So even though FOLDED would be enough to infer BACK_COVERED on some devices, the
52 * BACK_COVERED flag should also be set for clarity.
Dtypes.hal36 BACK_COVERED = 1 << 0,
/hardware/libhardware/include/hardware/
Dcamera_common.h826 BACK_COVERED = 1 << 0, enumerator
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp4786 notifyDeviceState(provider::V2_5::DeviceState::BACK_COVERED); in TEST_F()