Searched refs:lcd_ (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/display/astro-display/
H A Daml-dsi-host.h64 fbl::unique_ptr<Lcd> lcd_; member in class:astro_display::AmlDsiHost
H A Daml-dsi-host.cpp116 lcd_->Disable();
191 lcd_ = fbl::make_unique_checked<astro_display::Lcd>(&ac, panel_type_);
197 status = lcd_->Init(parent_);
203 status = lcd_->Enable();

Completed in 24 milliseconds