Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp230 status_t GraphicBufferMapper::getBufferId(buffer_handle_t bufferHandle, uint64_t* outBufferId) { in getBufferId() argument
231 return mMapper->getBufferId(bufferHandle, outBufferId); in getBufferId()
DGralloc5.cpp744 status_t Gralloc5Mapper::getBufferId(buffer_handle_t bufferHandle, uint64_t *outBufferId) const { in getBufferId()
747 *outBufferId = *value; in getBufferId()
DGralloc4.cpp532 status_t Gralloc4Mapper::getBufferId(buffer_handle_t bufferHandle, uint64_t* outBufferId) const { in getBufferId()
534 outBufferId); in getBufferId()
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBufferMapper.h130 status_t getBufferId(buffer_handle_t bufferHandle, uint64_t* outBufferId);
/frameworks/native/libs/ui/include/ui/
DGraphicBufferMapper.h130 status_t getBufferId(buffer_handle_t bufferHandle, uint64_t* outBufferId);
DGralloc5.h65 uint64_t *outBufferId) const override;
DGralloc4.h71 status_t getBufferId(buffer_handle_t bufferHandle, uint64_t* outBufferId) const override;
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp944 status_t encodeBufferId(uint64_t bufferId, hidl_vec<uint8_t>* outBufferId) { in encodeBufferId() argument
945 return encodeMetadata(MetadataType_BufferId, bufferId, outBufferId, encodeInteger); in encodeBufferId()
948 status_t decodeBufferId(const hidl_vec<uint8_t>& bufferId, uint64_t* outBufferId) { in decodeBufferId() argument
949 return decodeMetadata(MetadataType_BufferId, bufferId, outBufferId, decodeInteger); in decodeBufferId()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h263 status_t encodeBufferId(uint64_t bufferId, android::hardware::hidl_vec<uint8_t>* outBufferId);
264 status_t decodeBufferId(const android::hardware::hidl_vec<uint8_t>& bufferId, uint64_t* outBufferId