Searched refs:HwCal (Results 1 – 20 of 20) sorted by relevance
/hardware/google/pixel/vibrator/drv2624/ |
D | service.cpp | 24 using aidl::android::hardware::vibrator::HwCal; 36 ndk::SharedRefBase::make<Vibrator>(std::move(hwapi), std::make_unique<HwCal>()); in main()
|
D | Vibrator.h | 89 class HwCal { 91 virtual ~HwCal() = default; 136 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal); 178 std::unique_ptr<HwCal> mHwCal;
|
D | Hardware.h | 90 class HwCal : public Vibrator::HwCal, private HwCalBase { 105 HwCal() {} in HwCal() function
|
D | Vibrator.cpp | 65 Vibrator::Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal) in Vibrator()
|
/hardware/google/pixel/vibrator/cs40l26/ |
D | service.cpp | 25 using ::aidl::android::hardware::vibrator::HwCal; 35 std::make_unique<HwApi>(), std::make_unique<HwCal>(), std::make_unique<StatsApi>()); in main()
|
D | Vibrator.h | 122 class HwCal { 124 virtual ~HwCal() = default; 178 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal, 246 std::unique_ptr<HwCal> mHwCal;
|
D | Hardware.h | 459 class HwCal : public Vibrator::HwCal, private HwCalBase { 478 HwCal() {} in HwCal() function
|
D | Vibrator.cpp | 174 Vibrator::Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal, in Vibrator()
|
/hardware/google/pixel/vibrator/cs40l25/ |
D | service.cpp | 27 using ::aidl::android::hardware::vibrator::HwCal; 41 std::make_unique<HwApi>(), std::make_unique<HwCal>(), std::make_unique<StatsApi>()); in main()
|
D | Vibrator.h | 112 class HwCal { 114 virtual ~HwCal() = default; 165 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal, 235 std::unique_ptr<HwCal> mHwCal;
|
D | Hardware.h | 113 class HwCal : public Vibrator::HwCal, private HwCalBase { 141 HwCal() {} in HwCal() function
|
D | Vibrator.cpp | 212 Vibrator::Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal, in Vibrator()
|
/hardware/google/pixel/vibrator/drv2624/tests/ |
D | mocks.h | 44 class MockCal : public ::aidl::android::hardware::vibrator::Vibrator::HwCal {
|
D | test-hwcal.cpp | 62 void createHwCal() { mHwCal = std::make_unique<HwCal>(); } in createHwCal() 76 std::unique_ptr<Vibrator::HwCal> mHwCal;
|
/hardware/google/pixel/vibrator/cs40l25/tests/ |
D | test-hwcal.cpp | 54 void createHwCal() { mHwCal = std::make_unique<HwCal>(); } in createHwCal() 68 std::unique_ptr<Vibrator::HwCal> mHwCal;
|
D | mocks.h | 58 class MockCal : public ::aidl::android::hardware::vibrator::Vibrator::HwCal {
|
/hardware/google/pixel/vibrator/cs40l25/bench/ |
D | benchmark.cpp | 80 std::make_unique<HwApi>(), std::make_unique<HwCal>(), std::make_unique<StatsApi>()); in SetUp()
|
/hardware/google/pixel/vibrator/drv2624/bench/ |
D | benchmark.cpp | 69 mVibrator = ndk::SharedRefBase::make<Vibrator>(HwApi::Create(), std::make_unique<HwCal>()); in SetUp()
|
/hardware/google/pixel/vibrator/cs40l26/tests/ |
D | mocks.h | 60 class MockCal : public ::aidl::android::hardware::vibrator::Vibrator::HwCal {
|
D | test-hwcal.cpp | 55 void createHwCal() { mHwCal = std::make_unique<HwCal>(); } in createHwCal() 69 std::unique_ptr<Vibrator::HwCal> mHwCal;
|