HomeSort by relevance Sort by last modified time
    Searched full:max_brightness (Results 1 - 11 of 11) sorted by null

  /external/autotest/client/site_tests/power_Backlight/
power_Backlight.py 45 max_brightness = self._backlight.get_max_level()
46 if max_brightness < 4:
49 if max_brightness != sysfs_max:
51 'possible |max_brightness|, which is %d') %
52 (max_brightness, sysfs_max))
83 # Print |max_brightness| for all backlight sysfs directories, and return
84 # the highest of these max_brightness values.
85 cmd = 'cat /sys/class/backlight/*/max_brightness'
  /external/autotest/client/site_tests/power_BacklightControl/
power_BacklightControl.py 73 keyvals['max_brightness'] = self._backlight.get_max_level()
74 if keyvals['max_brightness'] <= self._min_num_steps:
88 max_threshold=keyvals['max_brightness'])
89 if current_brightness != keyvals['max_brightness']:
104 min_threshold=(keyvals['max_brightness'] / 2 - 1))
105 if current_brightness >= keyvals['max_brightness'] / 2 or \
138 self._backlight.get_level, max_threshold=keyvals['max_brightness'])
139 if current_brightness != keyvals['max_brightness']:
  /device/google/dragon/lights/
lights.c 55 int max_brightness; member in struct:dragon_lights
118 bytes = snprintf(path, sizeof(path), "%s/max_brightness",
122 "failed to create max_brightness path %d\n", bytes);
129 "failed to open max_brightness %s/%d\n", path, errno);
136 "failed to read max_brightness %s/%d\n", path, errno);
207 ret = read_max_brightness(lights, &lights->max_brightness);
  /device/moto/shamu/liblight/
lights.shamu.so 
  /external/opencv3/modules/imgproc/test/
test_contours.cpp 149 int blob_count, int min_brightness, int max_brightness,
169 (max_brightness - min_brightness) + min_brightness;
208 const int min_brightness = 0, max_brightness = 2; local
232 blob_count, min_brightness, max_brightness, rng );
  /device/asus/fugu/
init.fugu.rc 71 chown system system /sys/class/backlight/psb-bl/max_brightness
74 chmod 0664 /sys/class/backlight/psb-bl/max_brightness
  /external/autotest/client/cros/
power_utils.py 331 _max: cached value of 'max_brightness' integer
353 'max_brightness')))
  /device/lge/bullhead/sepolicy/
file_contexts 160 /sys/devices/soc\.0/fd900000\.qcom,mdss_mdp/qcom,mdss_fb_primary\.[0-9]+/leds/lcd-backlight/max_brightness u:object_r:sysfs_thermal:s0
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 510 uint8_t max_brightness:7; member in struct:gct_bkl_desc_block
    [all...]
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 449 uint8_t max_brightness:7; member in struct:gct_bkl_desc_block
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.cpp     [all...]

Completed in 684 milliseconds