Home
last modified time | relevance | path

Searched refs:off (Results 1 – 25 of 49) sorted by relevance

12

/hardware/qcom/power/
Dpower.c63 static void sync_thread(int off) in sync_thread() argument
76 if (!off) { in sync_thread()
89 static void enc_boost(int off) in enc_boost() argument
102 if (!off) { in enc_boost()
/hardware/interfaces/vibrator/1.0/
DIVibrator.hal24 * was canceled (through off()).
31 * Turn off vibrator
36 off() generates (Status vibratorOffRet);
59 * Fire off a predefined haptic event.
/hardware/interfaces/power/1.0/
DIPower.hal28 * system appears asleep, display usually turned off). The
33 * Typical actions are to turn on or off devices and adjust
43 * turning off the screen (if present) and called to enter
66 * setFeature() is called to turn on or off a particular feature
/hardware/interfaces/light/2.0/
Dtypes.hal28 * Keep the light steady on or off.
115 * - If you can only do on or off, 0 is off, anything else is on.
126 * off.
/hardware/interfaces/ir/1.0/
DIConsumerIr.hal23 * The pattern is alternating series of carrier on and off periods measured in
24 * microseconds. The carrier should be turned off at the end of a transmit
/hardware/interfaces/vibrator/1.0/default/
DVibrator.h34 Return<Status> off() override;
DVibrator.cpp46 Return<Status> Vibrator::off() { in off() function in android::hardware::vibrator::V1_0::implementation::Vibrator
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DStreamIoUtil.h68 std::streamoff off, std::ios_base::seekdir way,
104 noff += off;
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_ad.cpp146 const int off = 0; in turnOffAD() local
147 adWrite(off); in turnOffAD()
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_ad.cpp146 const int off = 0; in turnOffAD() local
147 adWrite(off); in turnOffAD()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_ad.cpp142 const int off = 0; in turnOffAD() local
143 adWrite(off); in turnOffAD()
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal334 * guaranteed to work if HVAC unit is off. See HVAC_POWER_ON property for
350 * guaranteed to work if HVAC unit is off. See HVAC_POWER_ON property for
367 * guaranteed to work if HVAC unit is off. See HVAC_POWER_ON property for
383 * guaranteed to work if HVAC unit is off. See HVAC_POWER_ON property for
396 * On/off defrost
399 * guaranteed to work if HVAC unit is off. See HVAC_POWER_ON property for
412 * On/off AC
415 * guaranteed to work if HVAC unit is off. See HVAC_POWER_ON property for
429 * On/off max AC
432 * guaranteed to work if HVAC unit is off. See HVAC_POWER_ON property for
[all …]
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_ad.cpp178 const int off = 0; in prepare() local
179 adWrite(off); in prepare()
/hardware/interfaces/tests/msgq/1.0/
DIBenchmarkMsgQ.hal56 * This method kicks off a benchmarking experiment where
66 * This method kicks off a benchmarking experiment where
/hardware/interfaces/camera/provider/
DREADME.md10 one, for turning on/off torch mode.
/hardware/interfaces/vibrator/1.0/vts/functional/
DVtsHalVibratorV1_0TargetTest.cpp67 EXPECT_EQ(Status::OK, vibrator->off()); in TEST_F()
/hardware/interfaces/vr/1.0/
DIVr.hal31 * false - VR mode is disabled, turn off all VR-specific settings.
/hardware/interfaces/camera/common/1.0/
Dtypes.hal77 OFF = 0, // Turn off the flash
231 * the flashlight must be turned off by the provider HAL before the provider
237 * A torch mode has become off and is available to be turned on via
241 * 2. After ICameraProvider::setTorchMode() is called to turn off the torch
244 * camera device and the provider HAL had to turn off the torch modes
251 * A torch mode has become on and is available to be turned off via
/hardware/qcom/msm8994/kernel-headers/linux/
Dfuse.h511 uint64_t off; member
531 int64_t off; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dfuse.h697 uint64_t off; member
721 int64_t off; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dfuse.h671 uint64_t off; member
695 int64_t off; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dfuse.h531 uint64_t off; member
551 int64_t off; member
/hardware/interfaces/camera/device/3.2/
DICameraDevice.hal88 * Turn on or off the torch mode of the flash unit associated with this
97 * the torch mode has been turned off and the torch mode state has become
106 * HAL must turn off the torch mode(s) that were turned on by previous
/hardware/interfaces/wifi/1.0/default/
DTHREADING.README6 2. Legacy HAL event loop thread: This is the thread forked off for processing
/hardware/interfaces/radio/1.0/
DIRadio.hal301 * Toggle radio on and off (for "airplane" mode)
302 * If the radio is turned off/on the radio modem subsystem
308 * @param on To turn on radio -> on = true, to turn off radio -> on = false.
363 * radio is powered off/on. This list is returned by getDataCallList()
690 * Turn on or off uplink (microphone) mute.
724 * setRadioPower() off/on is issued.
863 * when the screen is on and "updates disabled" when the screen is off.
959 * @param off is the DTMF OFF length in milliseconds, or 0 to use default
963 oneway sendBurstDtmf(int32_t serial, string dtmf, int32_t on, int32_t off);
1009 * @param activate indicates to activate or turn off the reception of GSM/WCDMA
[all …]

12