Home
last modified time | relevance | path

Searched refs:vibrator (Results 1 – 25 of 54) sorted by relevance

123

/device/google/coral/vibrator/
Dandroid.hardware.vibrator@1.3-service.coral.rc1 service vendor.vibrator-1-3 /vendor/bin/hw/android.hardware.vibrator@1.3-service.coral
8 setenv F0_FILEPATH /sys/class/leds/vibrator/device/f0_stored
9 setenv REDC_FILEPATH /sys/class/leds/vibrator/device/redc_stored
10 setenv Q_FILEPATH /sys/class/leds/vibrator/device/q_stored
11 setenv ACTIVATE_PATH /sys/class/leds/vibrator/activate
12 setenv DURATION_PATH /sys/class/leds/vibrator/duration
13 setenv STATE_PATH /sys/class/leds/vibrator/state
14 setenv EFFECT_DURATION_PATH /sys/class/leds/vibrator/device/cp_trigger_duration
15 setenv EFFECT_INDEX_PATH /sys/class/leds/vibrator/device/cp_trigger_index
16 setenv EFFECT_QUEUE_PATH /sys/class/leds/vibrator/device/cp_trigger_queue
[all …]
DAndroid.bp17 name: "android.hardware.vibrator@1.3-defaults.coral",
28 "android.hardware.vibrator@1.0",
29 "android.hardware.vibrator@1.1",
30 "android.hardware.vibrator@1.2",
31 "android.hardware.vibrator@1.3",
37 defaults: ["android.hardware.vibrator@1.3-defaults.coral"],
38 static_libs: ["android.hardware.vibrator@1.3-impl.coral"],
54 name: "android.hardware.vibrator@1.3-impl.coral",
55 defaults: ["android.hardware.vibrator@1.3-defaults.coral"],
65 name: "android.hardware.vibrator@1.3-service.coral",
[all …]
Dservice.cpp28 using android::hardware::vibrator::V1_3::implementation::HwApi;
29 using android::hardware::vibrator::V1_3::implementation::HwCal;
30 using android::hardware::vibrator::V1_3::implementation::Vibrator;
34 sp<Vibrator> vibrator = new Vibrator(std::make_unique<HwApi>(), std::make_unique<HwCal>()); in registerVibratorService() local
36 return vibrator->registerAsService(); in registerVibratorService()
DVibrator.h26 namespace vibrator {
116 using Status = ::android::hardware::vibrator::V1_0::Status;
126 using EffectStrength = ::android::hardware::vibrator::V1_0::EffectStrength;
/device/google/bonito/
Ddevice-bonito.mk32 ro.vibrator.hal.click.duration=8 \
33 ro.vibrator.hal.tick.duration=5 \
34 ro.vibrator.hal.heavyclick.duration=12 \
35 ro.vibrator.hal.short.voltage=120 \
36 ro.vibrator.hal.long.voltage=90 \
37 ro.vibrator.hal.long.frequency.shift=10
41 …device/google/bonito/vibrator/drv2624/drv2624_B4.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/drv2624.bin
Ddevice-sargo.mk34 ro.vibrator.hal.click.duration=8 \
35 ro.vibrator.hal.tick.duration=5 \
36 ro.vibrator.hal.heavyclick.duration=12 \
37 ro.vibrator.hal.short.voltage=110 \
38 ro.vibrator.hal.long.voltage=80 \
39 ro.vibrator.hal.long.frequency.shift=10
43 …device/google/bonito/vibrator/drv2624/drv2624_S4.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/drv2624.bin
/device/google/bonito-sepolicy/vendor/google/
Dproperty_contexts7 ro.vibrator.hal.click.duration u:object_r:vendor_vibrator_prop:s0
8 ro.vibrator.hal.tick.duration u:object_r:vendor_vibrator_prop:s0
9 ro.vibrator.hal.heavyclick.duration u:object_r:vendor_vibrator_prop:s0
10 ro.vibrator.hal.short.voltage u:object_r:vendor_vibrator_prop:s0
11 ro.vibrator.hal.long.voltage u:object_r:vendor_vibrator_prop:s0
12 ro.vibrator.hal.long.frequency.shift u:object_r:vendor_vibrator_prop:s0
/device/google/wahoo/vibrator/
DAndroid.bp16 name: "android.hardware.vibrator@1.2-service.wahoo",
18 init_rc: ["android.hardware.vibrator@1.2-service.wahoo.rc"],
32 "android.hardware.vibrator@1.0",
33 "android.hardware.vibrator@1.1",
34 "android.hardware.vibrator@1.2",
Dandroid.hardware.vibrator@1.2-service.wahoo.rc1 service vendor.vibrator-1-2 /vendor/bin/hw/android.hardware.vibrator@1.2-service.wahoo
DVibrator.h26 namespace vibrator {
38 using Status = ::android::hardware::vibrator::V1_0::Status;
44 using EffectStrength = ::android::hardware::vibrator::V1_0::EffectStrength;
Dservice.cpp28 using android::hardware::vibrator::V1_2::IVibrator;
29 using android::hardware::vibrator::V1_2::implementation::Vibrator;
192 sp<IVibrator> vibrator = new Vibrator(std::move(activate), std::move(duration), in registerVibratorService() local
196 return vibrator->registerAsService(); in registerVibratorService()
DVibrator.cpp35 namespace vibrator { namespace
64 using Status = ::android::hardware::vibrator::V1_0::Status;
65 using EffectStrength = ::android::hardware::vibrator::V1_0::EffectStrength;
/device/google/bonito/vibrator/
DAndroid.bp16 name: "android.hardware.vibrator@1.2-service.bonito",
18 init_rc: ["android.hardware.vibrator@1.2-service.bonito.rc"],
29 "android.hardware.vibrator@1.0",
30 "android.hardware.vibrator@1.1",
31 "android.hardware.vibrator@1.2"
Dandroid.hardware.vibrator@1.2-service.bonito.rc1 service vendor.vibrator-1-2 /vendor/bin/hw/android.hardware.vibrator@1.2-service.bonito
DVibrator.h26 namespace vibrator {
51 using Status = ::android::hardware::vibrator::V1_0::Status;
57 using EffectStrength = ::android::hardware::vibrator::V1_0::EffectStrength;
Dservice.cpp29 using android::hardware::vibrator::V1_2::IVibrator;
30 using android::hardware::vibrator::V1_2::implementation::Vibrator;
233 sp<IVibrator> vibrator = new Vibrator(std::move(hwapi), short_lra_period, long_lra_period); in registerVibratorService() local
235 return vibrator->registerAsService(); in registerVibratorService()
DVibrator.cpp34 namespace vibrator { namespace
67 using Status = ::android::hardware::vibrator::V1_0::Status;
68 using EffectStrength = ::android::hardware::vibrator::V1_0::EffectStrength;
/device/google/crosshatch/small_hals/
DAndroid.bp13 "android.hardware.vibrator@1.0",
14 "android.hardware.vibrator@1.1",
15 "android.hardware.vibrator@1.2",
Dservice.cpp28 using android::hardware::vibrator::V1_2::IVibrator;
/device/google/crosshatch/vibrator/
DAndroid.bp17 name: "android.hardware.vibrator@1.2-impl.crosshatch",
28 "android.hardware.vibrator@1.0",
29 "android.hardware.vibrator@1.1",
30 "android.hardware.vibrator@1.2",
DVibrator.h26 namespace vibrator {
36 using Status = ::android::hardware::vibrator::V1_0::Status;
42 using EffectStrength = ::android::hardware::vibrator::V1_0::EffectStrength;
/device/google/coral/vibrator/tests/
Dtypes.h27 using EffectTuple = std::tuple<::android::hardware::vibrator::V1_3::Effect,
28 ::android::hardware::vibrator::V1_0::EffectStrength>;
Dmocks.h21 class MockApi : public ::android::hardware::vibrator::V1_3::implementation::Vibrator::HwApi {
48 class MockCal : public ::android::hardware::vibrator::V1_3::implementation::Vibrator::HwCal {
/device/google/coral/vibrator/bench/
Dbenchmark.cpp27 namespace vibrator { namespace
31 using ::android::hardware::vibrator::V1_0::EffectStrength;
32 using ::android::hardware::vibrator::V1_0::Status;
/device/google/taimen/
Ddevice.mk136 ro.vibrator.hal.click.duration=10 \
137 ro.vibrator.hal.tick.duration=4 \
138 ro.vibrator.hal.heavyclick.duration=12

123