HomeSort by relevance Sort by last modified time
    Searched refs:hwc_procs (Results 1 - 25 of 43) sorted by null

1 2

  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display_external.h 34 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, uint32_t primary_width,
37 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
52 HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
hwc_display_virtual.h 36 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
48 HWCDisplayVirtual(CoreInterface *core_intf, hwc_procs_t const **hwc_procs);
hwc_display_null.cpp 34 int HWCDisplayNull::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
39 HWCDisplayNull *hwc_display_null = new HWCDisplayNull(core_intf, hwc_procs);
60 HWCDisplayNull::HWCDisplayNull(CoreInterface *core_intf, hwc_procs_t const **hwc_procs)
61 : HWCDisplay(core_intf, hwc_procs, kPrimary, HWC_DISPLAY_PRIMARY, false, NULL,
hwc_display_external_test.h 37 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
78 HWCDisplayExternalTest(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
hwc_display_primary.h 36 hwc_procs_t const **hwc_procs, qService::QService *qservice,
55 hwc_procs_t const **hwc_procs, qService::QService *qservice);
hwc_display_primary.cpp 46 hwc_procs_t const **hwc_procs, qService::QService *qservice,
53 hwc_procs, qservice);
87 hwc_procs_t const **hwc_procs,
89 : HWCDisplay(core_intf, hwc_procs, kPrimary, HWC_DISPLAY_PRIMARY, true, qservice,
362 const hwc_procs_t *hwc_procs = *hwc_procs_; local
365 hwc_procs->invalidate(hwc_procs);
383 const hwc_procs_t *hwc_procs = *hwc_procs_; local
386 if (!hwc_procs) {
390 hwc_procs->invalidate(hwc_procs)
    [all...]
hwc_display_null.h 36 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
98 HWCDisplayNull(CoreInterface *core_intf, hwc_procs_t const **hwc_procs);
hwc_display_external.cpp 42 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
44 return Create(core_intf, hwc_procs, 0, 0, qservice, false, hwc_display);
47 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, hwc_procs, qservice);
107 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
109 : HWCDisplay(core_intf, hwc_procs, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice,
hwc_display_virtual.cpp 43 int HWCDisplayVirtual::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
48 HWCDisplayVirtual *hwc_display_virtual = new HWCDisplayVirtual(core_intf, hwc_procs);
98 HWCDisplayVirtual::HWCDisplayVirtual(CoreInterface *core_intf, hwc_procs_t const **hwc_procs)
99 : HWCDisplay(core_intf, hwc_procs, kVirtual, HWC_DISPLAY_VIRTUAL, false, NULL,
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_display_external.h 34 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, uint32_t primary_width,
37 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
52 HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
hwc_display_virtual.h 36 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
48 HWCDisplayVirtual(CoreInterface *core_intf, hwc_procs_t const **hwc_procs);
hwc_display_null.cpp 34 int HWCDisplayNull::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
39 HWCDisplayNull *hwc_display_null = new HWCDisplayNull(core_intf, hwc_procs);
60 HWCDisplayNull::HWCDisplayNull(CoreInterface *core_intf, hwc_procs_t const **hwc_procs)
61 : HWCDisplay(core_intf, hwc_procs, kPrimary, HWC_DISPLAY_PRIMARY, false, NULL,
hwc_display_external_test.h 37 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
78 HWCDisplayExternalTest(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
hwc_display_primary.h 36 hwc_procs_t const **hwc_procs, qService::QService *qservice,
55 hwc_procs_t const **hwc_procs, qService::QService *qservice);
hwc_display_primary.cpp 46 hwc_procs_t const **hwc_procs, qService::QService *qservice,
53 hwc_procs, qservice);
87 hwc_procs_t const **hwc_procs,
89 : HWCDisplay(core_intf, hwc_procs, kPrimary, HWC_DISPLAY_PRIMARY, true, qservice,
362 const hwc_procs_t *hwc_procs = *hwc_procs_; local
365 hwc_procs->invalidate(hwc_procs);
383 const hwc_procs_t *hwc_procs = *hwc_procs_; local
386 if (!hwc_procs) {
390 hwc_procs->invalidate(hwc_procs)
    [all...]
hwc_display_null.h 36 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
98 HWCDisplayNull(CoreInterface *core_intf, hwc_procs_t const **hwc_procs);
hwc_display_external.cpp 42 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
44 return Create(core_intf, hwc_procs, 0, 0, qservice, false, hwc_display);
47 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, hwc_procs, qservice);
107 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
109 : HWCDisplay(core_intf, hwc_procs, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice,
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_external.h 34 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, uint32_t primary_width,
37 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
50 HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
hwc_display_virtual.h 36 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
48 HWCDisplayVirtual(CoreInterface *core_intf, hwc_procs_t const **hwc_procs);
hwc_display_null.cpp 34 int HWCDisplayNull::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
39 HWCDisplayNull *hwc_display_null = new HWCDisplayNull(core_intf, hwc_procs);
60 HWCDisplayNull::HWCDisplayNull(CoreInterface *core_intf, hwc_procs_t const **hwc_procs)
61 : HWCDisplay(core_intf, hwc_procs, kPrimary, HWC_DISPLAY_PRIMARY, false, NULL,
hwc_display_primary.h 44 hwc_procs_t const **hwc_procs, qService::QService *qservice,
61 hwc_procs_t const **hwc_procs, qService::QService *qservice);
hwc_display_primary.cpp 45 hwc_procs_t const **hwc_procs, qService::QService *qservice,
52 hwc_procs, qservice);
86 hwc_procs_t const **hwc_procs,
88 : HWCDisplay(core_intf, hwc_procs, kPrimary, HWC_DISPLAY_PRIMARY, true, qservice,
313 const hwc_procs_t *hwc_procs = *hwc_procs_; local
316 hwc_procs->invalidate(hwc_procs);
334 const hwc_procs_t *hwc_procs = *hwc_procs_; local
337 if (!hwc_procs) {
341 hwc_procs->invalidate(hwc_procs)
    [all...]
hwc_display_null.h 36 static int Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
98 HWCDisplayNull(CoreInterface *core_intf, hwc_procs_t const **hwc_procs);
hwc_display_external.cpp 42 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
44 return Create(core_intf, hwc_procs, 0, 0, qservice, false, hwc_display);
47 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
56 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, hwc_procs, qservice);
102 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
104 : HWCDisplay(core_intf, hwc_procs, kHDMI, HWC_DISPLAY_EXTERNAL, false, qservice,
  /hardware/libhardware/include/hardware/
hwcomposer.h 413 typedef struct hwc_procs { struct
423 void (*invalidate)(const struct hwc_procs* procs);
445 void (*vsync)(const struct hwc_procs* procs, int disp, int64_t timestamp);
467 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected);
    [all...]

Completed in 3381 milliseconds

1 2