/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | hw_interface.cpp | 47 BufferSyncHandler *buffer_sync_handler, in Create() argument 56 hw = new HWPrimary(buffer_sync_handler, hw_info_intf); in Create() 59 hw = new HWDeviceDRM(buffer_sync_handler, hw_info_intf); in Create() 65 hw = new HWHDMI(buffer_sync_handler, hw_info_intf); in Create() 72 hw = new HWVirtual(buffer_sync_handler, hw_info_intf); in Create()
|
D | core_interface.cpp | 57 BufferSyncHandler *buffer_sync_handler, in CreateCore() argument 59 return CreateCore(debug_handler, buffer_allocator, buffer_sync_handler, NULL, in CreateCore() 65 BufferSyncHandler *buffer_sync_handler, 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()
|
D | display_virtual.cpp | 37 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager) in DisplayVirtual() argument 38 : DisplayBase(kVirtual, event_handler, kDeviceVirtual, buffer_sync_handler, comp_manager, in DisplayVirtual()
|
D | core_impl.cpp | 42 BufferSyncHandler *buffer_sync_handler, in CoreImpl() argument 44 : buffer_allocator_(buffer_allocator), buffer_sync_handler_(buffer_sync_handler), in CoreImpl()
|
D | core_impl.h | 45 CoreImpl(BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler,
|
D | display_virtual.h | 39 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager);
|
D | display_hdmi.h | 42 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager);
|
D | display_primary.h | 41 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager);
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_virtual.cpp | 38 BufferSyncHandler *buffer_sync_handler) { in Create() argument 42 hw_virtual = new HWVirtual(buffer_sync_handler, hw_info_intf); in Create() 61 HWVirtual::HWVirtual(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf) in HWVirtual() argument 62 : HWDevice(buffer_sync_handler) { in HWVirtual()
|
D | hw_virtual.h | 35 BufferSyncHandler *buffer_sync_handler); 45 HWVirtual(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf);
|
D | hw_hdmi.h | 41 BufferSyncHandler *buffer_sync_handler); 57 HWHDMI(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf);
|
D | hw_primary.h | 41 BufferSyncHandler *buffer_sync_handler); 45 HWPrimary(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf);
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | core_interface.cpp | 57 BufferSyncHandler *buffer_sync_handler, 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 | display_virtual.cpp | 38 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager, in DisplayVirtual() argument 40 : DisplayBase(kVirtual, event_handler, kDeviceVirtual, buffer_sync_handler, comp_manager, in DisplayVirtual()
|
D | core_impl.cpp | 42 BufferSyncHandler *buffer_sync_handler) in CoreImpl() argument 43 : buffer_allocator_(buffer_allocator), buffer_sync_handler_(buffer_sync_handler) { in CoreImpl()
|
D | display_virtual.h | 39 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager,
|
D | core_impl.h | 48 CoreImpl(BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler);
|
D | display_hdmi.h | 41 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager,
|
D | display_primary.h | 40 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager,
|
/hardware/qcom/display/msm8998/sdm/include/core/ |
D | core_interface.h | 133 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface, 155 BufferSyncHandler *buffer_sync_handler,
|
/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
D | hw_virtual.cpp | 37 HWVirtual::HWVirtual(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf) in HWVirtual() argument 38 : HWDevice(buffer_sync_handler) { in HWVirtual()
|
D | hw_virtual.h | 34 HWVirtual(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf);
|
/hardware/qcom/display/msm8996/sdm/include/private/ |
D | extension_interface.h | 71 BufferSyncHandler *buffer_sync_handler) = 0; 76 BufferSyncHandler *buffer_sync_handler,
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
D | core_interface.h | 132 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface,
|
/hardware/qcom/display/msm8998/sdm/include/private/ |
D | extension_interface.h | 74 BufferSyncHandler *buffer_sync_handler) = 0;
|