Searched refs:core_intf (Results 1 - 25 of 36) sorted by relevance

12

/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display_external.h34 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, uint32_t primary_width,
37 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
50 HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
H A Dhwc_display_virtual.h36 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
48 HWCDisplayVirtual(CoreInterface *core_intf, hwc_procs_t const **hwc_procs);
H A Dhwc_display_null.cpp34 int HWCDisplayNull::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, argument
39 HWCDisplayNull *hwc_display_null = new HWCDisplayNull(core_intf, hwc_procs);
60 HWCDisplayNull::HWCDisplayNull(CoreInterface *core_intf, hwc_procs_t const **hwc_procs) argument
61 : HWCDisplay(core_intf, hwc_procs, kPrimary, HWC_DISPLAY_PRIMARY, false, NULL,
H A Dhwc_display_primary.h43 static int Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
60 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
H A Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, argument
44 return Create(core_intf, hwc_procs, 0, 0, qservice, false, hwc_display);
47 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, argument
56 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, hwc_procs, qservice);
102 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, argument
104 : HWCDisplay(core_intf, hwc_procs, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice,
H A Dhwc_display_null.h36 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
98 HWCDisplayNull(CoreInterface *core_intf, hwc_procs_t const **hwc_procs);
H A Dhwc_display_virtual.cpp43 int HWCDisplayVirtual::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, argument
48 HWCDisplayVirtual *hwc_display_virtual = new HWCDisplayVirtual(core_intf, hwc_procs);
98 HWCDisplayVirtual::HWCDisplayVirtual(CoreInterface *core_intf, hwc_procs_t const **hwc_procs) argument
99 : HWCDisplay(core_intf, hwc_procs, kVirtual, HWC_DISPLAY_VIRTUAL, false, NULL,
H A Dhwc_display_primary.cpp44 int HWCDisplayPrimary::Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, argument
51 HWCDisplay *hwc_display_primary = new HWCDisplayPrimary(core_intf, buffer_allocator,
84 HWCDisplayPrimary::HWCDisplayPrimary(CoreInterface *core_intf, argument
88 : HWCDisplay(core_intf, hwc_procs, kPrimary, HWC_DISPLAY_PRIMARY, true, qservice,
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display_external.h39 static int Create(CoreInterface *core_intf, HWCCallbacks *callbacks, uint32_t primary_width,
42 static int Create(CoreInterface *core_intf, HWCCallbacks *callbacks, qService::QService *qservice,
50 HWCDisplayExternal(CoreInterface *core_intf, HWCCallbacks *callbacks,
H A Dhwc_display_virtual.h41 static int Create(CoreInterface *core_intf, HWCCallbacks *callbacks, uint32_t width,
52 HWCDisplayVirtual(CoreInterface *core_intf, HWCCallbacks *callbacks);
H A Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCCallbacks *callbacks, argument
44 return Create(core_intf, callbacks, 0, 0, qservice, false, hwc_display);
47 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCCallbacks *callbacks, argument
55 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, callbacks, qservice);
98 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, HWCCallbacks *callbacks, argument
100 : HWCDisplay(core_intf, callbacks, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice,
H A Dhwc_display_primary.h51 static int Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
71 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
H A Dhwc_display_virtual.cpp43 int HWCDisplayVirtual::Create(CoreInterface *core_intf, HWCCallbacks *callbacks, uint32_t width, argument
46 HWCDisplayVirtual *hwc_display_virtual = new HWCDisplayVirtual(core_intf, callbacks);
90 HWCDisplayVirtual::HWCDisplayVirtual(CoreInterface *core_intf, HWCCallbacks *callbacks) argument
91 : HWCDisplay(core_intf, callbacks, kVirtual, HWC_DISPLAY_VIRTUAL, false, NULL,
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display_external.h39 static int Create(CoreInterface *core_intf, HWCCallbacks *callbacks, uint32_t primary_width,
42 static int Create(CoreInterface *core_intf, HWCCallbacks *callbacks, qService::QService *qservice,
50 HWCDisplayExternal(CoreInterface *core_intf, HWCCallbacks *callbacks,
H A Dhwc_display_virtual.h41 static int Create(CoreInterface *core_intf, HWCCallbacks *callbacks, uint32_t width,
52 HWCDisplayVirtual(CoreInterface *core_intf, HWCCallbacks *callbacks);
H A Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCCallbacks *callbacks, argument
44 return Create(core_intf, callbacks, 0, 0, qservice, false, hwc_display);
47 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCCallbacks *callbacks, argument
55 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, callbacks, qservice);
98 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, HWCCallbacks *callbacks, argument
100 : HWCDisplay(core_intf, callbacks, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice,
H A Dhwc_display_primary.h51 static int Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
72 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
H A Dhwc_display_virtual.cpp43 int HWCDisplayVirtual::Create(CoreInterface *core_intf, HWCCallbacks *callbacks, uint32_t width, argument
46 HWCDisplayVirtual *hwc_display_virtual = new HWCDisplayVirtual(core_intf, callbacks);
90 HWCDisplayVirtual::HWCDisplayVirtual(CoreInterface *core_intf, HWCCallbacks *callbacks) argument
91 : HWCDisplay(core_intf, callbacks, kVirtual, HWC_DISPLAY_VIRTUAL, false, NULL,
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_display_virtual.h36 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
48 HWCDisplayVirtual(CoreInterface *core_intf, hwc_procs_t const **hwc_procs);
H A Dhwc_display_null.cpp34 int HWCDisplayNull::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, argument
39 HWCDisplayNull *hwc_display_null = new HWCDisplayNull(core_intf, hwc_procs);
60 HWCDisplayNull::HWCDisplayNull(CoreInterface *core_intf, hwc_procs_t const **hwc_procs) argument
61 : HWCDisplay(core_intf, hwc_procs, kPrimary, HWC_DISPLAY_PRIMARY, false, NULL,
H A Dhwc_display_external.h34 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, uint32_t primary_width,
37 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
52 HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
H A Dhwc_display_primary.h35 static int Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
53 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
H A Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, argument
44 return Create(core_intf, hwc_procs, 0, 0, qservice, false, hwc_display);
47 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, argument
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, hwc_procs, qservice);
107 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, argument
109 : HWCDisplay(core_intf, hwc_procs, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice,
H A Dhwc_display_null.h36 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
98 HWCDisplayNull(CoreInterface *core_intf, hwc_procs_t const **hwc_procs);
H A Dhwc_display_virtual.cpp43 int HWCDisplayVirtual::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, argument
48 HWCDisplayVirtual *hwc_display_virtual = new HWCDisplayVirtual(core_intf, hwc_procs);
98 HWCDisplayVirtual::HWCDisplayVirtual(CoreInterface *core_intf, hwc_procs_t const **hwc_procs) argument
99 : HWCDisplay(core_intf, hwc_procs, kVirtual, HWC_DISPLAY_VIRTUAL, false, NULL,

Completed in 65 milliseconds

12