Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/
DGrallocWrapper.cpp101 class GrallocHalWrapper : public IGrallocHalWrapper { class
103 GrallocHalWrapper(const sp<AllocatorT>& allocator, const sp<MapperT>& mapper) in GrallocHalWrapper() function in android::__anon6e7a76650111::GrallocHalWrapper
132 native_handle_t* GrallocHalWrapper<AllocatorT, MapperT>::allocate(uint32_t size) { in allocate()
153 void GrallocHalWrapper<AllocatorT, MapperT>::freeBuffer(native_handle_t* bufferHandle) { in freeBuffer()
161 typename GrallocHalWrapper<AllocatorT, MapperT>::BufferDescriptorT
162 GrallocHalWrapper<AllocatorT, MapperT>::getDescriptor(uint32_t size) { in getDescriptor()
185 native_handle_t* GrallocHalWrapper<AllocatorT, MapperT>::importBuffer( in importBuffer()
202 void* GrallocHalWrapper<AllocatorT, MapperT>::lock(native_handle_t* bufferHandle) { in lock()
222 void GrallocHalWrapper<AllocatorT, MapperT>::unlock(native_handle_t* bufferHandle) { in unlock()
240 new GrallocHalWrapper<IAllocator4, IMapper4>(allocator4, mapper4)); in GrallocWrapper()
[all …]