Searched defs:hal (Results 1 – 14 of 14) sorted by relevance
97 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local113 if (auto hal = getHal<V1_3::IVibrator>()) { in doMain() local116 } else if (auto hal = getHal<V1_2::IVibrator>()) { in doMain() local119 } else if (auto hal = getHal<V1_1::IVibrator>()) { in doMain() local122 } else if (auto hal = getHal<V1_0::IVibrator>()) { in doMain() local
48 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local52 } else if (auto hal = getHal<V1_0::IVibrator>()) { in doMain() local
56 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local60 } else if (auto hal = getHal<V1_0::IVibrator>()) { in doMain() local
56 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local61 } else if (auto hal = getHal<V1_0::IVibrator>()) { in doMain() local
54 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local58 } else if (auto hal = getHal<V1_3::IVibrator>()) { in doMain() local
51 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local
49 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local
81 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local
166 auto hal = getService<I>(); in Create() local195 HalWrapper(sp<I> &&hal) : mHal(std::move(hal)) {} in HalWrapper()209 auto hal = getHal<I>(); in halCall() local225 if (auto hal = getHal<aidl::IVibrator>()) { in vibratorInit() local239 if (auto hal = getHal<aidl::IVibrator>()) { in vibratorExists() local252 if (auto hal = getHal<aidl::IVibrator>()) { in vibratorOn() local267 if (auto hal = getHal<aidl::IVibrator>()) { in vibratorOff() local281 if (auto hal = getHal<aidl::IVibrator>()) { in vibratorSupportsAmplitudeControl() local293 if (auto hal = getHal<aidl::IVibrator>()) { in vibratorSetAmplitude() local309 if (auto hal = getHal<aidl::IVibrator>()) { in vibratorSupportsExternalControl() local[all …]
150 sp<ILight> hal = ILight::getService(); in setLight_native() local
561 JTvInputHal::NotifyHandler::NotifyHandler(JTvInputHal* hal, const TvInputEvent& event) { in NotifyHandler()582 JTvInputHal::TvInputCallback::TvInputCallback(JTvInputHal* hal) { in TvInputCallback()
67 auto hal = getService<I>(); in Create() local77 HalWrapper(shared_ptr<I>&& hal) : mHal(std::move(hal)) {} in HalWrapper()91 auto hal = getHal<I>(); in halCall() local
33 VrComposerClient::VrComposerClient(dvr::VrHwc& hal) in VrComposerClient()