Searched refs:buffer_allocator (Results 1 – 9 of 9) sorted by relevance
| /hardware/qcom/display/msm8996/sdm/libs/core/ |
| D | core_interface.cpp | 56 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()
|
| D | core_impl.cpp | 41 CoreImpl::CoreImpl(BufferAllocator *buffer_allocator, in CoreImpl() argument 43 : buffer_allocator_(buffer_allocator), buffer_sync_handler_(buffer_sync_handler) { in CoreImpl()
|
| D | core_impl.h | 48 CoreImpl(BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler);
|
| /hardware/qcom/display/msm8996/sdm/libs/hwc/ |
| 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_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() 85 BufferAllocator *buffer_allocator, in HWCDisplayPrimary() argument 89 DISPLAY_CLASS_PRIMARY), buffer_allocator_(buffer_allocator) { in HWCDisplayPrimary()
|
| /hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
| D | hwc_display_primary.h | 51 static int Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, 71 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
|
| D | hwc_display_primary.cpp | 48 int HWCDisplayPrimary::Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, in Create() argument 56 new HWCDisplayPrimary(core_intf, buffer_allocator, callbacks, qservice); in Create() 88 HWCDisplayPrimary::HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator, in HWCDisplayPrimary() argument 92 buffer_allocator_(buffer_allocator), in HWCDisplayPrimary()
|
| /hardware/qcom/display/msm8996/sdm/include/core/ |
| D | core_interface.h | 131 static DisplayError CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator,
|
| /hardware/qcom/display/msm8996/sdm/include/private/ |
| D | extension_interface.h | 75 BufferAllocator *buffer_allocator,
|