OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dpyAttr
(Results
1 - 8
of
8
) sorted by null
/hardware/qcom/display/libhwcomposer/
hwc_uevents.cpp
99
ctx->
dpyAttr
[HWC_DISPLAY_EXTERNAL].isActive = false;
102
ctx->
dpyAttr
[HWC_DISPLAY_VIRTUAL].isActive = true;
130
ctx->
dpyAttr
[dpy].connected = false;
141
IFBUpdate::getObject(ctx->
dpyAttr
[dpy].xres, dpy);
142
ctx->
dpyAttr
[dpy].isPause = false;
146
ctx->
dpyAttr
[dpy].xres, dpy);
149
ctx->
dpyAttr
[dpy].connected = true;
160
ctx->
dpyAttr
[dpy].isActive = true;
161
ctx->
dpyAttr
[dpy].isPause = true;
167
ctx->
dpyAttr
[dpy].isActive = true
[
all
...]
hwc.cpp
121
int fbFd = ctx->
dpyAttr
[dpy].fd;
144
ctx->
dpyAttr
[dpy].isActive) {
171
ctx->
dpyAttr
[dpy].isActive &&
172
ctx->
dpyAttr
[dpy].connected) {
176
if(!ctx->
dpyAttr
[dpy].isPause) {
248
if(!ctx->
dpyAttr
[dpy].isActive) {
290
ret = ioctl(ctx->
dpyAttr
[dpy].fd, FBIOBLANK,
293
ret = ioctl(ctx->
dpyAttr
[dpy].fd, FBIOBLANK,FB_BLANK_UNBLANK);
316
ctx->
dpyAttr
[dpy].isActive = !blank;
357
if (LIKELY(list) && ctx->
dpyAttr
[dpy].isActive)
[
all
...]
hwc_utils.cpp
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;
213
IFBUpdate::getObject(ctx->
dpyAttr
[HWC_DISPLAY_PRIMARY].xres,
234
MDPComp::getObject(ctx->
dpyAttr
[HWC_DISPLAY_PRIMARY].xres
[
all
...]
hwc_vsync.cpp
40
ioctl(ctx->
dpyAttr
[dpy].fd, MSMFB_OVERLAY_VSYNC_CTRL,
hwc_mdpcomp.cpp
165
int fb_stride = ctx->
dpyAttr
[dpy].stride;
166
int fb_width = ctx->
dpyAttr
[dpy].xres;
167
int fb_height = ctx->
dpyAttr
[dpy].yres;
168
int fb_fd = ctx->
dpyAttr
[dpy].fd;
270
int hw_w = ctx->
dpyAttr
[mDpy].xres;
271
int hw_h = ctx->
dpyAttr
[mDpy].yres;
944
int hw_w = ctx->
dpyAttr
[mDpy].xres;
965
int hw_w = ctx->
dpyAttr
[mDpy].xres;
[
all
...]
hwc_copybit.cpp
99
int fbWidth = ctx->
dpyAttr
[dpy].xres;
100
int fbHeight = ctx->
dpyAttr
[dpy].yres;
hwc_utils.h
319
qhwc::DisplayAttributes
dpyAttr
[MAX_DISPLAYS];
/hardware/qcom/display/libexternal/
external.cpp
450
mHwcContext->
dpyAttr
[mExtDpyNum].fd = mFd;
464
mHwcContext->
dpyAttr
[mExtDpyNum].fd = mFd;
648
mHwcContext->
dpyAttr
[mExtDpyNum].connected = connected;
692
mHwcContext->
dpyAttr
[mExtDpyNum].xres = mVInfo.xres;
693
mHwcContext->
dpyAttr
[mExtDpyNum].yres = mVInfo.yres;
694
mHwcContext->
dpyAttr
[mExtDpyNum].vsync_period =
705
mHwcContext->
dpyAttr
[HWC_DISPLAY_EXTERNAL].xres = width;
706
mHwcContext->
dpyAttr
[HWC_DISPLAY_EXTERNAL].yres = height;
707
mHwcContext->
dpyAttr
[HWC_DISPLAY_EXTERNAL].vsync_period =
Completed in 648 milliseconds