• Home
  • Raw
  • Download

Lines Matching refs:display

12 … and implements the following Hardware Driver Interfaces \(HDIs\) of the display module. The HDIs …
14 - DisplayLayer: manages display layers, including creating layers, setting display attributes, an…
15 - DisplayGralloc: manages memory of the display module, including memory application, release, an…
18 **Figure 1** HDI architecture of the display module<a name="fig7690246193216"></a>
19 ![](figures/hdi-architecture-of-the-display-module.png "hdi-architecture-of-the-display-module")
26 /drivers/peripheral/display
37 The display driver provides the Window Manager Service \(WMS\) with driver capability APIs that can…
39 [Table 1](#table1513255710559) describes major HDIs provided by the display module.
41 **Table 1** Major HDIs of the display module
73 …3"><a name="p1041815816403"></a><a name="p1041815816403"></a>Obtains the display device informatio…
177 …of this repository is to provide HDIs for upper-layer display system services to implement display
179 The following sample code describes how to use the display HDIs:
251 /* Obtain display driver APIs. */
254 HDF_LOGE("get display interfaces ops failed");
257 /* Initialize a display device. */
261 HDF_LOGE("initialize display failed");
265 /* Obtain the display device information. */
273 /* Open a specific layer of the display device. */
293 /* Flush the layer data for display. */
301 /* Close the specified layer of the display device. */
309 /* Close the display device. */
313 HDF_LOGE("deinit display failed");
317 /* Unregister display driver APIs. */