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

1 2

  /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,
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,
hwc_display.cpp 65 HWCDisplay::HWCDisplay(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, DisplayType type,
68 : core_intf_(core_intf), hwc_procs_(hwc_procs), type_(type), id_(id), needs_blit_(needs_blit),
282 const hwc_procs_t *hwc_procs = *hwc_procs_; local
284 if (!hwc_procs) {
288 hwc_procs->vsync(hwc_procs, id_, vsync.timestamp);
1082 const hwc_procs_t *hwc_procs = *hwc_procs_; local
1248 const hwc_procs_t *hwc_procs = *hwc_procs_; local
    [all...]
hwc_session.cpp 82 static void Invalidate(const struct hwc_procs *procs) {
85 static void VSync(const struct hwc_procs* procs, int disp, int64_t timestamp) {
88 static void Hotplug(const struct hwc_procs* procs, int disp, int connected) {
259 hwc_procs_t const *hwc_procs = NULL; local
266 hwc_procs = hwc_session->hwc_procs_;
274 hwc_procs->invalidate(hwc_procs);
334 hwc_procs->hotplug(hwc_procs, HWC_DISPLAY_EXTERNAL, true);
    [all...]
hwc_display.h 127 HWCDisplay(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, DisplayType type, int id,
  /hardware/qcom/display/msmcobalt/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_primary.h 36 hwc_procs_t const **hwc_procs, qService::QService *qservice,
54 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,
318 const hwc_procs_t *hwc_procs = *hwc_procs_; local
321 hwc_procs->invalidate(hwc_procs);
339 const hwc_procs_t *hwc_procs = *hwc_procs_; local
342 if (!hwc_procs) {
346 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,
hwc_display.cpp 65 HWCDisplay::HWCDisplay(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, DisplayType type,
68 : core_intf_(core_intf), hwc_procs_(hwc_procs), type_(type), id_(id), needs_blit_(needs_blit),
284 const hwc_procs_t *hwc_procs = *hwc_procs_; local
286 if (!hwc_procs) {
290 hwc_procs->vsync(hwc_procs, id_, vsync.timestamp);
1139 const hwc_procs_t *hwc_procs = *hwc_procs_; local
1297 const hwc_procs_t *hwc_procs = *hwc_procs_; local
    [all...]
hwc_session.cpp 82 static void Invalidate(const struct hwc_procs *procs) {
85 static void VSync(const struct hwc_procs* procs, int disp, int64_t timestamp) {
88 static void Hotplug(const struct hwc_procs* procs, int disp, int connected) {
259 hwc_procs_t const *hwc_procs = NULL; local
266 hwc_procs = hwc_session->hwc_procs_;
274 hwc_procs->invalidate(hwc_procs);
334 hwc_procs->hotplug(hwc_procs, HWC_DISPLAY_EXTERNAL, true);
    [all...]
hwc_display.h 140 HWCDisplay(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, DisplayType type, int id,
  /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...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer_hwc1.h 44 struct hwc_procs;
324 static void hook_invalidate(const struct hwc_procs* procs);
325 static void hook_vsync(const struct hwc_procs* procs, int disp,
327 static void hook_hotplug(const struct hwc_procs* procs, int disp,
  /hardware/libhardware/tests/hwc/
cnativewindow.c 355 static void hwc_invalidate(const struct hwc_procs *procs) {}
356 static void hwc_vsync(const struct hwc_procs *procs, int disp, int64_t ts) {}
357 static void hwc_hotplug(const struct hwc_procs *procs, int disp, int conn) {}
359 struct hwc_procs hprocs = {

Completed in 288 milliseconds

1 2