Searched refs:getDisplayType (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h143 int32_t getDisplayType() const { return mType; } function in class:android::DisplayDevice
H A DSurfaceFlinger_hwc1.cpp668 int32_t type = getDisplayType(display);
778 ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(),
780 int32_t type = hw->getDisplayType();
784 ALOGD("Screen type=%d is already mode=%d", hw->getDisplayType(), mode);
817 } else if (hw->getDisplayType() >= DisplayDevice::DISPLAY_VIRTUAL) {
837 int32_t type = getDisplayType(display);
854 int32_t type = getDisplayType(display);
866 int32_t type = getDisplayType(display);
1401 ALOGV_IF(mDisplays[dpy]->getDisplayType() == DisplayDevice::DISPLAY_VIRTUAL,
2231 if (hw->getDisplayType() !
[all...]
H A DSurfaceFlinger.cpp809 ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(),
811 int32_t type = hw->getDisplayType();
815 ALOGD("Screen type=%d is already mode=%d", hw->getDisplayType(), mode);
849 } else if (hw->getDisplayType() >= DisplayDevice::DISPLAY_VIRTUAL) {
901 int32_t type = hw->getDisplayType();
914 hw->getDisplayType());
944 } else if (hw->getDisplayType() >= DisplayDevice::DISPLAY_VIRTUAL) {
1270 if (displayDevice->getDisplayType() == DisplayDevice::DISPLAY_VIRTUAL) {
1734 ALOGV_IF(mDisplays[dpy]->getDisplayType() == DisplayDevice::DISPLAY_VIRTUAL,
2561 if (displayDevice->getDisplayType() !
[all...]
H A DSurfaceFlinger.h472 int32_t getDisplayType(const sp<IBinder>& display) { function in class:android::SurfaceFlinger
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.h175 Error getDisplayType(Display display,
H A DComposerHal.cpp380 Error Composer::getDisplayType(Display display, function in class:android::Hwc2::Composer
384 mClient->getDisplayType(display,
H A DHWC2.cpp338 auto intError = mDevice.mComposer->getDisplayType(mId,
342 ALOGE("getDisplayType(%" PRIu64 ") failed: %s (%d)",
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.h229 Error getDisplayType(Display display,
H A Dvr_hwc.cpp366 Error VrHwc::getDisplayType(Display display, function in class:android::dvr::VrHwc
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp109 void getDisplayType(hwc2_display_t display, hwc2_display_type_t* outType, function in class:Hwc2Test
2152 ASSERT_NO_FATAL_FAILURE(getDisplayType(display, &type));
2168 ASSERT_NO_FATAL_FAILURE(getDisplayType(display, &type, &err));

Completed in 402 milliseconds