Home
last modified time | relevance | path

Searched defs:hal (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/cmds/idlcli/vibrator/
DCommandPerform.cpp97 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local
113 if (auto hal = getHal<V1_3::IVibrator>()) { in doMain() local
116 } else if (auto hal = getHal<V1_2::IVibrator>()) { in doMain() local
119 } else if (auto hal = getHal<V1_1::IVibrator>()) { in doMain() local
122 } else if (auto hal = getHal<V1_0::IVibrator>()) { in doMain() local
DCommandOff.cpp48 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local
52 } else if (auto hal = getHal<V1_0::IVibrator>()) { in doMain() local
DCommandOn.cpp56 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local
60 } else if (auto hal = getHal<V1_0::IVibrator>()) { in doMain() local
DCommandSetAmplitude.cpp56 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local
61 } else if (auto hal = getHal<V1_0::IVibrator>()) { in doMain() local
DCommandSetExternalControl.cpp54 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local
58 } else if (auto hal = getHal<V1_3::IVibrator>()) { in doMain() local
DCommandGetCompositionDelayMax.cpp51 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local
DCommandGetCapabilities.cpp49 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local
DCommandGetCompositionSizeMax.cpp51 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local
DCommandCompose.cpp81 if (auto hal = getHal<aidl::IVibrator>()) { in doMain() local
/frameworks/base/services/core/jni/
Dcom_android_server_VibratorService.cpp166 auto hal = getService<I>(); in Create() local
195 HalWrapper(sp<I> &&hal) : mHal(std::move(hal)) {} in HalWrapper()
209 auto hal = getHal<I>(); in halCall() local
225 if (auto hal = getHal<aidl::IVibrator>()) { in vibratorInit() local
239 if (auto hal = getHal<aidl::IVibrator>()) { in vibratorExists() local
252 if (auto hal = getHal<aidl::IVibrator>()) { in vibratorOn() local
267 if (auto hal = getHal<aidl::IVibrator>()) { in vibratorOff() local
281 if (auto hal = getHal<aidl::IVibrator>()) { in vibratorSupportsAmplitudeControl() local
293 if (auto hal = getHal<aidl::IVibrator>()) { in vibratorSetAmplitude() local
309 if (auto hal = getHal<aidl::IVibrator>()) { in vibratorSupportsExternalControl() local
[all …]
Dcom_android_server_lights_LightsService.cpp150 sp<ILight> hal = ILight::getService(); in setLight_native() local
Dcom_android_server_tv_TvInputHal.cpp561 JTvInputHal::NotifyHandler::NotifyHandler(JTvInputHal* hal, const TvInputEvent& event) { in NotifyHandler()
582 JTvInputHal::TvInputCallback::TvInputCallback(JTvInputHal* hal) { in TvInputCallback()
/frameworks/native/cmds/idlcli/
Dvibrator.h67 auto hal = getService<I>(); in Create() local
77 HalWrapper(shared_ptr<I>&& hal) : mHal(std::move(hal)) {} in HalWrapper()
91 auto hal = getHal<I>(); in halCall() local
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_composer_client.cpp33 VrComposerClient::VrComposerClient(dvr::VrHwc& hal) in VrComposerClient()