Searched refs:GetDisplayInfo (Results 1 - 10 of 10) sorted by relevance
/drivers/peripheral/display/hal/default/ |
H A D | display_layer.c | 336 static int32_t GetDisplayInfo(uint32_t devId, DisplayInfo *dispInfo) in GetDisplayInfo() function 447 lFuncs->GetDisplayInfo = GetDisplayInfo; in LayerInitialize()
|
/drivers/peripheral/display/hdi_service/device/include/server/ |
H A D | display_device_stub.h | 97 int32_t GetDisplayInfo(MessageParcel *data, MessageParcel *reply);
|
H A D | display_device_service.h | 92 int32_t GetDisplayInfo(uint32_t devId, DisplayInfo &dispInfo) override;
|
/drivers/peripheral/display/interfaces/include/ |
H A D | display_layer.h | 90 int32_t (*GetDisplayInfo)(uint32_t devId, DisplayInfo *dispInfo); member
|
/drivers/peripheral/display/hdi_service/device/src/server/ |
H A D | display_device_service.cpp | 340 int32_t DisplayDeviceService::GetDisplayInfo(uint32_t devId, DisplayInfo &dispInfo) in GetDisplayInfo() function in OHOS::Display::Device::Server::DisplayDeviceService 342 return displayLayer_->GetDisplayInfo(devId, &dispInfo); in GetDisplayInfo()
|
H A D | display_device_host_driver.cpp | 61 DDSS::InitDisplay, DDSS::DeinitDisplay, DDSS::GetDisplayInfo, DDSS::CloseLayer, DDSS::SetLayerSize, 1752 int32_t DisplayDeviceServerStub::GetDisplayInfo(MessageParcel *data, MessageParcel *reply) in GetDisplayInfo() function in DisplayDeviceServerStub 1767 int32_t ret = device_->GetDisplayInfo(devId, dispInfoTmp); in GetDisplayInfo()
|
/drivers/peripheral/display/test/unittest/lite/ |
H A D | display_test.c | 183 if (g_displayTest.layerFuncs->GetDisplayInfo != NULL) { in GetDisplayInfoTest() 184 ret = g_displayTest.layerFuncs->GetDisplayInfo(g_displayTest.devId, &g_displayTest.displayInfo); in GetDisplayInfoTest()
|
/drivers/peripheral/display/hdi_service/device/include/interfaces/ |
H A D | idisplay_device.h | 102 virtual int32_t GetDisplayInfo(uint32_t devId, DisplayInfo &dispInfo) = 0;
|
/drivers/peripheral/display/hdi_service/device/include/proxy/ |
H A D | display_device_proxy.h | 96 int32_t GetDisplayInfo(uint32_t devId, DisplayInfo &dispInfo) override;
|
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/ |
H A D | display_device_proxy.cpp | 979 int32_t DisplayDeviceProxy::GetDisplayInfo(uint32_t devId, DisplayInfo &dispInfo) in GetDisplayInfo() function in DisplayDeviceProxy
|
Completed in 11 milliseconds