Searched refs:buffer_allocator (Results 1 - 25 of 95) sorted by relevance

1234

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A 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,
H A Dhwc_display_virtual.h41 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
53 HWCDisplayVirtual(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
H A Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, argument
45 return Create(core_intf, buffer_allocator, callbacks, 0, 0, qservice, false, hwc_display);
48 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, argument
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, buffer_allocator, callbacks,
102 HWCBufferAllocator *buffer_allocator,
106 DISPLAY_CLASS_EXTERNAL, buffer_allocator) {
101 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, HWCCallbacks *callbacks, qService::QService *qservice) argument
/hardware/qcom/display/sdm845/sdm/libs/hwc2/
H A 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,
H A 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/include/private/
H A Dpartial_update_interface.h29 #include <core/buffer_allocator.h>
H A Drotator_interface.h29 #include <core/buffer_allocator.h>
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dcore_interface.cpp56 BufferAllocator *buffer_allocator,
59 return CreateCore(debug_handler, buffer_allocator, buffer_sync_handler, NULL,
64 BufferAllocator *buffer_allocator,
70 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) {
93 core_impl = new CoreImpl(buffer_allocator, buffer_sync_handler, socket_handler);
55 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, CoreInterface **interface, uint32_t client_version) argument
63 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, SocketHandler *socket_handler, CoreInterface **interface, uint32_t client_version) argument
H A Dstrategy.h30 #include <core/buffer_allocator.h>
36 Strategy(ExtensionInterface *extension_intf, BufferAllocator *buffer_allocator,
/hardware/qcom/display/sdm845/sdm/libs/core/
H A Dcore_interface.cpp56 BufferAllocator *buffer_allocator,
59 return CreateCore(debug_handler, buffer_allocator, buffer_sync_handler, NULL,
64 BufferAllocator *buffer_allocator,
70 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) {
93 core_impl = new CoreImpl(buffer_allocator, buffer_sync_handler, socket_handler);
55 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, CoreInterface **interface, uint32_t client_version) argument
63 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, SocketHandler *socket_handler, CoreInterface **interface, uint32_t client_version) argument
H A Dhw_interface.cpp49 BufferAllocator *buffer_allocator, HWInterface **intf) {
60 hw = new HWDeviceDRM(buffer_sync_handler, buffer_allocator, hw_info_intf);
76 hw = new HWVirtualDRM(buffer_sync_handler, buffer_allocator, hw_info_intf);
47 Create(DisplayType type, HWInfoInterface *hw_info_intf, BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator, HWInterface **intf) argument
H A Dstrategy.h30 #include <core/buffer_allocator.h>
36 Strategy(ExtensionInterface *extension_intf, BufferAllocator *buffer_allocator,
/hardware/qcom/display/msm8998/sdm/include/private/
H A Dpartial_update_interface.h29 #include <core/buffer_allocator.h>
H A Dextension_interface.h63 virtual DisplayError CreateStrategyExtn(DisplayType type, BufferAllocator *buffer_allocator,
73 BufferAllocator *buffer_allocator,
/hardware/qcom/display/sdm845/sdm/include/private/
H A Dpartial_update_interface.h29 #include <core/buffer_allocator.h>
H A Dextension_interface.h63 virtual DisplayError CreateStrategyExtn(DisplayType type, BufferAllocator *buffer_allocator,
72 BufferAllocator *buffer_allocator,
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dcore_interface.cpp56 BufferAllocator *buffer_allocator,
61 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) {
84 core_impl = new CoreImpl(buffer_allocator, buffer_sync_handler);
55 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, CoreInterface **interface, uint32_t client_version) argument
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A 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,
H A Dhwc_display_virtual.h41 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
53 HWCDisplayVirtual(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
H A Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, argument
45 return Create(core_intf, buffer_allocator, callbacks, 0, 0, qservice, false, hwc_display);
48 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, argument
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, buffer_allocator, callbacks,
102 HWCBufferAllocator *buffer_allocator,
106 DISPLAY_CLASS_EXTERNAL, buffer_allocator) {
101 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, HWCCallbacks *callbacks, qService::QService *qservice) argument
/hardware/qcom/display/msm8998/sdm/include/core/
H A Dcore_interface.h44 #include "buffer_allocator.h"
123 @param[in] buffer_allocator \link BufferAllocator \endlink
132 static DisplayError CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator,
144 @param[in] buffer_allocator \link BufferAllocator \endlink
154 static DisplayError CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator,
/hardware/qcom/display/sdm845/sdm/include/core/
H A Dcore_interface.h44 #include "buffer_allocator.h"
123 @param[in] buffer_allocator \link BufferAllocator \endlink
132 static DisplayError CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator,
144 @param[in] buffer_allocator \link BufferAllocator \endlink
154 static DisplayError CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator,
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dcore_interface.h44 #include "buffer_allocator.h"
122 @param[in] buffer_allocator \link BufferAllocator \endlink
131 static DisplayError CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator,
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display_primary.h43 static int Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
60 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
/hardware/qcom/display/sdm845/sdm/libs/hwc/
H A Dhwc_display_primary.h35 static int Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
54 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,

Completed in 263 milliseconds

1234