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

  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_virtual.cpp 38 : HWDevice(buffer_sync_handler) {
39 HWDevice::device_type_ = kDeviceVirtual;
40 HWDevice::device_name_ = "Virtual Display Device";
41 HWDevice::hw_info_intf_ = hw_info_intf;
45 return HWDevice::Init();
49 HWDevice::ResetDisplayParams();
50 return HWDevice::Validate(hw_layers);
hw_virtual.h 32 class HWVirtual : public HWDevice {
hw_device.cpp 56 #define __CLASS__ "HWDevice"
68 HWDevice *hw = nullptr;
97 HWDevice *hw = static_cast<HWDevice *>(intf);
104 HWDevice::HWDevice(BufferSyncHandler *buffer_sync_handler)
109 DisplayError HWDevice::Init() {
150 DisplayError HWDevice::Deinit() {
161 DisplayError HWDevice::GetActiveConfig(uint32_t *active_config) {
166 DisplayError HWDevice::GetNumDisplayAttributes(uint32_t *count)
    [all...]
hw_device.h 51 class HWDevice : public HWInterface {
53 virtual ~HWDevice() {}
58 explicit HWDevice(BufferSyncHandler *buffer_sync_handler);
hw_primary.cpp 75 : HWDevice(buffer_sync_handler) {
76 HWDevice::device_type_ = kDevicePrimary;
77 HWDevice::device_name_ = "Primary Display Device";
78 HWDevice::hw_info_intf_ = hw_info_intf;
84 error = HWDevice::Init();
326 return HWDevice::GetConfigIndex(mode, index);
360 HWDevice::ResetDisplayParams();
407 return HWDevice::Validate(hw_layers);
433 DisplayError ret = HWDevice::Commit(hw_layers);
470 return HWDevice::SetVSyncState(enable)
    [all...]
hw_primary.h 36 class HWPrimary : public HWDevice {
hw_hdmi.h 38 class HWHDMI : public HWDevice {
hw_hdmi.cpp 83 : HWDevice(buffer_sync_handler), hw_scan_info_(), active_config_index_(0) {
84 HWDevice::device_type_ = kDeviceHDMI;
85 HWDevice::device_name_ = "HDMI Display Device";
86 HWDevice::hw_info_intf_ = hw_info_intf;
95 error = HWDevice::Init();
325 HWDevice::ResetDisplayParams();
326 return HWDevice::Validate(hw_layers);
554 length = HWDevice::SysFsWrite(sys_fs_path, property_value,
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_virtual.cpp 62 : HWDevice(buffer_sync_handler) {
63 HWDevice::device_type_ = kDeviceVirtual;
64 HWDevice::device_name_ = "Virtual Display Device";
65 HWDevice::hw_info_intf_ = hw_info_intf;
69 return HWDevice::Init();
73 HWDevice::ResetDisplayParams();
74 return HWDevice::Validate(hw_layers);
hw_device.cpp 53 #define __CLASS__ "HWDevice"
61 HWDevice::HWDevice(BufferSyncHandler *buffer_sync_handler)
66 DisplayError HWDevice::Init() {
92 DisplayError HWDevice::Deinit() {
103 DisplayError HWDevice::GetActiveConfig(uint32_t *active_config) {
108 DisplayError HWDevice::GetNumDisplayAttributes(uint32_t *count) {
113 DisplayError HWDevice::GetDisplayAttributes(uint32_t index,
118 DisplayError HWDevice::GetHWPanelInfo(HWPanelInfo *panel_info) {
123 DisplayError HWDevice::SetDisplayAttributes(uint32_t index)
    [all...]
hw_virtual.h 32 class HWVirtual : public HWDevice {
hw_primary.cpp 91 : HWDevice(buffer_sync_handler) {
92 HWDevice::device_type_ = kDevicePrimary;
93 HWDevice::device_name_ = "Primary Display Device";
94 HWDevice::hw_info_intf_ = hw_info_intf;
100 error = HWDevice::Init();
192 return HWDevice::Deinit();
343 return HWDevice::GetConfigIndex(mode, index);
377 HWDevice::ResetDisplayParams();
420 return HWDevice::Validate(hw_layers);
446 DisplayError ret = HWDevice::Commit(hw_layers)
    [all...]
hw_device.h 51 class HWDevice : public HWInterface {
53 explicit HWDevice(BufferSyncHandler *buffer_sync_handler);
54 virtual ~HWDevice() {}
92 // For HWDevice derivatives
hw_hdmi.h 38 class HWHDMI : public HWDevice {
hw_primary.h 38 class HWPrimary : public HWDevice {
hw_hdmi.cpp 106 : HWDevice(buffer_sync_handler), hw_scan_info_(), active_config_index_(0) {
107 HWDevice::device_type_ = kDeviceHDMI;
108 HWDevice::device_name_ = "HDMI Display Device";
109 HWDevice::hw_info_intf_ = hw_info_intf;
118 error = HWDevice::Init();
159 return HWDevice::Deinit();
350 HWDevice::ResetDisplayParams();
351 return HWDevice::Validate(hw_layers);
579 length = HWDevice::SysFsWrite(sys_fs_path, property_value,

Completed in 1957 milliseconds