Searched refs:hwcal (Results 1 – 9 of 9) sorted by relevance
/hardware/google/pixel/vibrator/cs40l25/tests/ |
D | Android.bp | 25 "test-hwcal.cpp",
|
/hardware/google/pixel/vibrator/drv2624/tests/ |
D | Android.bp | 25 "test-hwcal.cpp",
|
/hardware/google/pixel/vibrator/cs40l26/tests/ |
D | Android.bp | 24 "test-hwcal.cpp",
|
/hardware/google/pixel/vibrator/drv2624/ |
D | Vibrator.cpp | 65 Vibrator::Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal) in Vibrator() argument 66 : mHwApi(std::move(hwapi)), mHwCal(std::move(hwcal)) { in Vibrator()
|
D | Vibrator.h | 136 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal);
|
/hardware/google/pixel/vibrator/cs40l25/ |
D | Vibrator.h | 165 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal,
|
D | Vibrator.cpp | 212 Vibrator::Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal, in Vibrator() argument 215 mHwCal(std::move(hwcal)), in Vibrator()
|
/hardware/google/pixel/vibrator/cs40l26/ |
D | Vibrator.h | 178 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal,
|
D | Vibrator.cpp | 174 Vibrator::Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal, in Vibrator() argument 177 mHwCal(std::move(hwcal)), in Vibrator()
|