Home
last modified time | relevance | path

Searched refs:FbDevice (Results 1 – 8 of 8) sorted by relevance

/device/soc/amlogic/a311d/hardware/display/src/display_device/
Dfb_device.cpp28 std::shared_ptr<HdiDeviceInterface> FbDevice::Create() in Create()
42 auto device = std::make_shared<FbDevice>(fd); in Create()
46 FbDevice::FbDevice(int fd) in FbDevice() function in OHOS::HDI::DISPLAY::FbDevice
52 FbDevice::~FbDevice() in ~FbDevice()
61 std::unordered_map<uint32_t, std::shared_ptr<HdiDisplay>> FbDevice::DiscoveryDisplay() in DiscoveryDisplay()
67 int32_t FbDevice::Init() in Init()
78 void FbDevice::DeInit() in DeInit()
Dfb_device.h28 class FbDevice : public HdiDeviceInterface {
31 explicit FbDevice(int fd);
32 ~FbDevice() override;
/device/soc/hisilicon/common/hal/display/source/display_device/src/fbdev/
Dfb_device.cpp28 std::shared_ptr<HdiDeviceInterface> FbDevice::Create() in Create()
42 auto device = std::make_shared<FbDevice>(fd); in Create()
46 FbDevice::FbDevice(int fd) in FbDevice() function in OHOS::HDI::DISPLAY::FbDevice
52 FbDevice::~FbDevice() in ~FbDevice()
61 std::unordered_map<uint32_t, std::shared_ptr<HdiDisplay>> FbDevice::DiscoveryDisplay() in DiscoveryDisplay()
67 int32_t FbDevice::Init() in Init()
78 void FbDevice::DeInit() in DeInit()
Dfb_device.h28 class FbDevice : public HdiDeviceInterface {
31 explicit FbDevice(int fd);
32 virtual ~FbDevice() override;
/device/soc/nxp/hardware/display/src/display_device/fbdev/
Dfb_device.cpp31 std::shared_ptr<HdiDeviceInterface> FbDevice::Create() in Create()
45 auto device = std::make_shared<FbDevice>(fd); in Create()
49 FbDevice::FbDevice(int fd) in FbDevice() function in OHOS::HDI::DISPLAY::FbDevice
55 FbDevice::~FbDevice() in ~FbDevice()
64 std::unordered_map<uint32_t, std::shared_ptr<HdiDisplay>> FbDevice::DiscoveryDisplay() in DiscoveryDisplay()
70 int32_t FbDevice::Init() in Init()
81 void FbDevice::DeInit() in DeInit()
Dfb_device.h31 class FbDevice : public HdiDeviceInterface {
34 explicit FbDevice(int fd);
35 virtual ~FbDevice() override;
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
Dhdi_device_interface.cpp40 std::shared_ptr<HdiDeviceInterface> fbDevice = FbDevice::Create(); in DiscoveryDevice()
/device/soc/nxp/hardware/display/src/display_device/core/
Dhdi_device_interface.cpp43 std::shared_ptr<HdiDeviceInterface> fbDevice = FbDevice::Create(); in DiscoveryDevice()