/hardware/qcom/display/msm8998/sdm/libs/hwc/ |
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()
|
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,
|
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()
|
D | hwc_display_virtual.h | 36 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, 48 HWCDisplayVirtual(CoreInterface *core_intf, hwc_procs_t const **hwc_procs);
|
D | hwc_display_primary.h | 35 static int Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, 53 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
|
D | hwc_display_virtual.cpp | 43 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()
|
D | hwc_display_null.h | 36 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, 98 HWCDisplayNull(CoreInterface *core_intf, hwc_procs_t const **hwc_procs);
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
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()
|
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,
|
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()
|
D | hwc_display_virtual.h | 36 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, 48 HWCDisplayVirtual(CoreInterface *core_intf, hwc_procs_t const **hwc_procs);
|
D | hwc_display_primary.h | 43 static int Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, 60 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
|
D | hwc_display_virtual.cpp | 43 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()
|
D | hwc_display_null.h | 36 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, 98 HWCDisplayNull(CoreInterface *core_intf, hwc_procs_t const **hwc_procs);
|
D | hwc_display_primary.cpp | 44 int HWCDisplayPrimary::Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, in Create() argument 51 HWCDisplay *hwc_display_primary = new HWCDisplayPrimary(core_intf, buffer_allocator, in Create() 84 HWCDisplayPrimary::HWCDisplayPrimary(CoreInterface *core_intf, in HWCDisplayPrimary() argument 88 : HWCDisplay(core_intf, hwc_procs, kPrimary, HWC_DISPLAY_PRIMARY, true, qservice, in HWCDisplayPrimary()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_display_external.h | 39 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,
|
D | hwc_display_external.cpp | 42 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCCallbacks *callbacks, in Create() argument 44 return Create(core_intf, callbacks, 0, 0, qservice, false, hwc_display); in Create() 47 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCCallbacks *callbacks, in Create() argument 55 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, callbacks, qservice); in Create() 98 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, HWCCallbacks *callbacks, in HWCDisplayExternal() argument 100 : HWCDisplay(core_intf, callbacks, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice, in HWCDisplayExternal()
|
D | hwc_display_virtual.h | 41 static int Create(CoreInterface *core_intf, HWCCallbacks *callbacks, uint32_t width, 52 HWCDisplayVirtual(CoreInterface *core_intf, HWCCallbacks *callbacks);
|
D | hwc_display_virtual.cpp | 43 int HWCDisplayVirtual::Create(CoreInterface *core_intf, HWCCallbacks *callbacks, uint32_t width, in Create() argument 46 HWCDisplayVirtual *hwc_display_virtual = new HWCDisplayVirtual(core_intf, callbacks); in Create() 90 HWCDisplayVirtual::HWCDisplayVirtual(CoreInterface *core_intf, HWCCallbacks *callbacks) in HWCDisplayVirtual() argument 91 : HWCDisplay(core_intf, callbacks, kVirtual, HWC_DISPLAY_VIRTUAL, false, NULL, in HWCDisplayVirtual()
|
D | hwc_display_primary.h | 51 static int Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, 72 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_display_external.h | 39 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,
|
D | hwc_display_external.cpp | 42 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCCallbacks *callbacks, in Create() argument 44 return Create(core_intf, callbacks, 0, 0, qservice, false, hwc_display); in Create() 47 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCCallbacks *callbacks, in Create() argument 55 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, callbacks, qservice); in Create() 98 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, HWCCallbacks *callbacks, in HWCDisplayExternal() argument 100 : HWCDisplay(core_intf, callbacks, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice, in HWCDisplayExternal()
|
D | hwc_display_virtual.h | 41 static int Create(CoreInterface *core_intf, HWCCallbacks *callbacks, uint32_t width, 52 HWCDisplayVirtual(CoreInterface *core_intf, HWCCallbacks *callbacks);
|
D | hwc_display_virtual.cpp | 43 int HWCDisplayVirtual::Create(CoreInterface *core_intf, HWCCallbacks *callbacks, uint32_t width, in Create() argument 46 HWCDisplayVirtual *hwc_display_virtual = new HWCDisplayVirtual(core_intf, callbacks); in Create() 90 HWCDisplayVirtual::HWCDisplayVirtual(CoreInterface *core_intf, HWCCallbacks *callbacks) in HWCDisplayVirtual() argument 91 : HWCDisplay(core_intf, callbacks, kVirtual, HWC_DISPLAY_VIRTUAL, false, NULL, in HWCDisplayVirtual()
|
D | hwc_display_primary.h | 51 static int Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, 71 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
|