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

1 2

  /frameworks/native/services/surfaceflinger/
EventControlThread.cpp 38 mFlinger->eventControl(HWC_DISPLAY_PRIMARY, SurfaceFlinger::EVENT_VSYNC,
50 mFlinger->eventControl(HWC_DISPLAY_PRIMARY,
  /external/chromium_org/third_party/hwcplus/include/hardware/
hwcomposer_defs.h 183 HWC_DISPLAY_PRIMARY = 0,
192 HWC_DISPLAY_PRIMARY_BIT = 1 << HWC_DISPLAY_PRIMARY,
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_vsync.cpp 86 for (int dpy = HWC_DISPLAY_PRIMARY; dpy < num_displays; dpy++) {
89 dpy == HWC_DISPLAY_PRIMARY ? 0 :
100 if (dpy == HWC_DISPLAY_PRIMARY) {
117 for (int dpy = HWC_DISPLAY_PRIMARY; dpy < num_displays; dpy++) {
156 timestamp[HWC_DISPLAY_PRIMARY] = systemTime();
157 ctx->proc->vsync(ctx->proc, HWC_DISPLAY_PRIMARY,
158 timestamp[HWC_DISPLAY_PRIMARY]);
163 for (int dpy = HWC_DISPLAY_PRIMARY; dpy <= HWC_DISPLAY_EXTERNAL; dpy++ ) {
hwc_utils.cpp 57 int fb_fd = openFb(HWC_DISPLAY_PRIMARY);
106 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].fd = fb_fd;
108 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8);
109 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres = info.xres;
110 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres = info.yres;
111 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xdpi = xdpi;
112 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].ydpi = ydpi;
113 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period = 1000000000l / fps;
120 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].isActive = true;
146 ctx->mFBUpdate[HWC_DISPLAY_PRIMARY]
    [all...]
hwc_uevents.cpp 132 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
166 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
hwc.cpp 155 const int dpy = HWC_DISPLAY_PRIMARY;
269 case HWC_DISPLAY_PRIMARY:
327 if (blank || (dpy == HWC_DISPLAY_PRIMARY &&
338 case HWC_DISPLAY_PRIMARY:
405 const int dpy = HWC_DISPLAY_PRIMARY;
562 case HWC_DISPLAY_PRIMARY:
592 case HWC_DISPLAY_PRIMARY:
  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 203 HWC_DISPLAY_PRIMARY = 0,
212 HWC_DISPLAY_PRIMARY_BIT = 1 << HWC_DISPLAY_PRIMARY,
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp 130 for (int dpy = HWC_DISPLAY_PRIMARY; dpy < num_displays; dpy++) {
134 dpy == HWC_DISPLAY_PRIMARY ? 0 :
143 if (dpy == HWC_DISPLAY_PRIMARY && pfd[dpy][ev].fd < 0) {
166 for (int dpy = HWC_DISPLAY_PRIMARY; dpy < num_displays; dpy++) {
199 ctx->proc->vsync(ctx->proc, HWC_DISPLAY_PRIMARY, timestamp);
204 for (int dpy = HWC_DISPLAY_PRIMARY; dpy <= HWC_DISPLAY_EXTERNAL; dpy++ ) {
hwc_utils.cpp 81 !isDisplaySplit(ctx, HWC_DISPLAY_PRIMARY)) ||
87 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_orig = xres_orig;
88 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_orig = yres_orig;
89 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].customFBSize = false;
99 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres = xres;
100 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres = yres;
101 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].customFBSize = true;
111 int fb_fd = openFb(HWC_DISPLAY_PRIMARY);
160 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].fd = fb_fd;
162 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8)
    [all...]
hwc.cpp 271 const int dpy = HWC_DISPLAY_PRIMARY;
362 case HWC_DISPLAY_PRIMARY:
402 if(dpy == HWC_DISPLAY_PRIMARY) {
460 if (dpy == HWC_DISPLAY_PRIMARY && not (mode == HWC_POWER_MODE_OFF)) {
468 case HWC_DISPLAY_PRIMARY:
520 if (!ctx->dpyAttr[HWC_DISPLAY_PRIMARY].isActive) {
527 ret = hwc_setPowerMode(dev, HWC_DISPLAY_PRIMARY, HWC_POWER_MODE_OFF);
534 ret = hwc_setPowerMode(dev, HWC_DISPLAY_PRIMARY, HWC_POWER_MODE_NORMAL);
539 hwc_vsync_control(ctx, HWC_DISPLAY_PRIMARY, 1);
582 const int dpy = HWC_DISPLAY_PRIMARY;
    [all...]
hwc_ad.cpp 147 if(adRead() >= 0 && isDisplaySplit(ctx, HWC_DISPLAY_PRIMARY) &&
161 ctx->listStats[HWC_DISPLAY_PRIMARY].yuvCount == 1) {
162 int nYuvIndex = ctx->listStats[HWC_DISPLAY_PRIMARY].yuvIndices[0];
hwc_virtual.cpp 113 = ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period;
225 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
237 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
360 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
395 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp 118 for (int dpy = HWC_DISPLAY_PRIMARY; dpy < num_displays; dpy++) {
122 dpy == HWC_DISPLAY_PRIMARY ? 0 :
131 if (dpy == HWC_DISPLAY_PRIMARY && pfd[dpy][ev].fd < 0) {
154 for (int dpy = HWC_DISPLAY_PRIMARY; dpy < num_displays; dpy++) {
200 ctx->proc->vsync(ctx->proc, HWC_DISPLAY_PRIMARY, timestamp);
205 for (int dpy = HWC_DISPLAY_PRIMARY; dpy <= HWC_DISPLAY_EXTERNAL; dpy++ ) {
hwc_utils.cpp 82 !isDisplaySplit(ctx, HWC_DISPLAY_PRIMARY)) ||
89 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_orig;
90 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_orig;
91 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].customFBSize = false;
100 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres_new = xres_new;
101 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new = yres_new;
102 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].customFBSize = true;
107 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xdpi = xdpi;
108 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].ydpi = ydpi;
118 int fb_fd = openFb(HWC_DISPLAY_PRIMARY);
    [all...]
hwc.cpp 259 const int dpy = HWC_DISPLAY_PRIMARY;
351 case HWC_DISPLAY_PRIMARY:
391 if(dpy == HWC_DISPLAY_PRIMARY) {
440 case HWC_DISPLAY_PRIMARY:
492 if (!ctx->dpyAttr[HWC_DISPLAY_PRIMARY].isActive) {
499 ret = hwc_setPowerMode(dev, HWC_DISPLAY_PRIMARY, HWC_POWER_MODE_OFF);
506 ret = hwc_setPowerMode(dev, HWC_DISPLAY_PRIMARY, HWC_POWER_MODE_NORMAL);
511 hwc_vsync_control(ctx, HWC_DISPLAY_PRIMARY, 1);
555 const int dpy = HWC_DISPLAY_PRIMARY;
694 case HWC_DISPLAY_PRIMARY
    [all...]
hwc_ad.cpp 115 if(adRead() >= 0 && isDisplaySplit(ctx, HWC_DISPLAY_PRIMARY) &&
129 ctx->listStats[HWC_DISPLAY_PRIMARY].yuvCount == 1) {
130 int nYuvIndex = ctx->listStats[HWC_DISPLAY_PRIMARY].yuvIndices[0];
hwc_virtual.cpp 124 = ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period;
254 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
277 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
398 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
433 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
hwc_uevents.cpp 155 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
234 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 52 int fb_fd = openFb(HWC_DISPLAY_PRIMARY);
90 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].fd = fb_fd;
92 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8);
93 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres = info.xres;
94 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres = info.yres;
95 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xdpi = xdpi;
96 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].ydpi = ydpi;
97 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period = 1000000000l / fps;
104 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].isActive = true;
212 ctx->mFBUpdate[HWC_DISPLAY_PRIMARY]
    [all...]
hwc.cpp 139 const int dpy = HWC_DISPLAY_PRIMARY;
222 case HWC_DISPLAY_PRIMARY:
287 case HWC_DISPLAY_PRIMARY:
354 const int dpy = HWC_DISPLAY_PRIMARY;
468 case HWC_DISPLAY_PRIMARY:
496 case HWC_DISPLAY_PRIMARY:
hwc_vsync.cpp 53 int dpy = HWC_DISPLAY_PRIMARY;
  /hardware/intel/img/hwcomposer/include/
IDisplayDevice.h 56 DEVICE_PRIMARY = HWC_DISPLAY_PRIMARY,
  /system/core/adf/libadfhwc/include/adfhwc/
adfhwc.h 79 case HWC_DISPLAY_PRIMARY:
94 * intf_fds[HWC_DISPLAY_PRIMARY] is the fd for the primary display
  /hardware/qcom/display/msm8084/libvirtual/
virtual.cpp 165 uint32_t priW = mHwcContext->dpyAttr[HWC_DISPLAY_PRIMARY].xres;
166 uint32_t priH = mHwcContext->dpyAttr[HWC_DISPLAY_PRIMARY].yres;
  /hardware/qcom/display/msm8226/libvirtual/
virtual.cpp 176 uint32_t priW = mHwcContext->dpyAttr[HWC_DISPLAY_PRIMARY].xres;
177 uint32_t priH = mHwcContext->dpyAttr[HWC_DISPLAY_PRIMARY].yres;

Completed in 448 milliseconds

1 2