Home
last modified time | relevance | path

Searched defs:HalWrapper (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/services/vibratorservice/include/vibratorservice/
H A DVibratorHalWrapper.h373 friend class HalWrapper; variable
390 explicit HalWrapper(std::shared_ptr<CallbackScheduler> scheduler) in HalWrapper() function
479 : HalWrapper(std::move(scheduler)), in HalWrapper() function
/aosp_15_r20/frameworks/native/cmds/idlcli/
H A Dvibrator.h96 HalWrapper(shared_ptr<I>&& hal) : mHal(std::move(hal)) {} in HalWrapper() function