/device/google/coral/vibrator/ |
D | android.hardware.vibrator@1.3-service.coral.rc | 1 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 …]
|
D | Android.bp | 17 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 …]
|
D | service.cpp | 28 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()
|
D | Vibrator.h | 26 namespace vibrator { 116 using Status = ::android::hardware::vibrator::V1_0::Status; 126 using EffectStrength = ::android::hardware::vibrator::V1_0::EffectStrength;
|
/device/google/bonito/ |
D | device-bonito.mk | 32 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
|
D | device-sargo.mk | 34 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/ |
D | property_contexts | 7 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/ |
D | Android.bp | 16 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",
|
D | android.hardware.vibrator@1.2-service.wahoo.rc | 1 service vendor.vibrator-1-2 /vendor/bin/hw/android.hardware.vibrator@1.2-service.wahoo
|
D | Vibrator.h | 26 namespace vibrator { 38 using Status = ::android::hardware::vibrator::V1_0::Status; 44 using EffectStrength = ::android::hardware::vibrator::V1_0::EffectStrength;
|
D | service.cpp | 28 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()
|
D | Vibrator.cpp | 35 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/ |
D | Android.bp | 16 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"
|
D | android.hardware.vibrator@1.2-service.bonito.rc | 1 service vendor.vibrator-1-2 /vendor/bin/hw/android.hardware.vibrator@1.2-service.bonito
|
D | Vibrator.h | 26 namespace vibrator { 51 using Status = ::android::hardware::vibrator::V1_0::Status; 57 using EffectStrength = ::android::hardware::vibrator::V1_0::EffectStrength;
|
D | service.cpp | 29 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()
|
D | Vibrator.cpp | 34 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/ |
D | Android.bp | 13 "android.hardware.vibrator@1.0", 14 "android.hardware.vibrator@1.1", 15 "android.hardware.vibrator@1.2",
|
D | service.cpp | 28 using android::hardware::vibrator::V1_2::IVibrator;
|
/device/google/crosshatch/vibrator/ |
D | Android.bp | 17 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",
|
D | Vibrator.h | 26 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/ |
D | types.h | 27 using EffectTuple = std::tuple<::android::hardware::vibrator::V1_3::Effect, 28 ::android::hardware::vibrator::V1_0::EffectStrength>;
|
D | mocks.h | 21 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/ |
D | benchmark.cpp | 27 namespace vibrator { namespace 31 using ::android::hardware::vibrator::V1_0::EffectStrength; 32 using ::android::hardware::vibrator::V1_0::Status;
|
/device/google/taimen/ |
D | device.mk | 136 ro.vibrator.hal.click.duration=10 \ 137 ro.vibrator.hal.tick.duration=4 \ 138 ro.vibrator.hal.heavyclick.duration=12
|