Home
last modified time | relevance | path

Searched refs:getTransportSize (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp93 void GraphicBufferMapper::getTransportSize(buffer_handle_t handle, in getTransportSize() function in android::GraphicBufferMapper
96 mMapper->getTransportSize(handle, outTransportNumFds, outTransportNumInts); in getTransportSize()
DGraphicBuffer.cpp211 mBufferMapper.getTransportSize(handle, &mTransportNumFds, &mTransportNumInts); in initWithSize()
254 mBufferMapper.getTransportSize(inHandle, &mTransportNumFds, &mTransportNumInts); in initWithHandle()
555 mBufferMapper.getTransportSize(handle, &mTransportNumFds, &mTransportNumInts); in unflatten()
DGralloc2.cpp202 void Gralloc2Mapper::getTransportSize(buffer_handle_t bufferHandle, uint32_t* outNumFds, in getTransportSize() function in android::Gralloc2Mapper
213 auto ret = mMapperV2_1->getTransportSize(buffer, in getTransportSize()
DGralloc3.cpp167 void Gralloc3Mapper::getTransportSize(buffer_handle_t bufferHandle, uint32_t* outNumFds, in getTransportSize() function in android::Gralloc3Mapper
174 auto ret = mMapper->getTransportSize(buffer, in getTransportSize()
/frameworks/native/libs/ui/include/ui/
DGralloc.h53 virtual void getTransportSize(buffer_handle_t bufferHandle, uint32_t* outNumFds,
DGralloc3.h51 void getTransportSize(buffer_handle_t bufferHandle, uint32_t* outNumFds,
DGraphicBufferMapper.h60 void getTransportSize(buffer_handle_t handle,
DGralloc2.h52 void getTransportSize(buffer_handle_t bufferHandle, uint32_t* outNumFds,
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBufferMapper.h60 void getTransportSize(buffer_handle_t handle,
DGralloc2.h52 void getTransportSize(buffer_handle_t bufferHandle, uint32_t* outNumFds,