Home
last modified time | relevance | path

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

12

/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()
Ddisplay_virtual.cpp37 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager) in DisplayVirtual() argument
38 : DisplayBase(kVirtual, event_handler, kDeviceVirtual, buffer_sync_handler, comp_manager, in DisplayVirtual()
Dcore_impl.cpp42 BufferSyncHandler *buffer_sync_handler, in CoreImpl() argument
44 : buffer_allocator_(buffer_allocator), buffer_sync_handler_(buffer_sync_handler), in CoreImpl()
Dcore_impl.h45 CoreImpl(BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler,
Ddisplay_virtual.h39 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager);
Ddisplay_hdmi.h42 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager);
Ddisplay_primary.h41 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager);
/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);
Dhw_primary.h41 BufferSyncHandler *buffer_sync_handler);
45 HWPrimary(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()
Ddisplay_virtual.cpp38 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager, in DisplayVirtual() argument
40 : DisplayBase(kVirtual, event_handler, kDeviceVirtual, buffer_sync_handler, comp_manager, in DisplayVirtual()
Dcore_impl.cpp42 BufferSyncHandler *buffer_sync_handler) in CoreImpl() argument
43 : buffer_allocator_(buffer_allocator), buffer_sync_handler_(buffer_sync_handler) { in CoreImpl()
Ddisplay_virtual.h39 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager,
Dcore_impl.h48 CoreImpl(BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler);
Ddisplay_hdmi.h41 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager,
Ddisplay_primary.h40 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager,
/hardware/qcom/display/msm8998/sdm/include/core/
Dcore_interface.h133 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface,
155 BufferSyncHandler *buffer_sync_handler,
/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()
Dhw_virtual.h34 HWVirtual(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf);
/hardware/qcom/display/msm8996/sdm/include/private/
Dextension_interface.h71 BufferSyncHandler *buffer_sync_handler) = 0;
76 BufferSyncHandler *buffer_sync_handler,
/hardware/qcom/display/msm8996/sdm/include/core/
Dcore_interface.h132 BufferSyncHandler *buffer_sync_handler, CoreInterface **interface,
/hardware/qcom/display/msm8998/sdm/include/private/
Dextension_interface.h74 BufferSyncHandler *buffer_sync_handler) = 0;

12