Searched defs:hal (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_lights_LightsService.cpp57 // will return the hal if it exists the first time.
170 sp<ILight> hal = LightHal::associate(); local
172 if (hal == nullptr) {
182 Return<Status> ret = hal->setLight(type, state);
H A Dcom_android_server_tv_TvInputHal.cpp284 NotifyHandler(JTvInputHal* hal, const TvInputEvent& event);
295 TvInputCallback(JTvInputHal* hal);
554 JTvInputHal::NotifyHandler::NotifyHandler(JTvInputHal* hal, const TvInputEvent& event) { argument
555 mHal = hal;
575 JTvInputHal::TvInputCallback::TvInputCallback(JTvInputHal* hal) { argument
576 mHal = hal;
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_composer_client.cpp31 VrComposerClient::VrComposerClient(dvr::VrHwc& hal) argument
32 : ComposerClient(hal), mVrHal(hal) {}
/frameworks/rs/rsov/driver/
H A DrsovAllocation.cpp301 RSoVHal *hal = static_cast<RSoVHal *>(rsc->mHal.drv); local
302 RSoVContext *rsov = hal->mRSoV;
H A DrsovScript.cpp688 RSoVHal *hal = static_cast<RSoVHal *>(rsc->mHal.drv); local
690 std::unique_ptr<RsdCpuReference::CpuScript> cs(hal->mCpuRef->createScript(
716 new RSoVScript(hal->mRSoV, std::move(spvWords),

Completed in 610 milliseconds