Searched refs:SnapShot (Results 1 - 11 of 11) sorted by relevance
/drivers/peripheral/display/composer/test/common/ |
H A D | hdi_test_display.h | 53 BufferHandle* SnapShot() in SnapShot() function in OHOS::HDI::Display::TEST::HdiTestDisplay
|
/drivers/peripheral/display/composer/test/moduletest/ |
H A D | hdi_device_test.cpp | 342 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 D | display_device_stub.h | 103 int32_t SnapShot(MessageParcel *data, MessageParcel *reply);
|
H A D | display_device_service.h | 93 int32_t SnapShot(uint32_t devId, LayerBuffer &buffer) override;
|
/drivers/peripheral/display/interfaces/include/ |
H A D | display_layer.h | 539 int32_t (*SnapShot)(uint32_t devId, LayerBuffer *buffer); member
|
/drivers/peripheral/display/hdi_service/device/src/server/ |
H A D | display_device_service.cpp | 345 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 D | display_device_host_driver.cpp | 62 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 D | idisplay_device.h | 103 virtual int32_t SnapShot(uint32_t devId, LayerBuffer &buffer) = 0;
|
/drivers/peripheral/display/hdi_service/device/include/proxy/ |
H A D | display_device_proxy.h | 97 int32_t SnapShot(uint32_t devId, LayerBuffer &buffer) override;
|
/drivers/peripheral/display/composer/test/unittest/ |
H A D | hdi_composer_ut.cpp | 179 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 D | display_device_proxy.cpp | 1782 int32_t DisplayDeviceProxy::SnapShot(uint32_t devId, LayerBuffer &buffer) in SnapShot() function in DisplayDeviceProxy
|
Completed in 13 milliseconds