Home
last modified time | relevance | path

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

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