Home
last modified time | relevance | path

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

/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_primary.h41 BufferSyncHandler *buffer_sync_handler);
45 HWPrimary(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.cpp67 BufferSyncHandler *buffer_sync_handler) { in Create() argument
71 hw_primary = new HWPrimary(buffer_sync_handler, hw_info_intf); in Create()
90 HWPrimary::HWPrimary(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf) in HWPrimary() argument
91 : HWDevice(buffer_sync_handler) { in HWPrimary()
Dhw_hdmi.cpp83 BufferSyncHandler *buffer_sync_handler) { in Create() argument
87 hw_fb_hdmi = new HWHDMI(buffer_sync_handler, hw_info_intf); in Create()
105 HWHDMI::HWHDMI(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf) in HWHDMI() argument
106 : HWDevice(buffer_sync_handler), hw_scan_info_(), active_config_index_(0) { in HWHDMI()
Dhw_device.h53 explicit HWDevice(BufferSyncHandler *buffer_sync_handler);
Dhw_device.cpp61 HWDevice::HWDevice(BufferSyncHandler *buffer_sync_handler) in HWDevice() argument
63 buffer_sync_handler_(buffer_sync_handler), synchronous_commit_(false) { in HWDevice()
/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_hdmi.h41 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager,
Dcore_impl.h48 CoreImpl(BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler);
Ddisplay_virtual.h39 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager,
Ddisplay_primary.h40 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager,
Ddisplay_primary.cpp43 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager, in DisplayPrimary() argument
45 : DisplayBase(kPrimary, event_handler, kDevicePrimary, buffer_sync_handler, comp_manager, in DisplayPrimary()
Ddisplay_hdmi.cpp41 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager, in DisplayHDMI() argument
43 : DisplayBase(kHDMI, event_handler, kDeviceHDMI, buffer_sync_handler, comp_manager, in DisplayHDMI()
Dcomp_manager.h43 BufferSyncHandler *buffer_sync_handler);
Dcomp_manager.cpp38 BufferSyncHandler *buffer_sync_handler) { in Init() argument
44 error = extension_intf->CreateResourceExtn(hw_res_info, &resource_intf_, buffer_sync_handler); in Init()
Ddisplay_base.h54 HWDeviceType hw_device_type, BufferSyncHandler *buffer_sync_handler,
Ddisplay_base.cpp43 HWDeviceType hw_device_type, BufferSyncHandler *buffer_sync_handler, in DisplayBase() argument
47 buffer_sync_handler_(buffer_sync_handler), comp_manager_(comp_manager), in DisplayBase()
/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,