Home
last modified time | relevance | path

Searched defs:hasWideColorDisplay (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/configstore/1.1/default/
H A DSurfaceFlingerConfigs.cpp66 Return<void> SurfaceFlingerConfigs::hasWideColorDisplay(hasWideColorDisplay_cb _hidl_cb) { in hasWideColorDisplay() function in android::hardware::configstore::V1_1::implementation::SurfaceFlingerConfigs
/aosp12/hardware/interfaces/configstore/1.0/vts/functional/
H A DVtsHalConfigstoreV1_0TargetTest.cpp127 bool hasWideColorDisplay; in TEST_P() local
/aosp12/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp56 static bool hasWideColorDisplay = android::sysprop::has_wide_color_display(false); variable
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h241 static bool hasWideColorDisplay; variable
H A DSurfaceFlinger.cpp333 bool SurfaceFlinger::hasWideColorDisplay; member in android::SurfaceFlinger
/aosp12/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp52 static bool hasWideColorDisplay = android::sysprop::has_wide_color_display(false); variable