Home
last modified time | relevance | path

Searched refs:standards (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/jni/
Dandroid_hardware_OverlayProperties.cpp63 std::find(i.standards.begin(), i.standards.end(), in android_hardware_OverlayProperties_isCombinationSupported()
64 dataspace & HAL_DATASPACE_STANDARD_MASK) != i.standards.end() && in android_hardware_OverlayProperties_isCombinationSupported()
90 combination.standards = {HAL_DATASPACE_STANDARD_BT709}; in android_hardware_OverlayProperties_createDefault()
/frameworks/native/libs/gui/aidl/android/gui/
DOverlayProperties.aidl23 int[] standards;
/frameworks/base/core/proto/android/input/
Dkeyboard_configured.proto42 // BCP-47 language tag standards.
/frameworks/proto_logging/stats/atoms/input/
Dinput_extension_atoms.proto43 // This will follow BCP-47 language tag standards.
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1656 std::vector<int32_t> standards; in getOverlaySupport() local
1657 standards.reserve(combination.standards.size()); in getOverlaySupport()
1658 std::transform(combination.standards.cbegin(), combination.standards.cend(), in getOverlaySupport()
1659 std::back_inserter(standards), in getOverlaySupport()
1673 outCombination.standards = std::move(standards); in getOverlaySupport()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp987 for (const auto& standard : combination.standards) { in dumpOverlayProperties()