Searched refs:is_lbe_supported_ (Results 1 – 2 of 2) sorted by relevance
220 HWCDebugHandler::Get()->GetProperty(LBE_SUPPORTED, &is_lbe_supported_); in Init()3823 return (is_lbe_supported_ != 0); in IsLbeSupported()3830 if (!is_lbe_supported_) { in SetLbeState()3871 if (!is_lbe_supported_ || value < 0 || (lbe_cur_state_ == LbeState::OFF)) in SetLbeAmbientLight()
632 int32_t is_lbe_supported_ = 0; variable