Searched refs:outProtectedContent (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/libs/ui/ |
D | GraphicBufferMapper.cpp | 275 uint64_t* outProtectedContent) { in getProtectedContent() argument 276 return mMapper->getProtectedContent(bufferHandle, outProtectedContent); in getProtectedContent()
|
D | Gralloc5.cpp | 843 uint64_t *outProtectedContent) const { in getProtectedContent() 847 *outProtectedContent = *value; in getProtectedContent()
|
D | Gralloc4.cpp | 584 uint64_t* outProtectedContent) const { in getProtectedContent() 586 gralloc4::decodeProtectedContent, outProtectedContent); in getProtectedContent()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicBufferMapper.h | 141 status_t getProtectedContent(buffer_handle_t bufferHandle, uint64_t* outProtectedContent);
|
/frameworks/native/libs/ui/include/ui/ |
D | GraphicBufferMapper.h | 141 status_t getProtectedContent(buffer_handle_t bufferHandle, uint64_t* outProtectedContent);
|
D | Gralloc5.h | 95 uint64_t *outProtectedContent) const override;
|
D | Gralloc4.h | 86 uint64_t* outProtectedContent) const override;
|
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 1032 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/ |
D | Gralloc4.h | 293 …ectedContent(uint64_t protectedContent, android::hardware::hidl_vec<uint8_t>* outProtectedContent); 294 …ntent(const android::hardware::hidl_vec<uint8_t>& protectedContent, uint64_t* outProtectedContent);
|