Home
last modified time | relevance | path

Searched refs:getDisplayType (Results 1 – 23 of 23) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/
H A DICarOccupantZone.aidl30 int getDisplayType(in int displayId); in getDisplayType() method
H A DCarOccupantZoneManager.java405 public int getDisplayType(@NonNull Display display) { in getDisplayType() method in CarOccupantZoneManager
408 return mService.getDisplayType(display.getDisplayId()); in getDisplayType()
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
H A DHwcHal.h177 if (getDisplayType(display, &type) == Error::BAD_DISPLAY) { in getRenderIntents()
296 using BaseType2_1::getDisplayType;
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DCarOccupantZoneServiceTest.java856 assertThat(mManager.getDisplayType(mDisplay0)).isEqualTo( in testManagerGetDisplayType()
858 assertThat(mManager.getDisplayType(mDisplay1)).isEqualTo( in testManagerGetDisplayType()
860 assertThat(mManager.getDisplayType(mDisplay2)).isEqualTo( in testManagerGetDisplayType()
862 assertThat(mManager.getDisplayType(mDisplay4)).isEqualTo( in testManagerGetDisplayType()
864 assertThat(mManager.getDisplayType(mDisplay5)).isEqualTo( in testManagerGetDisplayType()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
H A DHwcHal.h245 Error getDisplayType(Display display, IComposerClient::DisplayType* outType) override { in getDisplayType() function
247 int32_t err = mDispatch.getDisplayType(mDevice, display, &hwc_type); in getDisplayType()
533 !initDispatch(HWC2_FUNCTION_GET_DISPLAY_TYPE, &mDispatch.getDisplayType) || in initDispatch()
636 HWC2_PFN_GET_DISPLAY_TYPE getDisplayType; member
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerClient.h238 Return<void> getDisplayType(Display display, in getDisplayType() function
241 Error err = mHal->getDisplayType(display, &type); in getDisplayType()
H A DComposerHal.h87 virtual Error getDisplayType(Display display, IComposerClient::DisplayType* outType) = 0;
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/
H A DComposerVts.cpp211 IComposerClient::DisplayType ComposerClient::getDisplayType(Display display) { in getDisplayType() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient
213 mClient->getDisplayType(display, [&](const auto& tmpError, const auto& tmpType) { in getDisplayType()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
H A DComposerVts.h103 IComposerClient::DisplayType getDisplayType(Display display);
/aosp12/hardware/interfaces/graphics/composer/2.1/vts/functional/
H A DVtsHalGraphicsComposerV2_1TargetTest.cpp178 IComposerClient::DisplayType type = mComposerClient->getDisplayType(display); in TEST_P()
311 mComposerClient->getDisplayType(mPrimaryDisplay)); in TEST_P()
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.h85 V2_1::Error getDisplayType(Display display, IComposerClient::DisplayType* outType) override;
H A DFakeComposerClient.cpp295 V2_1::Error FakeComposerClient::getDisplayType(Display /*display*/, in getDisplayType() function in FakeComposerClient
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.h241 Error getDisplayType(Display display,
H A Dvr_hwc.cpp393 Error VrHwc::getDisplayType(Display display, in getDisplayType() function in android::dvr::VrHwc
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.h114 Return<void> getDisplayType(uint64_t display, getDisplayType_cb _hidl_cb) override;
H A DQtiComposerClient.cpp462 Return<void> QtiComposerClient::getDisplayType(uint64_t display, getDisplayType_cb _hidl_cb) { in getDisplayType() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
/aosp12/hardware/interfaces/graphics/composer/2.2/vts/functional/
H A DVtsHalGraphicsComposerV2_2TargetTest.cpp260 IComposerClient::DisplayType type = mComposerClient->getDisplayType(display); in TEST_P()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.h703 virtual int32_t getDisplayType(
H A DExynosDisplay.cpp2876 int32_t ExynosDisplay::getDisplayType( in getDisplayType() function in ExynosDisplay
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarOccupantZoneService.java589 public int getDisplayType(int displayId) { in getDisplayType() method in CarOccupantZoneService
/aosp12/hardware/google/graphics/common/libhwc2.1/
H A DExynosHWC.cpp448 return exynosDisplay->getDisplayType(outType); in exynos_getDisplayType()
/aosp12/hardware/interfaces/graphics/composer/2.1/
H A DIComposerClient.hal192 /** Display types returned by getDisplayType. */
446 getDisplayType(Display display) generates (Error error, DisplayType type);
/aosp12/packages/services/Car/car-lib/api/
H A Dcurrent.txt107 method public int getDisplayType(@NonNull android.view.Display);