Searched refs:CMD_BRIGHTNESS_CURVE (Results 1 - 4 of 4) sorted by relevance

/external/walt/arduino/walt/
H A Dwalt.ino34 #define CMD_BRIGHTNESS_CURVE 'U'
358 } else if (cmd == CMD_BRIGHTNESS_CURVE) {
359 send_ack(CMD_BRIGHTNESS_CURVE);
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DWaltDevice.java50 static final char CMD_BRIGHTNESS_CURVE = 'U'; // Probe screen for brightness vs time curve field in class:WaltDevice
H A DScreenResponseFragment.java481 waltDevice.command(WaltDevice.CMD_BRIGHTNESS_CURVE);
483 logger.log("Error sending command CMD_BRIGHTNESS_CURVE: " + e.getMessage());
/external/walt/pywalt/pywalt/
H A Dwalt.py94 CMD_BRIGHTNESS_CURVE = 'U' variable in class:Walt
399 walt.sndrcv(Walt.CMD_BRIGHTNESS_CURVE)

Completed in 66 milliseconds