Home
last modified time | relevance | path

Searched refs:hwcal (Results 1 – 6 of 6) sorted by relevance

/hardware/google/pixel/vibrator/cs40l25/tests/
DAndroid.bp21 "test-hwcal.cpp",
/hardware/google/pixel/vibrator/drv2624/tests/
DAndroid.bp21 "test-hwcal.cpp",
/hardware/google/pixel/vibrator/drv2624/
DVibrator.cpp61 Vibrator::Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal) in Vibrator() argument
62 : mHwApi(std::move(hwapi)), mHwCal(std::move(hwcal)) { in Vibrator()
DVibrator.h133 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal);
/hardware/google/pixel/vibrator/cs40l25/
DVibrator.h117 Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal);
DVibrator.cpp85 Vibrator::Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal) in Vibrator() argument
86 : mHwApi(std::move(hwapi)), mHwCal(std::move(hwcal)), mAsyncHandle(std::async([] {})) { in Vibrator()