Home
last modified time | relevance | path

Searched refs:buffer_sync_handler (Results 1 – 25 of 170) sorted by relevance

1234567

/hardware/qcom/sdm845/display/sdm/libs/core/
Dhw_interface.cpp47 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()
Dcore_interface.cpp55 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/
Dhw_interface.cpp48 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()
Dcore_interface.cpp55 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()
Ddisplay_virtual.cpp37 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()
Ddisplay_virtual.h38 BufferSyncHandler *buffer_sync_handler, BufferAllocator *buffer_allocator,
41 HWInfoInterface *hw_info_intf, BufferSyncHandler *buffer_sync_handler,
/hardware/qcom/display/msm8998/sdm/libs/core/
Dhw_interface.cpp47 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()
Dcore_interface.cpp57 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/
Dhw_interface.cpp47 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()
Dcore_interface.cpp57 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/
Dhw_interface.cpp47 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()
Dcore_interface.cpp57 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/
Dhw_virtual.cpp38 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()
Dhw_virtual.h35 BufferSyncHandler *buffer_sync_handler);
45 HWVirtual(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf);
Dhw_hdmi.h41 BufferSyncHandler *buffer_sync_handler);
57 HWHDMI(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf);
/hardware/qcom/display/msm8996/sdm/libs/core/
Dcore_interface.cpp57 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/
Dcore_interface.h133 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface,
155 BufferSyncHandler *buffer_sync_handler,
/hardware/qcom/display/msm8998/sdm/include/core/
Dcore_interface.h133 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface,
155 BufferSyncHandler *buffer_sync_handler,
/hardware/qcom/display/msm8909/sdm/include/core/
Dcore_interface.h133 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface,
155 BufferSyncHandler *buffer_sync_handler,
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_virtual.cpp37 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/
Dhw_virtual.cpp37 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/
Dhw_virtual.cpp37 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/
Dhw_virtual.cpp37 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/
Dhw_virtual.cpp37 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/
Dextension_interface.h71 BufferSyncHandler *buffer_sync_handler) = 0;
76 BufferSyncHandler *buffer_sync_handler,

1234567