/hardware/google/pixel/vibrator/cs40l25/tests/ |
D | test-hwapi.cpp | 73 mHwApi = std::make_unique<HwApi>(); in SetUp() 81 mNoApi = std::make_unique<HwApi>(); in SetUp() 122 std::unique_ptr<Vibrator::HwApi> mHwApi; 123 std::unique_ptr<Vibrator::HwApi> mNoApi; 142 using HasTest = HwApiTypedTest<bool(Vibrator::HwApi &)>; 161 HasTest::MakeParam("device/cp_dig_scale", &Vibrator::HwApi::hasEffectScale), 162 HasTest::MakeParam("device/asp_enable", &Vibrator::HwApi::hasAspEnable), 163 HasTest::MakeParam("device/pwle", &Vibrator::HwApi::hasPwle), 167 using GetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool *)>; 206 &Vibrator::HwApi::getAspEnable), [all …]
|
D | mocks.h | 23 class MockApi : public ::aidl::android::hardware::vibrator::Vibrator::HwApi {
|
/hardware/google/pixel/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 73 mHwApi = HwApi::Create(); in SetUp() 83 mNoApi = HwApi::Create(); in SetUp() 134 std::unique_ptr<Vibrator::HwApi> mHwApi; 135 std::unique_ptr<Vibrator::HwApi> mNoApi; 156 std::unique_ptr<HwApi> hwapi; in TEST_P() 171 hwapi = HwApi::Create(); in TEST_P() 194 using HasTest = HwApiTypedTest<bool(Vibrator::HwApi &)>; 213 &Vibrator::HwApi::hasRtpInput), 217 using SetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool)>; 254 SetBoolTest::MakeParam("activate", &Vibrator::HwApi::setActivate), [all …]
|
D | mocks.h | 21 class MockApi : public ::aidl::android::hardware::vibrator::Vibrator::HwApi {
|
/hardware/google/pixel/vibrator/cs40l26/tests/ |
D | test-hwapi.cpp | 62 mHwApi = std::make_unique<HwApi>(); in SetUp() 70 mNoApi = std::make_unique<HwApi>(); in SetUp() 111 std::unique_ptr<Vibrator::HwApi> mHwApi; 112 std::unique_ptr<Vibrator::HwApi> mNoApi; 131 using HasTest = HwApiTypedTest<bool(Vibrator::HwApi &)>; 150 &Vibrator::HwApi::hasOwtFreeSpace), 154 using GetUint32Test = HwApiTypedTest<bool(Vibrator::HwApi &, uint32_t *)>; 180 &Vibrator::HwApi::getEffectCount), 182 &Vibrator::HwApi::getOwtFreeSpace), 186 using SetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool)>; [all …]
|
D | mocks.h | 23 class MockApi : public ::aidl::android::hardware::vibrator::Vibrator::HwApi {
|
/hardware/google/pixel/vibrator/drv2624/ |
D | Hardware.h | 26 class HwApi : public Vibrator::HwApi, private HwApiBase { 28 static std::unique_ptr<HwApi> Create() { in Create() 29 auto hwapi = std::unique_ptr<HwApi>(new HwApi()); in Create() 56 HwApi() { in HwApi() function
|
D | service.cpp | 23 using aidl::android::hardware::vibrator::HwApi; 28 auto hwapi = HwApi::Create(); in main()
|
D | Vibrator.h | 30 class HwApi { 32 virtual ~HwApi() = default; 136 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal); 177 std::unique_ptr<HwApi> mHwApi;
|
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 | 24 using ::aidl::android::hardware::vibrator::HwApi; 35 std::make_unique<HwApi>(), std::make_unique<HwCal>(), std::make_unique<StatsApi>()); in main()
|
D | Vibrator.h | 44 class HwApi { 46 virtual ~HwApi() = default; 178 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal, 245 std::unique_ptr<HwApi> mHwApi;
|
D | Hardware.h | 69 class HwApi : public Vibrator::HwApi, private HwApiBase { 71 HwApi() { in HwApi() function 72 HwApi::initFF(); in HwApi()
|
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 | 26 using ::aidl::android::hardware::vibrator::HwApi; 41 std::make_unique<HwApi>(), std::make_unique<HwCal>(), std::make_unique<StatsApi>()); in main()
|
D | Vibrator.h | 33 class HwApi { 35 virtual ~HwApi() = default; 165 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal, 234 std::unique_ptr<HwApi> mHwApi;
|
D | Hardware.h | 26 class HwApi : public Vibrator::HwApi, private HwApiBase { 28 HwApi() { in HwApi() function
|
D | Vibrator.cpp | 212 Vibrator::Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal, in Vibrator()
|
/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()
|