Home | History | Annotate | Download | only in power

Lines Matching defs:on

11  * distributed under the License is distributed on an "AS IS" BASIS,
173 static void low_power(int on)
186 if (on) {
203 int on = (long) data;
209 low_power(on);
212 static void power_set_interactive(__attribute__((unused)) struct power_module *module, int on)
215 last_state = on;
217 if (last_state == on)
220 last_state = on;
223 ALOGV("%s %s", __func__, (on ? "ON" : "OFF"));
224 if (on) {
243 ALOGV("POWER_HINT_VSYNC %s", (data ? "ON" : "OFF"));