Home
last modified time | relevance | path

Searched refs:HidlHalWrapperV1_1 (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/include/powermanager/
DPowerHalWrapper.h115 class HidlHalWrapperV1_1 : public HidlHalWrapperV1_0 {
117 explicit HidlHalWrapperV1_1(sp<hardware::power::V1_1::IPower> handleV1_1) in HidlHalWrapperV1_1() function
119 ~HidlHalWrapperV1_1() override = default;
126 class HidlHalWrapperV1_2 : public HidlHalWrapperV1_1 {
132 : HidlHalWrapperV1_1(std::move(handleV1_2)) {} in HidlHalWrapperV1_2()
/frameworks/native/services/powermanager/
DPowerHalWrapper.cpp131 HalResult<void> HidlHalWrapperV1_1::sendPowerHint(V1_3::PowerHint hintId, uint32_t data) { in sendPowerHint()
152 return HidlHalWrapperV1_1::setBoost(boost, durationMs); in setBoost()
167 return HidlHalWrapperV1_1::setMode(mode, enabled); in setMode()
DPowerHalController.cpp49 return std::make_unique<HidlHalWrapperV1_1>(halHidlV1_1); in connect()
/frameworks/native/services/vibratorservice/
DVibratorHalController.cpp82 return std::make_shared<HidlHalWrapperV1_1>(std::move(scheduler), halV1_1); in connectHal()
DVibratorHalWrapper.cpp532 HalResult<milliseconds> HidlHalWrapperV1_1::performEffect( in performEffect()
/frameworks/native/services/powermanager/tests/
DPowerHalWrapperHidlV1_1Test.cpp69 mWrapper = std::make_unique<HidlHalWrapperV1_1>(mMockHal); in SetUp()
/frameworks/native/services/vibratorservice/test/
DVibratorHalWrapperHidlV1_1Test.cpp63 mWrapper = std::make_unique<vibrator::HidlHalWrapperV1_1>(mMockScheduler, mMockHal); in SetUp()
/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorHalWrapper.h531 class HidlHalWrapperV1_1 : public HidlHalWrapper<hardware::vibrator::V1_1::IVibrator> {
533 HidlHalWrapperV1_1(std::shared_ptr<CallbackScheduler> scheduler, in HidlHalWrapperV1_1() function
537 virtual ~HidlHalWrapperV1_1() = default;