Lines Matching refs:Gralloc

26 Gralloc::Gralloc(const std::string& allocatorServiceName, const std::string& mapperServiceName,  in Gralloc()  function in android::hardware::graphics::mapper::V3_0::vts::Gralloc
35 void Gralloc::init(const std::string& allocatorServiceName, const std::string& mapperServiceName) { in init()
44 void Gralloc::initNoErr(const std::string& allocatorServiceName, in initNoErr()
54 Gralloc::~Gralloc() { in ~Gralloc()
69 sp<IAllocator> Gralloc::getAllocator() const { in getAllocator()
73 std::string Gralloc::dumpDebugInfo() { in dumpDebugInfo()
80 const native_handle_t* Gralloc::cloneBuffer(const hidl_handle& rawHandle) { in cloneBuffer()
91 std::vector<const native_handle_t*> Gralloc::allocate(const BufferDescriptor& descriptor, in allocate()
122 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate()
137 sp<IMapper> Gralloc::getMapper() const { in getMapper()
141 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor()
151 const native_handle_t* Gralloc::importBuffer(const hidl_handle& rawHandle) { in importBuffer()
166 void Gralloc::freeBuffer(const native_handle_t* bufferHandle) { in freeBuffer()
179 void* Gralloc::lock(const native_handle_t* bufferHandle, uint64_t cpuUsage, in lock()
212 YCbCrLayout Gralloc::lockYCbCr(const native_handle_t* bufferHandle, uint64_t cpuUsage, in lockYCbCr()
239 int Gralloc::unlock(const native_handle_t* bufferHandle) { in unlock()
261 bool Gralloc::validateBufferSize(const native_handle_t* bufferHandle, in validateBufferSize()
270 void Gralloc::getTransportSize(const native_handle_t* bufferHandle, uint32_t* outNumFds, in getTransportSize()
287 bool Gralloc::isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo) { in isSupported()