Home
last modified time | relevance | path

Searched defs:getDisplayType (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
DDisplayDevice.h143 int32_t getDisplayType() const { return mType; } in getDisplayType() function
DSurfaceFlinger.h472 int32_t getDisplayType(const sp<IBinder>& display) { in getDisplayType() function
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.cpp366 Error VrHwc::getDisplayType(Display display, in getDisplayType() function in android::dvr::VrHwc
/frameworks/native/services/surfaceflinger/DisplayHardware/
DComposerHal.cpp380 Error Composer::getDisplayType(Display display, in getDisplayType() function in android::Hwc2::Composer
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp109 void getDisplayType(hwc2_display_t display, hwc2_display_type_t* outType, in getDisplayType() function in Hwc2Test