/device/google/felix/vibrator/cs40l26/ |
D | Vibrator.h | 102 class HwCal { 104 virtual ~HwCal() = default; 139 Vibrator(std::unique_ptr<HwApi> hwApiDefault, std::unique_ptr<HwCal> hwCalDefault, 140 std::unique_ptr<HwApi> hwApiDual, std::unique_ptr<HwCal> hwCalDual, 209 std::unique_ptr<HwCal> mHwCalDef; 211 std::unique_ptr<HwCal> mHwCalDual;
|
D | Hardware.h | 292 class HwCal : public Vibrator::HwCal, private HwCalBase { 310 HwCal() {} in HwCal() function 311 static std::unique_ptr<HwCal> Create() { in Create() 312 auto hwcal = std::unique_ptr<HwCal>(new HwCal()); in Create()
|
D | service.cpp | 27 using ::aidl::android::hardware::vibrator::HwCal; 52 auto hwCalDef = HwCal::Create(); in main() 66 std::make_unique<HwCal>(), std::move(hwgpio)); in main()
|
D | Vibrator.cpp | 366 Vibrator::Vibrator(std::unique_ptr<HwApi> hwApiDefault, std::unique_ptr<HwCal> hwCalDefault, in Vibrator() 367 std::unique_ptr<HwApi> hwApiDual, std::unique_ptr<HwCal> hwCalDual, in Vibrator()
|
/device/google/sunfish/vibrator/drv2624/ |
D | Vibrator.h | 91 class HwCal { 93 virtual ~HwCal() = default; 155 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal); 187 std::unique_ptr<HwCal> mHwCal;
|
D | Hardware.h | 96 class HwCal : public Vibrator::HwCal, private HwCalBase { 114 HwCal() {} in HwCal() function
|
D | service.cpp | 33 using android::hardware::vibrator::V1_3::implementation::HwCal; 43 sp<Vibrator> vibrator = new Vibrator(std::move(hwapi), std::make_unique<HwCal>()); in registerVibratorService()
|
D | Vibrator.cpp | 181 Vibrator::Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal) in Vibrator()
|
/device/google/barbet/vibrator/drv2624/ |
D | Vibrator.h | 88 class HwCal { 90 virtual ~HwCal() = default; 154 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal); 195 std::unique_ptr<HwCal> mHwCal;
|
D | Hardware.h | 97 class HwCal : public Vibrator::HwCal, private HwCalBase { 116 HwCal() {} in HwCal() function
|
D | service.cpp | 24 using aidl::android::hardware::vibrator::HwCal; 44 ndk::SharedRefBase::make<Vibrator>(std::move(hwapi), std::make_unique<HwCal>()); in main()
|
/device/google/redfin/vibrator/drv2624/ |
D | Vibrator.h | 88 class HwCal { 90 virtual ~HwCal() = default; 160 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal); 201 std::unique_ptr<HwCal> mHwCal;
|
D | Hardware.h | 98 class HwCal : public Vibrator::HwCal, private HwCalBase { 119 HwCal() {} in HwCal() function
|
D | service.cpp | 24 using aidl::android::hardware::vibrator::HwCal; 38 ndk::SharedRefBase::make<Vibrator>(std::move(hwapi), std::make_unique<HwCal>()); in main()
|
/device/google/sunfish/vibrator/drv2624/tests/ |
D | test-hwcal.cpp | 63 void createHwCal() { mHwCal = std::make_unique<HwCal>(); } in createHwCal() 77 std::unique_ptr<Vibrator::HwCal> mHwCal;
|
D | mocks.h | 44 class MockCal : public ::android::hardware::vibrator::V1_3::implementation::Vibrator::HwCal {
|
/device/google/barbet/vibrator/drv2624/tests/ |
D | test-hwcal.cpp | 62 void createHwCal() { mHwCal = std::make_unique<HwCal>(); } in createHwCal() 76 std::unique_ptr<Vibrator::HwCal> mHwCal;
|
D | mocks.h | 44 class MockCal : public ::aidl::android::hardware::vibrator::Vibrator::HwCal {
|
/device/google/redfin/vibrator/drv2624/tests/ |
D | test-hwcal.cpp | 62 void createHwCal() { mHwCal = std::make_unique<HwCal>(); } in createHwCal() 76 std::unique_ptr<Vibrator::HwCal> mHwCal;
|
D | mocks.h | 44 class MockCal : public ::aidl::android::hardware::vibrator::Vibrator::HwCal {
|
/device/google/felix/vibrator/cs40l26/tests/ |
D | test-hwcal.cpp | 55 void createHwCal() { mHwCal = std::make_unique<HwCal>(); } in createHwCal() 69 std::unique_ptr<Vibrator::HwCal> mHwCal;
|
D | mocks.h | 62 class MockCal : public ::aidl::android::hardware::vibrator::Vibrator::HwCal {
|
/device/google/barbet/vibrator/drv2624/bench/ |
D | benchmark.cpp | 68 mVibrator = ndk::SharedRefBase::make<Vibrator>(HwApi::Create(), std::make_unique<HwCal>()); in SetUp()
|
/device/google/redfin/vibrator/drv2624/bench/ |
D | benchmark.cpp | 68 mVibrator = ndk::SharedRefBase::make<Vibrator>(HwApi::Create(), std::make_unique<HwCal>()); in SetUp()
|
/device/google/sunfish/vibrator/drv2624/bench/ |
D | benchmark.cpp | 74 mVibrator = new Vibrator(HwApi::Create(), std::make_unique<HwCal>()); in SetUp()
|