Home
last modified time | relevance | path

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

/aosp12/system/update_engine/update_manager/
H A Dstaging_utils_unittest.cc112 TestStagingCase(StagingCase::kOff); in TEST_F()
118 TestStagingCase(StagingCase::kOff); in TEST_F()
125 TestStagingCase(StagingCase::kOff); in TEST_F()
H A Dstaging_utils.h35 kOff, enumerator
H A Dstaging_utils.cc106 return StagingCase::kOff; in CalculateStagingCase()
/aosp12/hardware/interfaces/light/2.0/vts/functional/
H A DVtsHalLightV2_0TargetTest.cpp59 const static LightState kOff = { variable
96 Return<Status> ret = light->setLight(type, kOff); in TearDown()
/aosp12/hardware/google/camera/common/hal/tests/
H A Dcamera_device_tests.cc93 EXPECT_EQ(device->SetTorchMode(TorchMode::kOff), OK); in TEST()
/aosp12/hardware/google/camera/common/hal/common/
H A Dhal_types.h39 kOff = 0, enumerator
/aosp12/system/update_engine/cros/
H A Dupdate_attempter.cc583 StagingCase staging_case = StagingCase::kOff; in CalculateStagingParams()
590 case StagingCase::kOff: in CalculateStagingParams()
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_utils.cc1029 *hal_torch_mode = google_camera_hal::TorchMode::kOff; in ConvertToHalTorchMode()