Searched refs:hardware_ILight_ (Results 1 – 2 of 2) sorted by relevance
268 hardware_ILight_ = ILight::getService(); in Present()269 if (hardware_ILight_ != nullptr) { in Present()270 hardware_ILight_->setHbm(false); in Present()284 if (high_brightness_mode_ != enable_hbm && hardware_ILight_ != nullptr) { in Present()286 if (Status::SUCCESS == hardware_ILight_->setHbm(enable_hbm)) { in Present()
154 android::sp<hardware::google::light::V1_0::ILight> hardware_ILight_ = nullptr; variable