Searched refs:getAllocationSize (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/libs/ui/ |
D | GraphicBufferMapper.cpp | 269 status_t GraphicBufferMapper::getAllocationSize(buffer_handle_t bufferHandle, in getAllocationSize() function in android::GraphicBufferMapper 271 return mMapper->getAllocationSize(bufferHandle, outAllocationSize); in getAllocationSize()
|
D | Gralloc5.cpp | 832 status_t Gralloc5Mapper::getAllocationSize(buffer_handle_t bufferHandle, in getAllocationSize() function in android::Gralloc5Mapper
|
D | Gralloc4.cpp | 577 status_t Gralloc4Mapper::getAllocationSize(buffer_handle_t bufferHandle, in getAllocationSize() function in android::Gralloc4Mapper
|
/frameworks/native/libs/ui/include/ui/ |
D | Gralloc.h | 119 virtual status_t getAllocationSize(buffer_handle_t /*bufferHandle*/, in getAllocationSize() function
|
D | GraphicBufferMapper.h | 140 status_t getAllocationSize(buffer_handle_t bufferHandle, uint64_t* outAllocationSize);
|
D | Gralloc5.h | 91 [[nodiscard]] status_t getAllocationSize(buffer_handle_t bufferHandle,
|
D | Gralloc4.h | 83 status_t getAllocationSize(buffer_handle_t bufferHandle,
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicBufferMapper.h | 140 status_t getAllocationSize(buffer_handle_t bufferHandle, uint64_t* outAllocationSize);
|
/frameworks/base/libs/hwui/hwui/ |
D | Bitmap.cpp | 66 auto err = mapper.getAllocationSize(buffer->handle, &size); in AHardwareBuffer_getAllocationSize()
|