Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp525 protectedContent; in TEST_F() local
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp1032 status_t encodeProtectedContent(uint64_t protectedContent, hidl_vec<uint8_t>* outProtectedContent) { in encodeProtectedContent()
1037 status_t decodeProtectedContent(const hidl_vec<uint8_t>& protectedContent, uint64_t* outProtectedCo… in decodeProtectedContent()
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1206 uint64_t protectedContent = 0; in TEST_P() local
1505 uint64_t protectedContent = 0; in TEST_P() local
2153 uint64_t protectedContent = 0; in TEST_P() local
/aosp12/frameworks/native/libs/ui/
H A DGralloc4.cpp847 uint64_t protectedContent; in bufferDumpHelper() local
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java1271 public Builder setProtected(boolean protectedContent) { in setProtected()