Searched defs:getDisplayType (Results 1 - 6 of 6) 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.h518 int32_t getDisplayType(const sp<IBinder>& display) { function in class:android::SurfaceFlinger
/frameworks/native/services/vr/hardware_composer/impl/
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.cpp387 Error VrHwc::getDisplayType(Display display, function in class:android::dvr::VrHwc
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp391 Error Composer::getDisplayType(Display display, function in class:android::Hwc2::Composer
395 mClient->getDisplayType(display,
/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 1169 milliseconds