/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_display_virtual_factory.cpp | 38 int HWCVirtualDisplayFactory::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create() argument 43 DisplayError error = core_intf->GetMaxDisplaysSupported(kVirtual, &supported_virtual_displays); in Create() 51 hwc_display_virtual = new HWCDisplayVirtualDPU(core_intf, buffer_allocator, callbacks, id, in Create() 55 hwc_display_virtual = new HWCDisplayVirtualGPU(core_intf, buffer_allocator, callbacks, id, in Create()
|
H A D | hwc_display_dummy.cpp | 37 int HWCDisplayDummy::Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, in Create() argument 41 HWCDisplay *hwc_display_dummy = new HWCDisplayDummy(core_intf, buffer_allocator, callbacks, in Create() 66 HWCDisplayDummy::HWCDisplayDummy(CoreInterface *core_intf, BufferAllocator *buffer_allocator, in HWCDisplayDummy() argument 69 int32_t sdm_id) :HWCDisplay(core_intf, buffer_allocator, in HWCDisplayDummy()
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
H A D | hwc_display_external.cpp | 42 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()
|
H A D | hwc_display_external.h | 39 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,
|
H A D | hwc_display_virtual.cpp | 45 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()
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
H A D | hwc_display_external.cpp | 42 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()
|
H A D | hwc_display_external.h | 39 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,
|
H A D | hwc_display_virtual.cpp | 45 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()
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
H A D | hwc_display_null.cpp | 34 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()
|
H A D | hwc_display_external.h | 34 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 D | hwc_display_external.cpp | 42 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()
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
H A D | hwc_display_null.cpp | 34 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()
|
H A D | hwc_display_external.h | 34 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 D | hwc_display_external.cpp | 42 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()
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
H A D | hwc_display_null.cpp | 34 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()
|
H A D | hwc_display_external.cpp | 42 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()
|
H A D | hwc_display_external.h | 34 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,
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | hwc_display_dummy.cpp | 37 int HWCDisplayDummy::Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, in Create() argument 41 HWCDisplay *hwc_display_dummy = new HWCDisplayDummy(core_intf, buffer_allocator, callbacks, in Create() 62 HWCDisplayDummy::HWCDisplayDummy(CoreInterface *core_intf, BufferAllocator *buffer_allocator, in HWCDisplayDummy() argument 65 int32_t sdm_id) :HWCDisplay(core_intf, buffer_allocator, in HWCDisplayDummy()
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
H A D | hwc_display_external.cpp | 42 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() 102 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, in HWCDisplayExternal() argument 106 : HWCDisplay(core_intf, callbacks, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice, in HWCDisplayExternal()
|
H A D | hwc_display_external.h | 40 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, 44 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, 54 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
H A D | hwc_display_external.cpp | 42 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() 102 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, in HWCDisplayExternal() argument 106 : HWCDisplay(core_intf, callbacks, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice, in HWCDisplayExternal()
|
H A D | hwc_display_external.h | 40 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, 44 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, 54 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
|
H A D | hwc_display_virtual.cpp | 45 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()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
H A D | hwc_display_external.cpp | 42 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() 102 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, in HWCDisplayExternal() argument 106 : HWCDisplay(core_intf, callbacks, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice, in HWCDisplayExternal()
|
H A D | hwc_display_external.h | 40 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, 44 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, 55 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
|