HomeSort by relevance Sort by last modified time
    Searched refs:HWInterface (Results 1 - 21 of 21) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_virtual.h 34 static DisplayError Create(HWInterface **intf, HWInfoInterface *hw_info_intf,
36 static DisplayError Destroy(HWInterface *intf);
hw_virtual.cpp 37 DisplayError HWVirtual::Create(HWInterface **intf, HWInfoInterface *hw_info_intf,
53 DisplayError HWVirtual::Destroy(HWInterface *intf) {
hw_hdmi.h 40 static DisplayError Create(HWInterface **intf, HWInfoInterface *hw_info_intf,
42 static DisplayError Destroy(HWInterface *intf);
hw_primary.h 40 static DisplayError Create(HWInterface **intf, HWInfoInterface *hw_info_intf,
42 static DisplayError Destroy(HWInterface *intf);
hw_device.h 51 class HWDevice : public HWInterface {
56 // From HWInterface
hw_primary.cpp 66 DisplayError HWPrimary::Create(HWInterface **intf, HWInfoInterface *hw_info_intf,
82 DisplayError HWPrimary::Destroy(HWInterface *intf) {
hw_hdmi.cpp 82 DisplayError HWHDMI::Create(HWInterface **intf, HWInfoInterface *hw_info_intf,
97 DisplayError HWHDMI::Destroy(HWInterface *intf) {
  /hardware/qcom/display/msm8996/sdm/libs/core/
color_manager.h 58 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
78 ColorManagerProxy(DisplayType type, HWInterface *intf, const HWDisplayAttributes &attr,
89 HWInterface *hw_intf_;
hw_interface.h 52 // HWEventHandler - Implemented in DisplayBase and HWInterface implementation
65 class HWInterface {
103 virtual ~HWInterface() { }
color_manager.cpp 102 ColorManagerProxy::ColorManagerProxy(DisplayType type, HWInterface *intf,
108 HWInterface *hw_intf,
123 // 1. need query post-processing feature version from HWInterface.
display_base.h 129 HWInterface *hw_intf_ = NULL;
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
color_manager.h 58 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
78 ColorManagerProxy(DisplayType type, HWInterface *intf, const HWDisplayAttributes &attr,
89 HWInterface *hw_intf_;
hw_interface.h 54 // HWEventHandler - Implemented in DisplayBase and HWInterface implementation
67 class HWInterface {
70 BufferSyncHandler *buffer_sync_handler, HWInterface **intf);
71 static DisplayError Destroy(HWInterface *intf);
109 virtual ~HWInterface() { }
display_virtual.cpp 46 DisplayError error = HWInterface::Create(kVirtual, hw_info_intf_, buffer_sync_handler_,
56 HWInterface::Destroy(hw_intf_);
display_hdmi.cpp 49 DisplayError error = HWInterface::Create(kHDMI, hw_info_intf_, buffer_sync_handler_,
67 HWInterface::Destroy(hw_intf_);
72 HWInterface::Destroy(hw_intf_);
93 HWInterface::Destroy(hw_intf_);
display_primary.cpp 51 DisplayError error = HWInterface::Create(kPrimary, hw_info_intf_, buffer_sync_handler_,
59 HWInterface::Destroy(hw_intf_);
79 HWInterface::Destroy(hw_intf_);
color_manager.cpp 102 ColorManagerProxy::ColorManagerProxy(DisplayType type, HWInterface *intf,
108 HWInterface *hw_intf,
123 // 1. need query post-processing feature version from HWInterface.
display_base.h 133 HWInterface *hw_intf_ = NULL;
display_base.cpp 134 HWInterface::Destroy(hw_intf_);
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_device.h 51 class HWDevice : public HWInterface {
60 // From HWInterface
hw_device.cpp 64 DisplayError HWInterface::Create(DisplayType type, HWInfoInterface *hw_info_intf,
66 HWInterface **intf) {
96 DisplayError HWInterface::Destroy(HWInterface *intf) {
    [all...]

Completed in 400 milliseconds