OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDisplayDevice
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/common/base/
VsyncManager.cpp
142
IDisplayDevice* VsyncManager::
getDisplayDevice
(int dispType ) {
143
return mHwc.
getDisplayDevice
(dispType);
154
device =
getDisplayDevice
(IDisplayDevice::DEVICE_EXTERNAL);
161
device =
getDisplayDevice
(IDisplayDevice::DEVICE_VIRTUAL);
177
IDisplayDevice *device =
getDisplayDevice
(candidate);
190
device =
getDisplayDevice
(IDisplayDevice::DEVICE_PRIMARY);
207
IDisplayDevice *device =
getDisplayDevice
(mVsyncSource);
Hwcomposer.cpp
539
IDisplayDevice* Hwcomposer::
getDisplayDevice
(int disp)
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
Hwcomposer.cpp
498
IDisplayDevice* Hwcomposer::
getDisplayDevice
(int disp)
/frameworks/native/services/surfaceflinger/
SurfaceFlinger.h
121
return
getDisplayDevice
(mBuiltinDisplays[DisplayDevice::DISPLAY_PRIMARY]);
371
sp<const DisplayDevice>
getDisplayDevice
(const wp<IBinder>& dpy) const {
376
sp<DisplayDevice>
getDisplayDevice
(const wp<IBinder>& dpy) {
Completed in 657 milliseconds