Searched refs:GrallocHalWrapper (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/sensors/common/vts/utils/ |
D | GrallocWrapper.cpp | 82 class GrallocHalWrapper : public IGrallocHalWrapper { class 84 GrallocHalWrapper(const sp<AllocatorT>& allocator, const sp<MapperT>& mapper) in GrallocHalWrapper() function in android::__anon6e7a76650111::GrallocHalWrapper 109 std::string GrallocHalWrapper<AllocatorT, MapperT>::dumpDebugInfo() { in dumpDebugInfo() 116 native_handle_t* GrallocHalWrapper<AllocatorT, MapperT>::allocate(uint32_t size) { in allocate() 137 void GrallocHalWrapper<AllocatorT, MapperT>::freeBuffer(native_handle_t* bufferHandle) { in freeBuffer() 145 BufferDescriptor GrallocHalWrapper<AllocatorT, MapperT>::getDescriptor(uint32_t size) { in getDescriptor() 168 native_handle_t* GrallocHalWrapper<AllocatorT, MapperT>::importBuffer( in importBuffer() 185 void* GrallocHalWrapper<AllocatorT, MapperT>::lock(native_handle_t* bufferHandle) { in lock() 205 void GrallocHalWrapper<AllocatorT, MapperT>::unlock(native_handle_t* bufferHandle) { in unlock() 222 new GrallocHalWrapper<IAllocator3, IMapper3>(allocator3, mapper3)); in GrallocWrapper() [all …]
|