Home
last modified time | relevance | path

Searched refs:SnapShot (Results 1 - 11 of 11) sorted by relevance

/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_display.h53 BufferHandle* SnapShot() in SnapShot() function in OHOS::HDI::Display::TEST::HdiTestDisplay
/drivers/peripheral/display/composer/test/moduletest/
H A Dhdi_device_test.cpp342 if ((GetFirstDisplay()->SnapShot()) != nullptr) { in PresentAndCheck()
343 HdiTestDevice::GetInstance().GetGrallocInterface()->InvalidateCache(*(GetFirstDisplay()->SnapShot())); in PresentAndCheck()
344 ret = CheckComposition(layerSettings, GetFirstDisplay()->SnapShot(), checkType); in PresentAndCheck()
/drivers/peripheral/display/hdi_service/device/include/server/
H A Ddisplay_device_stub.h103 int32_t SnapShot(MessageParcel *data, MessageParcel *reply);
H A Ddisplay_device_service.h93 int32_t SnapShot(uint32_t devId, LayerBuffer &buffer) override;
/drivers/peripheral/display/interfaces/include/
H A Ddisplay_layer.h539 int32_t (*SnapShot)(uint32_t devId, LayerBuffer *buffer); member
/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_service.cpp345 int32_t DisplayDeviceService::SnapShot(uint32_t devId, LayerBuffer &buffer) in SnapShot() function in OHOS::Display::Device::Server::DisplayDeviceService
347 return displayLayer_->SnapShot(devId, &buffer); in SnapShot()
H A Ddisplay_device_host_driver.cpp62 DDSS::GetLayerSize, DDSS::SetTransformMode, DDSS::WaitForVBlank, DDSS::SnapShot, DDSS::SetLayerBlendType,
1938 int32_t DisplayDeviceServerStub::SnapShot(MessageParcel *data, MessageParcel *reply) in SnapShot() function in DisplayDeviceServerStub
1959 int32_t ret = device_->SnapShot(devId, bufferTmp); in SnapShot()
/drivers/peripheral/display/hdi_service/device/include/interfaces/
H A Didisplay_device.h103 virtual int32_t SnapShot(uint32_t devId, LayerBuffer &buffer) = 0;
/drivers/peripheral/display/hdi_service/device/include/proxy/
H A Ddisplay_device_proxy.h97 int32_t SnapShot(uint32_t devId, LayerBuffer &buffer) override;
/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp179 if ((GetFirstDisplay()->SnapShot()) != nullptr) { in PresentAndCheck()
180 HdiTestDevice::GetInstance().GetGrallocInterface()->InvalidateCache(*(GetFirstDisplay()->SnapShot())); in PresentAndCheck()
181 ret = CheckComposition(layerSettings, GetFirstDisplay()->SnapShot(), checkType); in PresentAndCheck()
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
H A Ddisplay_device_proxy.cpp1782 int32_t DisplayDeviceProxy::SnapShot(uint32_t devId, LayerBuffer &buffer) in SnapShot() function in DisplayDeviceProxy

Completed in 12 milliseconds