Home
last modified time | relevance | path

Searched refs:setHbm (Results 1 – 4 of 4) sorted by relevance

/hardware/google/interfaces/light/1.0/default/
DLightExt.cpp61 Return<Status> LightExt::setHbm(bool on) { in setHbm() function in hardware::google::light::V1_0::implementation::LightExt
DLightExt.h52 Return<Status> setHbm(bool on) override;
/hardware/google/interfaces/light/1.0/
DILight.hal30 setHbm(bool state) generates (Status status);
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_primary.cpp323 vendor_ILight_->setHbm(false); in Present()
339 if (Status::SUCCESS == vendor_ILight_->setHbm(enable_hbm)) { in Present()