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

/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_composer_client.h64 Return<void> getDisplayType(Display display,
H A Dvr_composer_client.cpp228 Return<void> VrComposerClient::getDisplayType(Display display, function in class:android::dvr::VrComposerClient
230 return client_->getDisplayType(display, hidl_cb);
H A Dvr_hwc.h230 Error getDisplayType(Display display,
H A Dvr_hwc.cpp387 Error VrHwc::getDisplayType(Display display, function in class:android::dvr::VrHwc
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h143 int32_t getDisplayType() const { return mType; } function in class:android::DisplayDevice
H A DSurfaceFlinger_hwc1.cpp669 int32_t type = getDisplayType(display);
779 ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(),
781 int32_t type = hw->getDisplayType();
785 ALOGD("Screen type=%d is already mode=%d", hw->getDisplayType(), mode);
818 } else if (hw->getDisplayType() >= DisplayDevice::DISPLAY_VIRTUAL) {
838 int32_t type = getDisplayType(display);
855 int32_t type = getDisplayType(display);
867 int32_t type = getDisplayType(display);
1401 ALOGV_IF(mDisplays[dpy]->getDisplayType() == DisplayDevice::DISPLAY_VIRTUAL,
2231 if (hw->getDisplayType() !
[all...]
H A DSurfaceFlinger.cpp855 ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(),
857 int32_t type = hw->getDisplayType();
861 ALOGD("Screen type=%d is already mode=%d", hw->getDisplayType(), mode);
895 } else if (hw->getDisplayType() >= DisplayDevice::DISPLAY_VIRTUAL) {
952 int32_t type = hw->getDisplayType();
965 hw->getDisplayType());
995 } else if (hw->getDisplayType() >= DisplayDevice::DISPLAY_VIRTUAL) {
1848 ALOGV_IF(mDisplays[dpy]->getDisplayType() == DisplayDevice::DISPLAY_VIRTUAL,
2673 if (displayDevice->getDisplayType() != DisplayDevice::DISPLAY_PRIMARY) {
3309 ALOGD("Set power mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(),
[all...]
H A DSurfaceFlinger.h518 int32_t getDisplayType(const sp<IBinder>& display) { function in class:android::SurfaceFlinger
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.h180 Error getDisplayType(Display display,
H A DComposerHal.cpp391 Error Composer::getDisplayType(Display display, function in class:android::Hwc2::Composer
395 mClient->getDisplayType(display,
H A DHWC2.cpp177 auto intError = mComposer->getDisplayType(displayId,
182 ALOGE("getDisplayType(%" PRIu64 ") failed: %s (%d). "
/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 96 milliseconds