Searched defs:HalWrapper (Results 1 – 2 of 2) sorted by relevance
255 friend class HalWrapper; variable261 explicit HalWrapper(std::shared_ptr<CallbackScheduler> scheduler) in HalWrapper() function337 : HalWrapper(std::move(scheduler)), in HalWrapper() function
96 HalWrapper(shared_ptr<I>&& hal) : mHal(std::move(hal)) {} in HalWrapper() function