Home
last modified time | relevance | path

Searched refs:GetDisplayInfo (Results 1 - 10 of 10) sorted by relevance

/drivers/peripheral/display/hal/default/
H A Ddisplay_layer.c336 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 Ddisplay_device_stub.h97 int32_t GetDisplayInfo(MessageParcel *data, MessageParcel *reply);
H A Ddisplay_device_service.h92 int32_t GetDisplayInfo(uint32_t devId, DisplayInfo &dispInfo) override;
/drivers/peripheral/display/interfaces/include/
H A Ddisplay_layer.h90 int32_t (*GetDisplayInfo)(uint32_t devId, DisplayInfo *dispInfo); member
/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_service.cpp340 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 Ddisplay_device_host_driver.cpp61 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 Ddisplay_test.c183 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 Didisplay_device.h102 virtual int32_t GetDisplayInfo(uint32_t devId, DisplayInfo &dispInfo) = 0;
/drivers/peripheral/display/hdi_service/device/include/proxy/
H A Ddisplay_device_proxy.h96 int32_t GetDisplayInfo(uint32_t devId, DisplayInfo &dispInfo) override;
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
H A Ddisplay_device_proxy.cpp979 int32_t DisplayDeviceProxy::GetDisplayInfo(uint32_t devId, DisplayInfo &dispInfo) in GetDisplayInfo() function in DisplayDeviceProxy

Completed in 11 milliseconds