Searched defs:on (Results 1 - 7 of 7) sorted by relevance

/hardware/libhardware/modules/power/
H A Dpower.c11 * distributed under the License is distributed on an "AS IS" BASIS,
32 static void power_set_interactive(struct power_module *module, int on) argument
/hardware/qcom/power/
H A Dpower.c11 * distributed under the License is distributed on an "AS IS" BASIS,
166 static void power_set_interactive(struct power_module *module, int on) argument
169 last_state = on;
171 if (last_state == on)
174 last_state = on;
177 ALOGV("%s %s", __func__, (on ? "ON" : "OFF"));
178 if (on) {
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_ad.cpp130 //-1 means feature is disabled on device
131 // 0 means feature exists but turned off, will be turned on by hwc
132 // 1 means feature is turned on by hwc
227 const int on = 1; local
228 adWrite(on);
/hardware/broadcom/libbt/src/
H A Dupio.c12 * distributed under the License is distributed on an "AS IS" BASIS,
245 ** on/off.
251 int upio_set_bluetooth_power(int on) argument
258 switch(on)
272 if (bt_emul_enable == on)
275 UPIODBG("set_bluetooth_power [emul] %d", on);
277 bt_emul_enable = on;
320 ** Description Set i/o based on polarity
/hardware/invensense/60xx/mlsdk/mllite/
H A Dml.c12 distributed under the License is distributed on an "AS IS" BASIS,
119 * @param port System handle for 'port' MPU device is found on.
386 * The FIFO does not have to be on for this callback.
500 * @brief inv_start_bias_calc starts the bias calculation on the MPU.
511 * @brief inv_stop_bias_calc stops the bias calculation on the MPU.
621 * @param on
622 * Boolean to turn the interrupt on or off.
625 inv_error_t inv_set_motion_interrupt(unsigned char on) argument
634 if (on) {
652 if (on) {
672 inv_set_fifo_interrupt(unsigned char on) argument
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
281 /* instantiate pressure sensor on secondary bus */
612 /* disable driver master enable the first sensor goes on */
1686 /* if neither step detector or step count is on */
1761 /* need to also turn on/off the master enable */
1783 /* need to also turn on/off the master enable */
1860 /* Invensense Pressure on secondary bus */
1965 int on = 1; local
2113 res = enableAccel(on);
2168 /* check if batch mode should be turned on o
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
178 // do not force device change on duplicated output because if device is 0, it will
180 // a valid device selection on those outputs.
746 // increment usage count for this stream on the requested output:
769 // wait for audio on other active outputs to be presented when starting
820 // decrement usage count of this stream on the output
833 // force restoring the device selection on other active outputs if it differs from the
890 // If effects where present on the output, audioflinger moved them to the primary
1116 // compute and apply stream volume on all outputs according to connected device
1319 ALOGV("isNonOffloadableEffectEnabled() non offloadable effect %s enabled on sessio
3130 setStrategyMute(routing_strategy strategy, bool on, audio_io_handle_t output, int delayMs, audio_devices_t device) argument
3144 setStreamMute(int stream, bool on, audio_io_handle_t output, int delayMs, audio_devices_t device) argument
[all...]

Completed in 479 milliseconds