Home
last modified time | relevance | path

Searched refs:LayerBuffer (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_layer.h485 int32_t (*GetLayerBuffer)(uint32_t devId, uint32_t layerId, LayerBuffer *buffer);
503 int32_t (*Flush)(uint32_t devId, uint32_t layerId, LayerBuffer *buffer);
539 int32_t (*SnapShot)(uint32_t devId, LayerBuffer *buffer);
H A Ddisplay_type.h329 } LayerBuffer; typedef
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/interfaces/
H A Didisplay_device.h92 virtual int32_t Flush(uint32_t devId, uint32_t layerId, LayerBuffer &buffer) = 0;
94 virtual int32_t GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) = 0;
103 virtual int32_t SnapShot(uint32_t devId, LayerBuffer &buffer) = 0;
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/server/
H A Ddisplay_device_service.h82 int32_t Flush(uint32_t devId, uint32_t layerId, LayerBuffer &buffer) override;
84 int32_t GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) override;
93 int32_t SnapShot(uint32_t devId, LayerBuffer &buffer) override;
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/proxy/
H A Ddisplay_device_proxy.h86 int32_t Flush(uint32_t devId, uint32_t layerId, LayerBuffer &buffer) override;
88 int32_t GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) override;
97 int32_t SnapShot(uint32_t devId, LayerBuffer &buffer) override;
/ohos5.0/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.h75 LayerBuffer buffer;
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_service.cpp288 int32_t DisplayDeviceService::Flush(uint32_t devId, uint32_t layerId, LayerBuffer &buffer) in Flush()
300 int32_t DisplayDeviceService::GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) in GetLayerBuffer()
345 int32_t DisplayDeviceService::SnapShot(uint32_t devId, LayerBuffer &buffer) in SnapShot()
H A Ddisplay_device_host_driver.cpp1522 LayerBuffer bufferTmp; in Flush()
1629 LayerBuffer bufferTmp = {}; in GetLayerBuffer()
1952 LayerBuffer bufferTmp = {}; in SnapShot()
/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_layer.c357 static int32_t Flush(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) in Flush()
388 static int32_t GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) in GetLayerBuffer()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dhi_fbdev.cpp29 LayerBuffer buffer;
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_video_sink.cpp368 LayerBuffer layerBuf; in WriteToVideoDevice()
/ohos5.0/drivers/peripheral/display/
H A DREADME_zh.md96 …ame="p89635916383"></a>int32_t (*Flush)(uint32_t devId, uint32_t layerId, LayerBuffer *buffer);</p>
101 …18472376"></a>int32_t (*GetLayerBuffer)(uint32_t devId, uint32_t layerId, LayerBuffer *buffer);</p>
H A DREADME.md96 …ame="p89635916383"></a>int32_t (*Flush)(uint32_t devId, uint32_t layerId, LayerBuffer *buffer);</p>
101 …18472376"></a>int32_t (*GetLayerBuffer)(uint32_t devId, uint32_t layerId, LayerBuffer *buffer);</p>
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
H A Ddisplay_device_proxy.cpp1675 int32_t DisplayDeviceProxy::GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) in GetLayerBuffer()
1716 int32_t DisplayDeviceProxy::Flush(uint32_t devId, uint32_t layerId, LayerBuffer &buffer) in Flush()
1782 int32_t DisplayDeviceProxy::SnapShot(uint32_t devId, LayerBuffer &buffer) in SnapShot()