Home
last modified time | relevance | path

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

/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorHalWrapper.h333 friend class HalWrapper; variable
339 explicit HalWrapper(std::shared_ptr<CallbackScheduler> scheduler) in HalWrapper() function
415 : 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