Home
last modified time | relevance | path

Searched refs:outProtectedContent (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp275 uint64_t* outProtectedContent) { in getProtectedContent() argument
276 return mMapper->getProtectedContent(bufferHandle, outProtectedContent); in getProtectedContent()
DGralloc5.cpp843 uint64_t *outProtectedContent) const { in getProtectedContent()
847 *outProtectedContent = *value; in getProtectedContent()
DGralloc4.cpp584 uint64_t* outProtectedContent) const { in getProtectedContent()
586 gralloc4::decodeProtectedContent, outProtectedContent); in getProtectedContent()
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBufferMapper.h141 status_t getProtectedContent(buffer_handle_t bufferHandle, uint64_t* outProtectedContent);
/frameworks/native/libs/ui/include/ui/
DGraphicBufferMapper.h141 status_t getProtectedContent(buffer_handle_t bufferHandle, uint64_t* outProtectedContent);
DGralloc5.h95 uint64_t *outProtectedContent) const override;
DGralloc4.h86 uint64_t* outProtectedContent) const override;
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1032 status_t encodeProtectedContent(uint64_t protectedContent, hidl_vec<uint8_t>* outProtectedContent) { in encodeProtectedContent() argument
1033 return encodeMetadata(MetadataType_ProtectedContent, protectedContent, outProtectedContent, in encodeProtectedContent()
1037 … decodeProtectedContent(const hidl_vec<uint8_t>& protectedContent, uint64_t* outProtectedContent) { in decodeProtectedContent() argument
1038 return decodeMetadata(MetadataType_ProtectedContent, protectedContent, outProtectedContent, in decodeProtectedContent()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h293 …ectedContent(uint64_t protectedContent, android::hardware::hidl_vec<uint8_t>* outProtectedContent);
294 …ntent(const android::hardware::hidl_vec<uint8_t>& protectedContent, uint64_t* outProtectedContent);