Searched defs:qservice (Results 1 - 13 of 13) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display_external.cpp43 qService::QService *qservice, HWCDisplay **hwc_display) {
44 return Create(core_intf, hwc_procs, 0, 0, qservice, false, hwc_display);
49 qService::QService *qservice, bool use_primary_res,
56 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, hwc_procs, qservice);
103 qService::QService *qservice)
104 : HWCDisplay(core_intf, hwc_procs, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice,
42 Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, qService::QService *qservice, HWCDisplay **hwc_display) argument
47 Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, uint32_t primary_width, uint32_t primary_height, qService::QService *qservice, bool use_primary_res, HWCDisplay **hwc_display) argument
102 HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, qService::QService *qservice) argument
H A Dhwc_display_primary.cpp45 hwc_procs_t const **hwc_procs, qService::QService *qservice,
52 hwc_procs, qservice);
87 qService::QService *qservice)
88 : HWCDisplay(core_intf, hwc_procs, kPrimary, HWC_DISPLAY_PRIMARY, true, qservice,
44 Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, hwc_procs_t const **hwc_procs, qService::QService *qservice, HWCDisplay **hwc_display) argument
84 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator, hwc_procs_t const **hwc_procs, qService::QService *qservice) argument
H A Dhwc_display.cpp68 int id, bool needs_blit, qService::QService *qservice,
71 qservice_(qservice), display_class_(display_class) {
67 HWCDisplay(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, DisplayType type, int id, bool needs_blit, qService::QService *qservice, DisplayClass display_class) argument
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display_external.cpp43 HWCCallbacks *callbacks, qService::QService *qservice,
45 return Create(core_intf, buffer_allocator, callbacks, 0, 0, qservice, false, hwc_display);
51 qService::QService *qservice, bool use_primary_res,
58 qservice);
104 qService::QService *qservice)
105 : HWCDisplay(core_intf, callbacks, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice,
42 Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, HWCCallbacks *callbacks, qService::QService *qservice, HWCDisplay **hwc_display) argument
48 Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, HWCCallbacks *callbacks, uint32_t primary_width, uint32_t primary_height, qService::QService *qservice, bool use_primary_res, HWCDisplay **hwc_display) argument
101 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, HWCCallbacks *callbacks, qService::QService *qservice) argument
H A Dhwc_display_primary.cpp49 HWCCallbacks *callbacks, qService::QService *qservice,
56 new HWCDisplayPrimary(core_intf, buffer_allocator, callbacks, qservice);
89 HWCCallbacks *callbacks, qService::QService *qservice)
90 : HWCDisplay(core_intf, callbacks, kPrimary, HWC_DISPLAY_PRIMARY, true, qservice,
48 Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, HWCCallbacks *callbacks, qService::QService *qservice, HWCDisplay **hwc_display) argument
88 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator, HWCCallbacks *callbacks, qService::QService *qservice) argument
H A Dhwc_display.cpp218 hwc2_display_t id, bool needs_blit, qService::QService *qservice,
225 qservice_(qservice),
217 HWCDisplay(CoreInterface *core_intf, HWCCallbacks *callbacks, DisplayType type, hwc2_display_t id, bool needs_blit, qService::QService *qservice, DisplayClass display_class, BufferAllocator *buffer_allocator) argument
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display_external.cpp43 qService::QService *qservice, HWCDisplay **hwc_display) {
44 return Create(core_intf, callbacks, 0, 0, qservice, false, hwc_display);
49 qService::QService *qservice, bool use_primary_res,
55 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, callbacks, qservice);
99 qService::QService *qservice)
100 : HWCDisplay(core_intf, callbacks, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice,
42 Create(CoreInterface *core_intf, HWCCallbacks *callbacks, qService::QService *qservice, HWCDisplay **hwc_display) argument
47 Create(CoreInterface *core_intf, HWCCallbacks *callbacks, uint32_t primary_width, uint32_t primary_height, qService::QService *qservice, bool use_primary_res, HWCDisplay **hwc_display) argument
98 HWCDisplayExternal(CoreInterface *core_intf, HWCCallbacks *callbacks, qService::QService *qservice) argument
H A Dhwc_display_primary.cpp49 HWCCallbacks *callbacks, qService::QService *qservice,
56 new HWCDisplayPrimary(core_intf, buffer_allocator, callbacks, qservice);
89 HWCCallbacks *callbacks, qService::QService *qservice)
90 : HWCDisplay(core_intf, callbacks, kPrimary, HWC_DISPLAY_PRIMARY, true, qservice,
48 Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, HWCCallbacks *callbacks, qService::QService *qservice, HWCDisplay **hwc_display) argument
88 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator, HWCCallbacks *callbacks, qService::QService *qservice) argument
H A Dhwc_display.cpp219 hwc2_display_t id, bool needs_blit, qService::QService *qservice,
226 qservice_(qservice),
218 HWCDisplay(CoreInterface *core_intf, HWCCallbacks *callbacks, DisplayType type, hwc2_display_t id, bool needs_blit, qService::QService *qservice, DisplayClass display_class) argument
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_display_external.cpp43 qService::QService *qservice, HWCDisplay **hwc_display) {
44 return Create(core_intf, hwc_procs, 0, 0, qservice, false, hwc_display);
49 qService::QService *qservice, bool use_primary_res,
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, hwc_procs, qservice);
108 qService::QService *qservice)
109 : HWCDisplay(core_intf, hwc_procs, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice,
42 Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, qService::QService *qservice, HWCDisplay **hwc_display) argument
47 Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, uint32_t primary_width, uint32_t primary_height, qService::QService *qservice, bool use_primary_res, HWCDisplay **hwc_display) argument
107 HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, qService::QService *qservice) argument
H A Dhwc_display_external_test.cpp52 qService::QService *qservice, uint32_t panel_bpp,
54 HWCDisplay *hwc_external_test = new HWCDisplayExternalTest(core_intf, hwc_procs, qservice,
78 qService::QService *qservice, uint32_t panel_bpp,
80 : HWCDisplay(core_intf, hwc_procs, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice,
51 Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, qService::QService *qservice, uint32_t panel_bpp, uint32_t pattern_type, HWCDisplay **hwc_display) argument
76 HWCDisplayExternalTest(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, qService::QService *qservice, uint32_t panel_bpp, uint32_t pattern_type) argument
H A Dhwc_display_primary.cpp46 hwc_procs_t const **hwc_procs, qService::QService *qservice,
53 hwc_procs, qservice);
88 qService::QService *qservice)
89 : HWCDisplay(core_intf, hwc_procs, kPrimary, HWC_DISPLAY_PRIMARY, true, qservice,
45 Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, hwc_procs_t const **hwc_procs, qService::QService *qservice, HWCDisplay **hwc_display) argument
85 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator, hwc_procs_t const **hwc_procs, qService::QService *qservice) argument
H A Dhwc_display.cpp145 int id, bool needs_blit, qService::QService *qservice,
148 qservice_(qservice), display_class_(display_class) {
144 HWCDisplay(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, DisplayType type, int id, bool needs_blit, qService::QService *qservice, DisplayClass display_class) argument

Completed in 109 milliseconds