Home
last modified time | relevance | path

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

/hardware/interfaces/light/2.0/vts/functional/
DVtsHalLightV2_0TargetTest.cpp59 const static LightState kOff = { variable
96 Return<Status> ret = light->setLight(type, kOff); in TearDown()
/hardware/google/camera/common/hal/tests/
Dcamera_device_tests.cc93 EXPECT_EQ(device->SetTorchMode(TorchMode::kOff), OK); in TEST()
/hardware/google/camera/common/hal/common/
Dhal_types.h39 kOff = 0, enumerator
/hardware/google/camera/common/hal/hidl_service/
Dhidl_utils.cc1029 *hal_torch_mode = google_camera_hal::TorchMode::kOff; in ConvertToHalTorchMode()