Home
last modified time | relevance | path

Searched refs:HdiDeviceInterface (Results 1 - 25 of 38) sorted by relevance

12

/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
H A Dhdi_device_interface.cpp24 std::vector<std::shared_ptr<HdiDeviceInterface>> HdiDeviceInterface::DiscoveryDevice() in DiscoveryDevice()
28 std::vector<std::shared_ptr<HdiDeviceInterface>> devices; in DiscoveryDevice()
29 std::shared_ptr<HdiDeviceInterface> drmDevice = DrmDevice::Create(); in DiscoveryDevice()
40 std::shared_ptr<HdiDeviceInterface> fbDevice = FbDevice::Create(); in DiscoveryDevice()
H A Dhdi_device_interface.h26 class HdiDeviceInterface { class
28 static std::vector<std::shared_ptr<HdiDeviceInterface>> DiscoveryDevice();
32 virtual ~HdiDeviceInterface() {} in ~HdiDeviceInterface()
H A Dhdi_session.h65 std::vector<std::shared_ptr<HdiDeviceInterface>> mHdiDevices;
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Dhdi_device_interface.cpp24 std::vector<std::shared_ptr<HdiDeviceInterface>> HdiDeviceInterface::DiscoveryDevice() in DiscoveryDevice()
28 std::vector<std::shared_ptr<HdiDeviceInterface>> devices; in DiscoveryDevice()
29 std::shared_ptr<HdiDeviceInterface> drmDevice = DrmDevice::Create(); in DiscoveryDevice()
H A Dhdi_device_interface.h26 class HdiDeviceInterface { class
28 static std::vector<std::shared_ptr<HdiDeviceInterface>> DiscoveryDevice();
33 virtual ~HdiDeviceInterface() {}; in ~HdiDeviceInterface()
H A Ddrm_device.h58 class DrmDevice : public HdiDeviceInterface, std::enable_shared_from_this<DrmDevice> {
60 static std::shared_ptr<HdiDeviceInterface> Create();
H A Dhdi_session.h71 std::vector<std::shared_ptr<HdiDeviceInterface>> mHdiDevices;
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Dhdi_device_interface.cpp24 std::vector<std::shared_ptr<HdiDeviceInterface>> HdiDeviceInterface::DiscoveryDevice() in DiscoveryDevice()
28 std::vector<std::shared_ptr<HdiDeviceInterface>> devices; in DiscoveryDevice()
29 std::shared_ptr<HdiDeviceInterface> drmDevice = DrmDevice::Create(); in DiscoveryDevice()
H A Dhdi_device_interface.h26 class HdiDeviceInterface { class
28 static std::vector<std::shared_ptr<HdiDeviceInterface>> DiscoveryDevice();
33 virtual ~HdiDeviceInterface() {}; in ~HdiDeviceInterface()
H A Ddrm_device.h57 class DrmDevice : public HdiDeviceInterface, std::enable_shared_from_this<DrmDevice> {
59 static std::shared_ptr<HdiDeviceInterface> Create();
H A Dhdi_session.h68 std::vector<std::shared_ptr<HdiDeviceInterface>> mHdiDevices;
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Dhdi_device_interface.cpp24 std::vector<std::shared_ptr<HdiDeviceInterface>> HdiDeviceInterface::DiscoveryDevice() in DiscoveryDevice()
28 std::vector<std::shared_ptr<HdiDeviceInterface>> devices; in DiscoveryDevice()
29 std::shared_ptr<HdiDeviceInterface> drmDevice = DrmDevice::Create(); in DiscoveryDevice()
H A Dhdi_device_interface.h26 class HdiDeviceInterface { class
28 static std::vector<std::shared_ptr<HdiDeviceInterface>> DiscoveryDevice();
33 virtual ~HdiDeviceInterface() {}; in ~HdiDeviceInterface()
H A Ddrm_device.h57 class DrmDevice : public HdiDeviceInterface, std::enable_shared_from_this<DrmDevice> {
59 static std::shared_ptr<HdiDeviceInterface> Create();
H A Dhdi_session.h70 std::vector<std::shared_ptr<HdiDeviceInterface>> mHdiDevices;
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_device_interface.cpp24 std::vector<std::shared_ptr<HdiDeviceInterface>> HdiDeviceInterface::DiscoveryDevice() in DiscoveryDevice()
28 std::vector<std::shared_ptr<HdiDeviceInterface>> devices; in DiscoveryDevice()
29 std::shared_ptr<HdiDeviceInterface> drmDevice = DrmDevice::Create(); in DiscoveryDevice()
H A Dhdi_device_interface.h26 class HdiDeviceInterface { class
28 static std::vector<std::shared_ptr<HdiDeviceInterface>> DiscoveryDevice();
33 virtual ~HdiDeviceInterface() {}; in ~HdiDeviceInterface()
H A Ddrm_device.h57 class DrmDevice : public HdiDeviceInterface, std::enable_shared_from_this<DrmDevice> {
59 static std::shared_ptr<HdiDeviceInterface> Create();
H A Dhdi_session.h73 std::vector<std::shared_ptr<HdiDeviceInterface>> mHdiDevices;
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Dhdi_device_interface.cpp24 std::vector<std::shared_ptr<HdiDeviceInterface>> HdiDeviceInterface::DiscoveryDevice() in DiscoveryDevice()
28 std::vector<std::shared_ptr<HdiDeviceInterface>> devices; in DiscoveryDevice()
29 std::shared_ptr<HdiDeviceInterface> drmDevice = DrmDevice::Create(); in DiscoveryDevice()
H A Dhdi_device_interface.h26 class HdiDeviceInterface { class
28 static std::vector<std::shared_ptr<HdiDeviceInterface>> DiscoveryDevice();
33 virtual ~HdiDeviceInterface() {}; in ~HdiDeviceInterface()
H A Ddrm_device.h57 class DrmDevice : public HdiDeviceInterface, std::enable_shared_from_this<DrmDevice> {
59 static std::shared_ptr<HdiDeviceInterface> Create();
/device/soc/hisilicon/common/hal/display/source/display_device/src/fbdev/
H A Dfb_device.h28 class FbDevice : public HdiDeviceInterface {
30 static std::shared_ptr<HdiDeviceInterface> Create();
H A Dfb_device.cpp28 std::shared_ptr<HdiDeviceInterface> FbDevice::Create() in Create()
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H A Ddrm_device.h39 class DrmDevice : public HdiDeviceInterface, std::enable_shared_from_this<DrmDevice> {
41 static std::shared_ptr<HdiDeviceInterface> Create();

Completed in 6 milliseconds

12