OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFbDev
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer_hwc1.cpp
90
mFbDev
(0), mHwc(0), mNumDisplays(1),
114
if (
mFbDev
&& mHwc && hwcHasApiVersion(mHwc, HWC_DEVICE_API_VERSION_1_1)) {
118
framebuffer_close(
mFbDev
);
119
mFbDev
= NULL;
124
&& !
mFbDev
) {
169
if (
mFbDev
) {
175
disp.format =
mFbDev
->format;
177
config.width =
mFbDev
->width;
178
config.height =
mFbDev
->height;
179
config.xdpi =
mFbDev
->xdpi
[
all
...]
HWComposer_hwc1.h
370
framebuffer_device_t*
mFbDev
;
Completed in 419 milliseconds