Searched refs:hardware_ILight_ (Results 1 – 2 of 2) sorted by relevance
349 hardware_ILight_ = ILight::getService(); in Present()350 if (hardware_ILight_ != nullptr) { in Present()351 hardware_ILight_->setHbm(false); in Present()365 if (high_brightness_mode_ != enable_hbm && hardware_ILight_ != nullptr) { in Present()367 if (Status::SUCCESS == hardware_ILight_->setHbm(enable_hbm)) { in Present()
174 android::sp<hardware::google::light::V1_0::ILight> hardware_ILight_ = nullptr; variable