/hardware/qcom/sdm845/display/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() 58 hw = new HWPeripheralDRM(buffer_sync_handler, buffer_allocator, hw_info_intf); in Create() 63 hw = new HWHDMI(buffer_sync_handler, hw_info_intf); in Create() 65 hw = new HWTVDRM(buffer_sync_handler, buffer_allocator, hw_info_intf); in Create() 70 hw = new HWVirtual(buffer_sync_handler, hw_info_intf); in Create() 72 hw = new HWVirtualDRM(buffer_sync_handler, buffer_allocator, hw_info_intf); in Create()
|
D | core_interface.cpp | 55 BufferSyncHandler *buffer_sync_handler, 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/ |
D | hw_interface.cpp | 48 BufferSyncHandler *buffer_sync_handler, in Create() argument 57 hw = new HWPrimary(buffer_sync_handler, hw_info_intf); in Create() 59 hw = new HWPeripheralDRM(display_id, buffer_sync_handler, buffer_allocator, hw_info_intf); in Create() 64 hw = new HWHDMI(buffer_sync_handler, hw_info_intf); in Create() 66 hw = new HWTVDRM(display_id, buffer_sync_handler, buffer_allocator, hw_info_intf); in Create() 71 hw = new HWVirtual(buffer_sync_handler, hw_info_intf); in Create() 73 hw = new HWVirtualDRM(display_id, buffer_sync_handler, buffer_allocator, hw_info_intf); in Create()
|
D | core_interface.cpp | 55 BufferSyncHandler *buffer_sync_handler, 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()
|
D | display_virtual.cpp | 37 BufferSyncHandler *buffer_sync_handler, in DisplayVirtual() argument 39 : DisplayBase(kVirtual, event_handler, kDeviceVirtual, buffer_sync_handler, buffer_allocator, in DisplayVirtual() 45 BufferSyncHandler *buffer_sync_handler, in DisplayVirtual() argument 47 : DisplayBase(display_id, kVirtual, event_handler, kDeviceVirtual, buffer_sync_handler, in DisplayVirtual()
|
D | display_virtual.h | 38 BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator, 41 HWInfoInterface *hw_info_intf, BufferSyncHandler *buffer_sync_handler,
|
/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()
|
/hardware/qcom/display/msm8909/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, buffer_allocator, 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()
|
/hardware/qcom/display/msm8909w_3100/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, buffer_allocator, 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()
|
/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);
|
/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()
|
/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
D | core_interface.h | 133 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface, 155 BufferSyncHandler *buffer_sync_handler,
|
/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/msm8909/sdm/include/core/ |
D | core_interface.h | 133 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface, 155 BufferSyncHandler *buffer_sync_handler,
|
/hardware/qcom/display/msm8909/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()
|
/hardware/qcom/display/msm8909w_3100/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()
|
/hardware/qcom/sdm845/display/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()
|
/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()
|
/hardware/qcom/sm8150/display/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()
|
/hardware/qcom/display/msm8996/sdm/include/private/ |
D | extension_interface.h | 71 BufferSyncHandler *buffer_sync_handler) = 0; 76 BufferSyncHandler *buffer_sync_handler,
|