Home
last modified time | relevance | path

Searched refs:HwCal (Results 1 – 25 of 27) sorted by relevance

12

/device/google/felix/vibrator/cs40l26/
DVibrator.h102 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;
DHardware.h292 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()
Dservice.cpp27 using ::aidl::android::hardware::vibrator::HwCal;
52 auto hwCalDef = HwCal::Create(); in main()
66 std::make_unique<HwCal>(), std::move(hwgpio)); in main()
DVibrator.cpp366 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/
DVibrator.h91 class HwCal {
93 virtual ~HwCal() = default;
155 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal);
187 std::unique_ptr<HwCal> mHwCal;
DHardware.h96 class HwCal : public Vibrator::HwCal, private HwCalBase {
114 HwCal() {} in HwCal() function
Dservice.cpp33 using android::hardware::vibrator::V1_3::implementation::HwCal;
43 sp<Vibrator> vibrator = new Vibrator(std::move(hwapi), std::make_unique<HwCal>()); in registerVibratorService()
DVibrator.cpp181 Vibrator::Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal) in Vibrator()
/device/google/barbet/vibrator/drv2624/
DVibrator.h88 class HwCal {
90 virtual ~HwCal() = default;
154 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal);
195 std::unique_ptr<HwCal> mHwCal;
DHardware.h97 class HwCal : public Vibrator::HwCal, private HwCalBase {
116 HwCal() {} in HwCal() function
Dservice.cpp24 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/
DVibrator.h88 class HwCal {
90 virtual ~HwCal() = default;
160 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal);
201 std::unique_ptr<HwCal> mHwCal;
DHardware.h98 class HwCal : public Vibrator::HwCal, private HwCalBase {
119 HwCal() {} in HwCal() function
Dservice.cpp24 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/
Dtest-hwcal.cpp63 void createHwCal() { mHwCal = std::make_unique<HwCal>(); } in createHwCal()
77 std::unique_ptr<Vibrator::HwCal> mHwCal;
Dmocks.h44 class MockCal : public ::android::hardware::vibrator::V1_3::implementation::Vibrator::HwCal {
/device/google/barbet/vibrator/drv2624/tests/
Dtest-hwcal.cpp62 void createHwCal() { mHwCal = std::make_unique<HwCal>(); } in createHwCal()
76 std::unique_ptr<Vibrator::HwCal> mHwCal;
Dmocks.h44 class MockCal : public ::aidl::android::hardware::vibrator::Vibrator::HwCal {
/device/google/redfin/vibrator/drv2624/tests/
Dtest-hwcal.cpp62 void createHwCal() { mHwCal = std::make_unique<HwCal>(); } in createHwCal()
76 std::unique_ptr<Vibrator::HwCal> mHwCal;
Dmocks.h44 class MockCal : public ::aidl::android::hardware::vibrator::Vibrator::HwCal {
/device/google/felix/vibrator/cs40l26/tests/
Dtest-hwcal.cpp55 void createHwCal() { mHwCal = std::make_unique<HwCal>(); } in createHwCal()
69 std::unique_ptr<Vibrator::HwCal> mHwCal;
Dmocks.h62 class MockCal : public ::aidl::android::hardware::vibrator::Vibrator::HwCal {
/device/google/barbet/vibrator/drv2624/bench/
Dbenchmark.cpp68 mVibrator = ndk::SharedRefBase::make<Vibrator>(HwApi::Create(), std::make_unique<HwCal>()); in SetUp()
/device/google/redfin/vibrator/drv2624/bench/
Dbenchmark.cpp68 mVibrator = ndk::SharedRefBase::make<Vibrator>(HwApi::Create(), std::make_unique<HwCal>()); in SetUp()
/device/google/sunfish/vibrator/drv2624/bench/
Dbenchmark.cpp74 mVibrator = new Vibrator(HwApi::Create(), std::make_unique<HwCal>()); in SetUp()

12