Home
last modified time | relevance | path

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

12345678

/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()
Dhw_interface.cpp48 BufferAllocator *buffer_allocator, HWInterface **intf) { in Create() argument
59 hw = new HWDeviceDRM(buffer_sync_handler, buffer_allocator, hw_info_intf); in Create()
/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/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/sdm845/display/sdm/libs/core/
Dhw_interface.cpp48 BufferAllocator *buffer_allocator, HWInterface **intf) { in Create() argument
58 hw = new HWPeripheralDRM(buffer_sync_handler, buffer_allocator, hw_info_intf); in Create()
65 hw = new HWTVDRM(buffer_sync_handler, buffer_allocator, hw_info_intf); in Create()
72 hw = new HWVirtualDRM(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/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()
Ddisplay_virtual.cpp38 BufferAllocator *buffer_allocator, CompManager *comp_manager) in DisplayVirtual() argument
39 : DisplayBase(kVirtual, event_handler, kDeviceVirtual, buffer_sync_handler, buffer_allocator, in DisplayVirtual()
46 BufferAllocator *buffer_allocator, CompManager *comp_manager) in DisplayVirtual() argument
48 buffer_allocator, comp_manager, hw_info_intf) {} in DisplayVirtual()
/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/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/sdm845/display/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,
55 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()
/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/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/msm8909w_3100/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,

12345678