Home
last modified time | relevance | path

Searched refs:LIGHT (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/native/services/vibratorservice/test/
DVibratorHalWrapperHidlV1_2Test.cpp82 perform(Eq(V1_0::Effect::CLICK), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F()
96 auto result = mWrapper->performEffect(Effect::CLICK, EffectStrength::LIGHT, callback); in TEST_F()
107 perform_1_1(Eq(V1_1::Effect_1_1::TICK), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F()
121 auto result = mWrapper->performEffect(Effect::TICK, EffectStrength::LIGHT, callback); in TEST_F()
132 perform_1_2(Eq(V1_2::Effect::THUD), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F()
166 auto result = mWrapper->performEffect(Effect::THUD, EffectStrength::LIGHT, callback); in TEST_F()
188 auto result = mWrapper->performEffect(Effect::TEXTURE_TICK, EffectStrength::LIGHT, callback); in TEST_F()
DVibratorHalWrapperHidlV1_1Test.cpp79 perform(Eq(V1_0::Effect::CLICK), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F()
93 auto result = mWrapper->performEffect(Effect::CLICK, EffectStrength::LIGHT, callback); in TEST_F()
104 perform_1_1(Eq(V1_1::Effect_1_1::TICK), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F()
139 auto result = mWrapper->performEffect(Effect::TICK, EffectStrength::LIGHT, callback); in TEST_F()
161 auto result = mWrapper->performEffect(Effect::THUD, EffectStrength::LIGHT, callback); in TEST_F()
DVibratorHalWrapperHidlV1_3Test.cpp253 perform(Eq(V1_0::Effect::CLICK), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F()
267 auto result = mWrapper->performEffect(Effect::CLICK, EffectStrength::LIGHT, callback); in TEST_F()
278 perform_1_1(Eq(V1_1::Effect_1_1::TICK), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F()
292 auto result = mWrapper->performEffect(Effect::TICK, EffectStrength::LIGHT, callback); in TEST_F()
303 perform_1_2(Eq(V1_2::Effect::THUD), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F()
317 auto result = mWrapper->performEffect(Effect::THUD, EffectStrength::LIGHT, callback); in TEST_F()
328 perform_1_3(Eq(V1_3::Effect::TEXTURE_TICK), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F()
364 auto result = mWrapper->performEffect(Effect::TEXTURE_TICK, EffectStrength::LIGHT, callback); in TEST_F()
DVibratorHalWrapperHidlV1_0Test.cpp186 ASSERT_TRUE(mWrapper->alwaysOnEnable(1, Effect::CLICK, EffectStrength::LIGHT).isUnsupported()); in TEST_F()
257 perform(Eq(V1_0::Effect::CLICK), Eq(V1_0::EffectStrength::LIGHT), _)) in TEST_F()
291 auto result = mWrapper->performEffect(Effect::CLICK, EffectStrength::LIGHT, callback); in TEST_F()
313 auto result = mWrapper->performEffect(Effect::TICK, EffectStrength::LIGHT, callback); in TEST_F()
DVibratorHalWrapperAidlTest.cpp261 alwaysOnEnable(Eq(1), Eq(Effect::CLICK), Eq(EffectStrength::LIGHT))) in TEST_F()
273 auto result = mWrapper->alwaysOnEnable(1, Effect::CLICK, EffectStrength::LIGHT); in TEST_F()
492 EXPECT_CALL(*mMockHal.get(), perform(Eq(Effect::CLICK), Eq(EffectStrength::LIGHT), _, _)) in TEST_F()
507 auto result = mWrapper->performEffect(Effect::CLICK, EffectStrength::LIGHT, callback); in TEST_F()
530 EXPECT_CALL(*mMockHal.get(), perform(Eq(Effect::CLICK), Eq(EffectStrength::LIGHT), _, _)) in TEST_F()
548 auto result = mWrapper->performEffect(Effect::CLICK, EffectStrength::LIGHT, callback); in TEST_F()
/frameworks/minikin/tests/unittest/
DFontFamilyTest.cpp730 constexpr FontStyle::Weight LIGHT = FontStyle::Weight::LIGHT; in TEST_F() local
748 FontStyle(LIGHT, UPRIGHT), // 1 in TEST_F()
754 FontStyle(LIGHT, ITALIC), // 7 in TEST_F()
769 {FontStyle(BOLD), {FontStyle(LIGHT), FontStyle(BOLD)}, 1}, in TEST_F()
770 {FontStyle(LIGHT), {FontStyle(NORMAL), FontStyle(LIGHT)}, 1}, in TEST_F()
771 {FontStyle(LIGHT), {FontStyle(BOLD), FontStyle(LIGHT)}, 1}, in TEST_F()
772 {FontStyle(NORMAL), {FontStyle(NORMAL), FontStyle(LIGHT)}, 0}, in TEST_F()
774 {FontStyle(LIGHT), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 0}, in TEST_F()
775 {FontStyle(NORMAL), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 1}, in TEST_F()
776 {FontStyle(BOLD), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 2}, in TEST_F()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/regionsampling/
DRegionDarkness.kt9 LIGHT(false)
DRegionSampler.kt77 RegionDarkness.LIGHT in getRegionDarkness()
/frameworks/native/cmds/idlcli/vibrator/
DCommandPerform.cpp35 static_assert(static_cast<uint8_t>(V1_0::EffectStrength::LIGHT) ==
36 static_cast<uint8_t>(aidl::EffectStrength::LIGHT));
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySavingStats.java84 int LIGHT = 1; field
472 DozeState.LIGHT, "Light ");
474 DozeState.LIGHT, " ");
DBatterySaverController.java518 : pm.isLightDeviceIdleMode() ? DozeState.LIGHT in updateBatterySavingStats()
/frameworks/minikin/include/minikin/
DFontStyle.h30 LIGHT = 300, enumerator
/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/
DBatterySavingStatsTest.java168 DozeState.LIGHT, in checkAll()
302 DozeState.LIGHT, in testMetricsLogger()
/frameworks/native/services/sensorservice/
DSensorDeviceUtils.cpp49 case SensorTypeV2_1::LIGHT: in quantizeSensorEventValues()
DAidlSensorHalWrapper.cpp158 case SensorType::LIGHT: in convertToSensorEvent()
370 case SensorType::LIGHT: in convertFromSensorEvent()
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibrationScaler.java150 return EffectStrength.LIGHT; in intensityToEffectStrength()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Dtouch_analytics.proto64 LIGHT = 5; enumerator
/frameworks/base/core/java/android/os/
DTemperature.java59 public static final int THROTTLING_LIGHT = ThrottlingSeverity.LIGHT;
DVibrationEffect.java125 public static final int EFFECT_STRENGTH_LIGHT = EffectStrength.LIGHT;
/frameworks/native/include/input/
DInputDevice.h74 LIGHT = ASENSOR_TYPE_LIGHT, enumerator
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp69 static_assert(static_cast<uint8_t>(V1_0::EffectStrength::LIGHT) ==
70 static_cast<uint8_t>(aidl::EffectStrength::LIGHT));
/frameworks/proto_logging/stats/enums/os/
Denums.proto114 LIGHT = 1; enumerator
/frameworks/native/libs/input/
DKeyLayoutMap.cpp67 sensorPair<InputDeviceSensorType::LIGHT>(),
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp176 if (classes.test(InputDeviceClass::BATTERY) || classes.test(InputDeviceClass::LIGHT)) { in addEventHubDevice()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h136 LIGHT = 0x00008000, enumerator

12