Searched defs:buffer_sync_handler (Results 1 - 24 of 24) sorted by relevance

/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dhw_interface.cpp47 BufferSyncHandler *buffer_sync_handler,
56 hw = new HWPrimary(buffer_sync_handler, hw_info_intf);
59 hw = new HWDeviceDRM(buffer_sync_handler, hw_info_intf);
65 hw = new HWHDMI(buffer_sync_handler, hw_info_intf);
72 hw = new HWVirtual(buffer_sync_handler, hw_info_intf);
46 Create(DisplayType type, HWInfoInterface *hw_info_intf, BufferSyncHandler *buffer_sync_handler, HWInterface **intf) argument
H A Dcore_impl.cpp42 BufferSyncHandler *buffer_sync_handler,
44 : buffer_allocator_(buffer_allocator), buffer_sync_handler_(buffer_sync_handler),
41 CoreImpl(BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, SocketHandler *socket_handler) argument
H A Dcore_interface.cpp33 #include <core/buffer_sync_handler.h>
57 BufferSyncHandler *buffer_sync_handler,
59 return CreateCore(debug_handler, buffer_allocator, buffer_sync_handler, NULL,
65 BufferSyncHandler *buffer_sync_handler,
70 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) {
93 core_impl = new CoreImpl(buffer_allocator, buffer_sync_handler, socket_handler);
55 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, CoreInterface **interface, uint32_t client_version) argument
63 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, SocketHandler *socket_handler, CoreInterface **interface, uint32_t client_version) argument
H A Ddisplay_virtual.cpp37 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager)
38 : DisplayBase(kVirtual, event_handler, kDeviceVirtual, buffer_sync_handler, comp_manager,
36 DisplayVirtual(DisplayEventHandler *event_handler, HWInfoInterface *hw_info_intf, BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager) argument
H A Ddisplay_hdmi.cpp40 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager)
41 : DisplayBase(kHDMI, event_handler, kDeviceHDMI, buffer_sync_handler, comp_manager,
39 DisplayHDMI(DisplayEventHandler *event_handler, HWInfoInterface *hw_info_intf, BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager) argument
H A Ddisplay_primary.cpp42 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager)
43 : DisplayBase(kPrimary, event_handler, kDevicePrimary, buffer_sync_handler, comp_manager,
41 DisplayPrimary(DisplayEventHandler *event_handler, HWInfoInterface *hw_info_intf, BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager) argument
H A Dcomp_manager.cpp45 BufferSyncHandler *buffer_sync_handler,
53 buffer_sync_handler);
42 Init(const HWResourceInfo &hw_res_info, ExtensionInterface *extension_intf, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, SocketHandler *socket_handler) argument
H A Ddisplay_base.cpp43 HWDeviceType hw_device_type, BufferSyncHandler *buffer_sync_handler,
46 buffer_sync_handler_(buffer_sync_handler), comp_manager_(comp_manager),
42 DisplayBase(DisplayType display_type, DisplayEventHandler *event_handler, HWDeviceType hw_device_type, BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager, HWInfoInterface *hw_info_intf) argument
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dcore_impl.cpp42 BufferSyncHandler *buffer_sync_handler)
43 : buffer_allocator_(buffer_allocator), buffer_sync_handler_(buffer_sync_handler) {
41 CoreImpl(BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler) argument
H A Dcore_interface.cpp33 #include <core/buffer_sync_handler.h>
57 BufferSyncHandler *buffer_sync_handler,
61 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) {
84 core_impl = new CoreImpl(buffer_allocator, buffer_sync_handler);
55 CreateCore(DebugHandler *debug_handler, BufferAllocator *buffer_allocator, BufferSyncHandler *buffer_sync_handler, CoreInterface **interface, uint32_t client_version) argument
H A Ddisplay_virtual.cpp38 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager,
40 : DisplayBase(kVirtual, event_handler, kDeviceVirtual, buffer_sync_handler, comp_manager,
37 DisplayVirtual(DisplayEventHandler *event_handler, HWInfoInterface *hw_info_intf, BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager, RotatorInterface *rotator_intf) argument
H A Dcomp_manager.cpp38 BufferSyncHandler *buffer_sync_handler) {
44 error = extension_intf->CreateResourceExtn(hw_res_info, &resource_intf_, buffer_sync_handler);
36 Init(const HWResourceInfo &hw_res_info, ExtensionInterface *extension_intf, BufferSyncHandler *buffer_sync_handler) argument
H A Ddisplay_hdmi.cpp41 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager,
43 : DisplayBase(kHDMI, event_handler, kDeviceHDMI, buffer_sync_handler, comp_manager,
40 DisplayHDMI(DisplayEventHandler *event_handler, HWInfoInterface *hw_info_intf, BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager, RotatorInterface *rotator_intf) argument
H A Ddisplay_primary.cpp43 BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager,
45 : DisplayBase(kPrimary, event_handler, kDevicePrimary, buffer_sync_handler, comp_manager,
42 DisplayPrimary(DisplayEventHandler *event_handler, HWInfoInterface *hw_info_intf, BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager, RotatorInterface *rotator_intf) argument
H A Ddisplay_base.cpp46 HWDeviceType hw_device_type, BufferSyncHandler *buffer_sync_handler,
50 buffer_sync_handler_(buffer_sync_handler), comp_manager_(comp_manager),
45 DisplayBase(DisplayType display_type, DisplayEventHandler *event_handler, HWDeviceType hw_device_type, BufferSyncHandler *buffer_sync_handler, CompManager *comp_manager, RotatorInterface *rotator_intf, HWInfoInterface *hw_info_intf) argument
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_virtual.cpp38 BufferSyncHandler *buffer_sync_handler) {
42 hw_virtual = new HWVirtual(buffer_sync_handler, hw_info_intf);
61 HWVirtual::HWVirtual(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf) argument
62 : HWDevice(buffer_sync_handler) {
37 Create(HWInterface **intf, HWInfoInterface *hw_info_intf, BufferSyncHandler *buffer_sync_handler) argument
H A Dhw_hdmi.cpp83 BufferSyncHandler *buffer_sync_handler) {
87 hw_fb_hdmi = new HWHDMI(buffer_sync_handler, hw_info_intf);
105 HWHDMI::HWHDMI(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf) argument
106 : HWDevice(buffer_sync_handler), hw_scan_info_(), active_config_index_(0) {
82 Create(HWInterface **intf, HWInfoInterface *hw_info_intf, BufferSyncHandler *buffer_sync_handler) argument
H A Dhw_primary.cpp67 BufferSyncHandler *buffer_sync_handler) {
71 hw_primary = new HWPrimary(buffer_sync_handler, hw_info_intf);
90 HWPrimary::HWPrimary(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf) argument
91 : HWDevice(buffer_sync_handler) {
66 Create(HWInterface **intf, HWInfoInterface *hw_info_intf, BufferSyncHandler *buffer_sync_handler) argument
H A Dhw_device.cpp59 HWDevice::HWDevice(BufferSyncHandler *buffer_sync_handler) argument
61 buffer_sync_handler_(buffer_sync_handler), synchronous_commit_(false) {
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_virtual.cpp37 HWVirtual::HWVirtual(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf) argument
38 : HWDevice(buffer_sync_handler) {
H A Dhw_primary.cpp78 HWPrimary::HWPrimary(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf) argument
79 : HWDevice(buffer_sync_handler) {
H A Dhw_device.cpp64 HWDevice::HWDevice(BufferSyncHandler *buffer_sync_handler) argument
66 buffer_sync_handler_(buffer_sync_handler), synchronous_commit_(false) {
H A Dhw_hdmi.cpp82 HWHDMI::HWHDMI(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf) argument
83 : HWDevice(buffer_sync_handler), hw_scan_info_(), active_config_index_(0) {
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
H A Dhw_device_drm.cpp78 HWDeviceDRM::HWDeviceDRM(BufferSyncHandler *buffer_sync_handler, HWInfoInterface *hw_info_intf) argument
79 : hw_info_intf_(hw_info_intf), buffer_sync_handler_(buffer_sync_handler) {

Completed in 1657 milliseconds