/hardware/interfaces/light/utils/ |
D | main.cpp | 61 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/ |
D | INfc.hal | 32 * 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/ |
D | android.hardware.light@2.0-service.rc | 6 # shutting off lights while powering-off
|
D | android.hardware.light@2.0-service-lazy.rc | 8 # shutting off lights while powering-off
|
/hardware/google/interfaces/light/1.0/default/ |
D | hardware.google.light@1.0-service.rc | 7 # shutting off lights while powering-off
|
/hardware/interfaces/light/aidl/vts/functional/ |
D | VtsHalLightTargetTest.cpp | 66 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/ |
D | hardware.google.light@1.1-service.rc | 8 # shutting off lights while powering-off
|
/hardware/qcom/power/ |
D | power.c | 63 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/ |
D | IVibrator.hal | 24 * 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/ |
D | IGnssVisibilityControl.hal | 34 * 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/ |
D | ILight.hal | 26 * @param state on/off 34 * @return state on/off
|
/hardware/interfaces/power/1.0/ |
D | IPower.hal | 28 * 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/ |
D | types.hal | 28 * 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/ |
D | IConsumerIr.hal | 23 * 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/ |
D | VtsHalVibratorTargetTest.cpp | 89 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/ |
D | IRadio.hal | 52 * 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/ |
D | Vibrator.h | 34 Return<Status> off() override;
|
D | Vibrator.cpp | 46 Return<Status> Vibrator::off() { in off() function in android::hardware::vibrator::V1_0::implementation::Vibrator
|
/hardware/interfaces/tests/extension/vibrator/aidl/client/ |
D | test-cpp-client.cpp | 36 ASSERT_TRUE(vib->off().isOk()); in TEST()
|
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/ |
D | IVibrator.aidl | 67 void off(); in off() method
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | StreamIoUtil.h | 68 std::streamoff off, std::ios_base::seekdir way, 104 noff += off;
|
/hardware/interfaces/fastboot/1.0/ |
D | IFastboot.hal | 54 * 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/ |
D | IVibrator.hal | 37 * 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/ |
D | IVibrator.aidl | 22 void off(); in off() method
|
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/ |
D | IVibrator.aidl | 22 void off(); in off() method
|