Home
last modified time | relevance | path

Searched refs:HWInfoInterface (Results 1 – 25 of 157) sorted by relevance

1234567

/hardware/qcom/sdm845/display/sdm/libs/core/
Dhw_info_interface.cpp40 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { in Create()
50 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { in Destroy()
Dhw_info_interface.h34 class HWInfoInterface {
36 static DisplayError Create(HWInfoInterface **intf);
37 static DisplayError Destroy(HWInfoInterface *intf);
42 virtual ~HWInfoInterface() { } in ~HWInfoInterface()
Dcore_impl.cpp72 error = HWInfoInterface::Create(&hw_info_intf_); in Init()
100 HWInfoInterface::Destroy(hw_info_intf_); in Init()
112 HWInfoInterface::Destroy(hw_info_intf_); in Deinit()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Dhw_info_interface.cpp42 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { in Create()
54 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { in Destroy()
Dhw_info_interface.h34 class HWInfoInterface {
36 static DisplayError Create(HWInfoInterface **intf);
37 static DisplayError Destroy(HWInfoInterface *intf);
42 virtual ~HWInfoInterface() { } in ~HWInfoInterface()
Dcore_impl.cpp71 error = HWInfoInterface::Create(&hw_info_intf_); in Init()
98 HWInfoInterface::Destroy(hw_info_intf_); in Init()
110 HWInfoInterface::Destroy(hw_info_intf_); in Deinit()
/hardware/qcom/display/msm8909/sdm/libs/core/
Dhw_info_interface.cpp42 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { in Create()
54 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { in Destroy()
Dhw_info_interface.h34 class HWInfoInterface {
36 static DisplayError Create(HWInfoInterface **intf);
37 static DisplayError Destroy(HWInfoInterface *intf);
42 virtual ~HWInfoInterface() { } in ~HWInfoInterface()
Dcore_impl.cpp71 error = HWInfoInterface::Create(&hw_info_intf_); in Init()
101 HWInfoInterface::Destroy(hw_info_intf_); in Init()
113 HWInfoInterface::Destroy(hw_info_intf_); in Deinit()
/hardware/qcom/display/msm8998/sdm/libs/core/
Dhw_info_interface.cpp42 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { in Create()
54 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { in Destroy()
Dhw_info_interface.h34 class HWInfoInterface {
36 static DisplayError Create(HWInfoInterface **intf);
37 static DisplayError Destroy(HWInfoInterface *intf);
42 virtual ~HWInfoInterface() { } in ~HWInfoInterface()
Dcore_impl.cpp71 error = HWInfoInterface::Create(&hw_info_intf_); in Init()
98 HWInfoInterface::Destroy(hw_info_intf_); in Init()
110 HWInfoInterface::Destroy(hw_info_intf_); in Deinit()
/hardware/qcom/display/msm8996/sdm/libs/core/
Dhw_info_interface.h34 class HWInfoInterface {
36 static DisplayError Create(HWInfoInterface **intf);
37 static DisplayError Destroy(HWInfoInterface *intf);
42 virtual ~HWInfoInterface() { } in ~HWInfoInterface()
Dcore_impl.cpp69 error = HWInfoInterface::Create(&hw_info_intf_); in Init()
102 HWInfoInterface::Destroy(hw_info_intf_); in Init()
118 HWInfoInterface::Destroy(hw_info_intf_); in Deinit()
Dcore_impl.h41 class HWInfoInterface; variable
70 HWInfoInterface *hw_info_intf_ = NULL;
Ddisplay_base.h49 class HWInfoInterface; variable
56 HWInfoInterface *hw_info_intf);
147 HWInfoInterface *hw_info_intf_ = NULL;
/hardware/qcom/sm8150/display/sdm/libs/core/
Dhw_info_interface.cpp40 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { in Create()
61 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { in Destroy()
Dhw_info_interface.h34 class HWInfoInterface {
36 static DisplayError Create(HWInfoInterface **intf);
37 static DisplayError Destroy(HWInfoInterface *intf);
45 virtual ~HWInfoInterface() { } in ~HWInfoInterface()
Ddisplay_virtual.h37 DisplayVirtual(DisplayEventHandler *event_handler, HWInfoInterface *hw_info_intf,
41 HWInfoInterface *hw_info_intf, BufferSyncHandler *buffer_sync_handler,
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_virtual.h34 static DisplayError Create(HWInterface **intf, HWInfoInterface *hw_info_intf,
45 HWVirtual(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf);
Dhw_virtual.cpp37 DisplayError HWVirtual::Create(HWInterface **intf, HWInfoInterface *hw_info_intf, in Create()
61 HWVirtual::HWVirtual(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf) in HWVirtual()
Dhw_hdmi.h40 static DisplayError Create(HWInterface **intf, HWInfoInterface *hw_info_intf,
57 HWHDMI(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf);
Dhw_primary.h40 static DisplayError Create(HWInterface **intf, HWInfoInterface *hw_info_intf,
45 HWPrimary(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf);
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_device_drm.h46 class HWInfoInterface; variable
50 explicit HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf);
122 HWInfoInterface *hw_info_intf_ = {};
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_device_drm.h48 class HWInfoInterface; variable
53 HWInfoInterface *hw_info_intf);
148 HWInfoInterface *hw_info_intf_ = {};

1234567