Home
last modified time | relevance | path

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

1234

/hardware/interfaces/light/utils/
Dmain.cpp61 static aidl::HwLightState off; in setToColorAidl() local
62 off.color = color; in setToColorAidl()
63 off.flashMode = aidl::FlashMode::NONE; in setToColorAidl()
64 off.brightnessMode = aidl::BrightnessMode::USER; in setToColorAidl()
74 Status setStatus = hal->setLightState(light.id, off); in setToColorAidl()
82 static V2_0::LightState off = { in setToColorHidl() local
90 V2_0::Status ret = hal->setLight(type, off); in setToColorHidl()
/hardware/interfaces/nfc/1.1/
DINfc.hal32 * Enable Power off use cases and close the NFC controller.
35 * This call must enable NFC functionality for off host usecases in power
36 * off use cases, if the device supports power off use cases. If the
37 * device doesn't support power off use cases, this call should be same as
/hardware/interfaces/light/2.0/default/
Dandroid.hardware.light@2.0-service.rc6 # shutting off lights while powering-off
Dandroid.hardware.light@2.0-service-lazy.rc8 # shutting off lights while powering-off
/hardware/google/interfaces/light/1.0/default/
Dhardware.google.light@1.0-service.rc7 # shutting off lights while powering-off
/hardware/interfaces/light/aidl/vts/functional/
DVtsHalLightTargetTest.cpp66 HwLightState off; in TearDown() local
67 off.color = 0x00000000; in TearDown()
68 off.flashMode = FlashMode::NONE; in TearDown()
69 off.brightnessMode = BrightnessMode::USER; in TearDown()
70 EXPECT_TRUE(lights->setLightState(light.id, off).isOk()); in TearDown()
/hardware/google/interfaces/light/1.1/default/
Dhardware.google.light@1.1-service.rc8 # shutting off lights while powering-off
/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/gnss/visibility_control/1.0/
DIGnssVisibilityControl.hal34 * on/off setting. Permission to use GNSS for non-framework use cases is expressly controlled
39 * location access by the non-framework on/off device entities they are representing.
43 * location information is provided to non-framework entities (on or off device). This includes
49 * off the device, including carriers, vendors, OEM and others directly or indirectly.
65 * the non-framework location access entities (on/off the device) for which the framework
/hardware/google/interfaces/light/1.1/
DILight.hal26 * @param state on/off
34 * @return state on/off
/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/aidl/vts/
DVtsHalVibratorTargetTest.cpp89 EXPECT_TRUE(vibrator->off().isOk()); in TEST_P()
103 EXPECT_TRUE(vibrator->off().isOk()); in TEST_P()
308 vibrator->off(); in TEST_P()
314 vibrator->off(); in TEST_P()
331 vibrator->off(); in TEST_P()
357 vibrator->off(); in TEST_P()
380 vibrator->off(); in TEST_P()
/hardware/interfaces/radio/1.3/
DIRadio.hal52 * Toggle logical modem on/off. This is similar to @1.0::IRadio.setRadioPower(), however that
58 * SIM must be read if available even if modem is off/inactive.
61 * @param on True to turn on the logical modem, otherwise turn it off.
/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/interfaces/tests/extension/vibrator/aidl/client/
Dtest-cpp-client.cpp36 ASSERT_TRUE(vib->off().isOk()); in TEST()
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
DIVibrator.aidl67 void off(); in off() method
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DStreamIoUtil.h68 std::streamoff off, std::ios_base::seekdir way,
104 noff += off;
/hardware/interfaces/fastboot/1.0/
DIFastboot.hal54 * Returns whether off-mode-charging is enabled. If enabled, the device
57 * @return state Returns whether off mode charging is enabled.
/hardware/interfaces/vibrator/1.3/
DIVibrator.hal37 * vibrator should resume to an off state.
47 * Fire off a predefined haptic event.
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/
DIVibrator.aidl22 void off(); in off() method
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
DIVibrator.aidl22 void off(); in off() method

1234