Searched refs:DISPLAY_PRIMARY (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp154 case DISPLAY_PRIMARY:
313 mType == DisplayDevice::DISPLAY_PRIMARY) {
555 if (mType == DisplayType::DISPLAY_PRIMARY) {
H A DDisplayDevice.h71 DISPLAY_PRIMARY = HWC_DISPLAY_PRIMARY, enumerator in enum:android::DisplayDevice::DisplayType
H A DEventThread.cpp326 mVSyncEvent[0].header.id = DisplayDevice::DISPLAY_PRIMARY;
375 mVSyncEvent[DisplayDevice::DISPLAY_PRIMARY].vsync.count);
H A DSurfaceFlinger.h115 return getDisplayDevice(mBuiltinDisplays[DisplayDevice::DISPLAY_PRIMARY]);
172 bool isMainDisplay() const { return type == DisplayDevice::DISPLAY_PRIMARY; }
H A DSurfaceFlinger.cpp575 if (type == DisplayDevice::DISPLAY_PRIMARY) {
861 if (disp == DisplayDevice::DISPLAY_PRIMARY) {
867 int32_t type = DisplayDevice::DISPLAY_PRIMARY;
868 createBuiltinDisplayLocked(DisplayDevice::DISPLAY_PRIMARY);
877 DisplayDevice::DISPLAY_PRIMARY, consumer);
879 DisplayDevice::DISPLAY_PRIMARY, disp, isSecure, token, fbs,
1979 if (displayDevice->getDisplayType() != DisplayDevice::DISPLAY_PRIMARY) {
2444 d.token = mBuiltinDisplays[DisplayDevice::DISPLAY_PRIMARY];
2494 if (type == DisplayDevice::DISPLAY_PRIMARY) {
2504 if (type == DisplayDevice::DISPLAY_PRIMARY) {
[all...]
H A DSurfaceFlinger_hwc1.cpp483 if (mHwc->isConnected(i) || type==DisplayDevice::DISPLAY_PRIMARY) {
501 if (i > DisplayDevice::DISPLAY_PRIMARY) {
611 if (type == DisplayDevice::DISPLAY_PRIMARY) {
1995 if (hw->getDisplayType() != DisplayDevice::DISPLAY_PRIMARY) {
2460 d.token = mBuiltinDisplays[DisplayDevice::DISPLAY_PRIMARY];
2510 if (type == DisplayDevice::DISPLAY_PRIMARY) {
2520 if (type == DisplayDevice::DISPLAY_PRIMARY) {
2913 dpy = getBuiltInDisplay(DisplayDevice::DISPLAY_PRIMARY);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp187 disp = DisplayDevice::DISPLAY_PRIMARY;

Completed in 4460 milliseconds