Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp246 status_t GraphicBufferMapper::getLayerCount(buffer_handle_t bufferHandle, uint64_t* outLayerCount) { in getLayerCount() argument
247 return mMapper->getLayerCount(bufferHandle, outLayerCount); in getLayerCount()
DGralloc5.cpp781 uint64_t *outLayerCount) const { in getLayerCount()
784 *outLayerCount = *value; in getLayerCount()
DGralloc4.cpp550 uint64_t* outLayerCount) const { in getLayerCount()
552 outLayerCount); in getLayerCount()
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBufferMapper.h134 status_t getLayerCount(buffer_handle_t bufferHandle, uint64_t* outLayerCount);
/frameworks/native/libs/ui/include/ui/
DGralloc5.h77 uint64_t *outLayerCount) const override;
DGraphicBufferMapper.h134 status_t getLayerCount(buffer_handle_t bufferHandle, uint64_t* outLayerCount);
DGralloc4.h75 status_t getLayerCount(buffer_handle_t bufferHandle, uint64_t* outLayerCount) const override;
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp976 status_t encodeLayerCount(uint64_t layerCount, hidl_vec<uint8_t>* outLayerCount) { in encodeLayerCount() argument
977 return encodeMetadata(MetadataType_LayerCount, layerCount, outLayerCount, encodeInteger); in encodeLayerCount()
980 status_t decodeLayerCount(const hidl_vec<uint8_t>& layerCount, uint64_t* outLayerCount) { in decodeLayerCount() argument
981 return decodeMetadata(MetadataType_LayerCount, layerCount, outLayerCount, decodeInteger); in decodeLayerCount()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h275 status_t encodeLayerCount(uint64_t layerCount, android::hardware::hidl_vec<uint8_t>* outLayerCount);
276 … decodeLayerCount(const android::hardware::hidl_vec<uint8_t>& layerCount, uint64_t* outLayerCount);