Home
last modified time | relevance | path

Searched refs:core_intf (Results 1 – 25 of 46) sorted by relevance

12

/hardware/qcom/display/sdm845/sdm/libs/hwc/
Dhwc_display_null.cpp34 int HWCDisplayNull::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in Create() argument
39 HWCDisplayNull *hwc_display_null = new HWCDisplayNull(core_intf, hwc_procs); in Create()
60 HWCDisplayNull::HWCDisplayNull(CoreInterface *core_intf, hwc_procs_t const **hwc_procs) in HWCDisplayNull() argument
61 : HWCDisplay(core_intf, hwc_procs, kPrimary, HWC_DISPLAY_PRIMARY, false, NULL, in HWCDisplayNull()
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,
Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in Create() argument
44 return Create(core_intf, hwc_procs, 0, 0, qservice, false, hwc_display); in Create()
47 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in Create() argument
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, hwc_procs, qservice); in Create()
107 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in HWCDisplayExternal() argument
109 : HWCDisplay(core_intf, hwc_procs, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice, in HWCDisplayExternal()
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);
Dhwc_display_external_test.h37 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
78 HWCDisplayExternalTest(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
Dhwc_display_primary.h35 static int Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
54 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
Dhwc_display_virtual.cpp43 int HWCDisplayVirtual::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in Create() argument
48 HWCDisplayVirtual *hwc_display_virtual = new HWCDisplayVirtual(core_intf, hwc_procs); in Create()
98 HWCDisplayVirtual::HWCDisplayVirtual(CoreInterface *core_intf, hwc_procs_t const **hwc_procs) in HWCDisplayVirtual() argument
99 : HWCDisplay(core_intf, hwc_procs, kVirtual, HWC_DISPLAY_VIRTUAL, false, NULL, in HWCDisplayVirtual()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_null.cpp34 int HWCDisplayNull::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in Create() argument
39 HWCDisplayNull *hwc_display_null = new HWCDisplayNull(core_intf, hwc_procs); in Create()
60 HWCDisplayNull::HWCDisplayNull(CoreInterface *core_intf, hwc_procs_t const **hwc_procs) in HWCDisplayNull() argument
61 : HWCDisplay(core_intf, hwc_procs, kPrimary, HWC_DISPLAY_PRIMARY, false, NULL, in HWCDisplayNull()
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,
Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in Create() argument
44 return Create(core_intf, hwc_procs, 0, 0, qservice, false, hwc_display); in Create()
47 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in Create() argument
56 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, hwc_procs, qservice); in Create()
102 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in HWCDisplayExternal() argument
104 : HWCDisplay(core_intf, hwc_procs, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice, in HWCDisplayExternal()
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);
Dhwc_display_primary.h43 static int Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
60 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
Dhwc_display_virtual.cpp43 int HWCDisplayVirtual::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in Create() argument
48 HWCDisplayVirtual *hwc_display_virtual = new HWCDisplayVirtual(core_intf, hwc_procs); in Create()
98 HWCDisplayVirtual::HWCDisplayVirtual(CoreInterface *core_intf, hwc_procs_t const **hwc_procs) in HWCDisplayVirtual() argument
99 : HWCDisplay(core_intf, hwc_procs, kVirtual, HWC_DISPLAY_VIRTUAL, false, NULL, in HWCDisplayVirtual()
/hardware/qcom/display/sdm845/sdm/libs/hwc2/
Dhwc_display_external.h39 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
43 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
52 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create() argument
45 return Create(core_intf, buffer_allocator, callbacks, 0, 0, qservice, false, hwc_display); in Create()
48 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create() argument
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, buffer_allocator, callbacks, in Create()
101 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, in HWCDisplayExternal() argument
105 : HWCDisplay(core_intf, callbacks, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice, in HWCDisplayExternal()
Dhwc_display_virtual.h41 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
53 HWCDisplayVirtual(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
Dhwc_display_virtual.cpp45 int HWCDisplayVirtual::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create() argument
49 HWCDisplayVirtual *hwc_display_virtual = new HWCDisplayVirtual(core_intf, buffer_allocator, in Create()
94 HWCDisplayVirtual::HWCDisplayVirtual(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in HWCDisplayVirtual() argument
96 : HWCDisplay(core_intf, callbacks, kVirtual, HWC_DISPLAY_VIRTUAL, false, NULL, in HWCDisplayVirtual()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display_external.h39 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
43 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
52 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create() argument
45 return Create(core_intf, buffer_allocator, callbacks, 0, 0, qservice, false, hwc_display); in Create()
48 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create() argument
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, buffer_allocator, callbacks, in Create()
101 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, in HWCDisplayExternal() argument
105 : HWCDisplay(core_intf, callbacks, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice, in HWCDisplayExternal()
Dhwc_display_virtual.h41 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
53 HWCDisplayVirtual(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
Dhwc_display_virtual.cpp45 int HWCDisplayVirtual::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create() argument
49 HWCDisplayVirtual *hwc_display_virtual = new HWCDisplayVirtual(core_intf, buffer_allocator, in Create()
94 HWCDisplayVirtual::HWCDisplayVirtual(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in HWCDisplayVirtual() argument
96 : HWCDisplay(core_intf, callbacks, kVirtual, HWC_DISPLAY_VIRTUAL, false, NULL, in HWCDisplayVirtual()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create() argument
45 return Create(core_intf, buffer_allocator, callbacks, 0, 0, qservice, false, hwc_display); in Create()
48 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create() argument
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, buffer_allocator, callbacks, in Create()
101 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, in HWCDisplayExternal() argument
105 : HWCDisplay(core_intf, callbacks, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice, in HWCDisplayExternal()
Dhwc_display_external.h39 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
43 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
52 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
Dhwc_display_virtual.h41 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
53 HWCDisplayVirtual(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
Dhwc_display_virtual.cpp45 int HWCDisplayVirtual::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create() argument
49 HWCDisplayVirtual *hwc_display_virtual = new HWCDisplayVirtual(core_intf, buffer_allocator, in Create()
94 HWCDisplayVirtual::HWCDisplayVirtual(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in HWCDisplayVirtual() argument
96 : HWCDisplay(core_intf, callbacks, kVirtual, HWC_DISPLAY_VIRTUAL, false, NULL, in HWCDisplayVirtual()

12