Home | History | Annotate | Download | only in conventional

Lines Matching refs:light

30             target_type="light",
34 target_package="hal.conventional.light")
35 self.dut.hal.light.OpenConventionalHal("backlight")
40 arg = self.dut.hal.light.light_state_t(
42 flashMode=self.dut.hal.light.LIGHT_FLASH_HARDWARE,
45 brightnessMode=self.dut.hal.light.BRIGHTNESS_MODE_USER)
46 self.dut.hal.light.set_light(None, arg)
50 arg = self.dut.hal.light.light_state_t(
52 flashMode=self.dut.hal.light.LIGHT_FLASH_HARDWARE,
55 brightnessMode=self.dut.hal.light.BRIGHTNESS_MODE_USER)
56 logging.debug(self.dut.hal.light.set_light(None, arg))