Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp269 status_t GraphicBufferMapper::getAllocationSize(buffer_handle_t bufferHandle, in getAllocationSize() function in android::GraphicBufferMapper
271 return mMapper->getAllocationSize(bufferHandle, outAllocationSize); in getAllocationSize()
DGralloc5.cpp832 status_t Gralloc5Mapper::getAllocationSize(buffer_handle_t bufferHandle, in getAllocationSize() function in android::Gralloc5Mapper
DGralloc4.cpp577 status_t Gralloc4Mapper::getAllocationSize(buffer_handle_t bufferHandle, in getAllocationSize() function in android::Gralloc4Mapper
/frameworks/native/libs/ui/include/ui/
DGralloc.h119 virtual status_t getAllocationSize(buffer_handle_t /*bufferHandle*/, in getAllocationSize() function
DGraphicBufferMapper.h140 status_t getAllocationSize(buffer_handle_t bufferHandle, uint64_t* outAllocationSize);
DGralloc5.h91 [[nodiscard]] status_t getAllocationSize(buffer_handle_t bufferHandle,
DGralloc4.h83 status_t getAllocationSize(buffer_handle_t bufferHandle,
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBufferMapper.h140 status_t getAllocationSize(buffer_handle_t bufferHandle, uint64_t* outAllocationSize);
/frameworks/base/libs/hwui/hwui/
DBitmap.cpp66 auto err = mapper.getAllocationSize(buffer->handle, &size); in AHardwareBuffer_getAllocationSize()