Home
last modified time | relevance | path

Searched refs:buffer_allocator (Results 1 – 25 of 207) sorted by relevance

123456789

/hardware/qcom/sm7250/display/sdm/libs/core/
Dhw_interface.cpp46 BufferAllocator *buffer_allocator, HWInterface **intf) { in Create() argument
53 hw = new HWPeripheralDRM(display_id, buffer_allocator, hw_info_intf); in Create()
56 hw = new HWTVDRM(display_id, buffer_allocator, hw_info_intf); in Create()
59 hw = new HWVirtualDRM(display_id, buffer_allocator, hw_info_intf); in Create()
Dcore_interface.cpp54 DisplayError CoreInterface::CreateCore(BufferAllocator *buffer_allocator, in CreateCore() argument
60 if (!buffer_allocator || !interface) { in CreateCore()
81 core_impl = new CoreImpl(buffer_allocator, socket_handler); in CreateCore()
/hardware/qcom/display/msm8998/sdm/libs/core/
Dcore_interface.cpp56 BufferAllocator *buffer_allocator, in CreateCore() argument
59 return CreateCore(debug_handler, buffer_allocator, buffer_sync_handler, NULL, in CreateCore()
64 BufferAllocator *buffer_allocator, in CreateCore() argument
70 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) { in CreateCore()
93 core_impl = new CoreImpl(buffer_allocator, buffer_sync_handler, socket_handler); in CreateCore()
/hardware/qcom/display/msm8909/sdm/libs/core/
Dcore_interface.cpp56 BufferAllocator *buffer_allocator, in CreateCore() argument
59 return CreateCore(debug_handler, buffer_allocator, buffer_sync_handler, NULL, in CreateCore()
64 BufferAllocator *buffer_allocator, in CreateCore() argument
70 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) { in CreateCore()
93 core_impl = new CoreImpl(buffer_allocator, buffer_sync_handler, socket_handler); in CreateCore()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Dcore_interface.cpp56 BufferAllocator *buffer_allocator, in CreateCore() argument
59 return CreateCore(debug_handler, buffer_allocator, buffer_sync_handler, NULL, in CreateCore()
64 BufferAllocator *buffer_allocator, in CreateCore() argument
70 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) { in CreateCore()
93 core_impl = new CoreImpl(buffer_allocator, buffer_sync_handler, socket_handler); in CreateCore()
/hardware/qcom/sm8150/display/sdm/libs/core/
Dhw_interface.cpp49 BufferAllocator *buffer_allocator, HWInterface **intf) { in Create() argument
59 hw = new HWPeripheralDRM(display_id, buffer_sync_handler, buffer_allocator, hw_info_intf); in Create()
66 hw = new HWTVDRM(display_id, buffer_sync_handler, buffer_allocator, hw_info_intf); in Create()
73 hw = new HWVirtualDRM(display_id, buffer_sync_handler, buffer_allocator, hw_info_intf); in Create()
Dcore_interface.cpp54 DisplayError CoreInterface::CreateCore(BufferAllocator *buffer_allocator, in CreateCore() argument
60 if (!buffer_allocator || !buffer_sync_handler || !interface) { in CreateCore()
81 core_impl = new CoreImpl(buffer_allocator, buffer_sync_handler, socket_handler); in CreateCore()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_dummy.cpp37 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()
Dhwc_display_dummy.h40 static int Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
50 HWCDisplayDummy(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
/hardware/qcom/display/msm8998/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()
102 HWCBufferAllocator *buffer_allocator, in HWCDisplayExternal() argument
106 DISPLAY_CLASS_EXTERNAL, buffer_allocator) { in HWCDisplayExternal()
Dhwc_display_virtual.h41 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
53 HWCDisplayVirtual(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
/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()
102 HWCBufferAllocator *buffer_allocator, in HWCDisplayExternal() argument
106 DISPLAY_CLASS_EXTERNAL, buffer_allocator) { in HWCDisplayExternal()
Dhwc_display_virtual.h41 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
53 HWCDisplayVirtual(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_display_external.h40 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,
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()
103 HWCBufferAllocator *buffer_allocator, in HWCDisplayExternal() argument
107 DISPLAY_CLASS_EXTERNAL, buffer_allocator) { in HWCDisplayExternal()
Dhwc_display_virtual.h41 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
53 HWCDisplayVirtual(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display_external.h40 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,
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()
103 HWCBufferAllocator *buffer_allocator, in HWCDisplayExternal() argument
107 DISPLAY_CLASS_EXTERNAL, buffer_allocator) { in HWCDisplayExternal()
Dhwc_display_virtual.h41 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
53 HWCDisplayVirtual(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
/hardware/qcom/sm7250/display/composer/
Dhwc_display_virtual_factory.cpp38 int HWCVirtualDisplayFactory::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create() argument
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()
Dhwc_display_dummy.cpp37 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()
/hardware/qcom/display/msm8996/sdm/libs/core/
Dcore_interface.cpp56 BufferAllocator *buffer_allocator, in CreateCore() argument
61 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) { in CreateCore()
84 core_impl = new CoreImpl(buffer_allocator, buffer_sync_handler); in CreateCore()
/hardware/qcom/display/msm8998/sdm/include/core/
Dcore_interface.h132 static DisplayError CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator,
154 static DisplayError CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator,

123456789