Searched refs:hidlAllocatorServiceName (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/graphics/mapper/4.0/utils/vts/ |
D | MapperVts.cpp | 31 const std::string& hidlAllocatorServiceName, const std::string& mapperServiceName, in Gralloc() argument 34 init(aidlAllocatorServiceName, hidlAllocatorServiceName, mapperServiceName); in Gralloc() 36 initNoErr(aidlAllocatorServiceName, hidlAllocatorServiceName, mapperServiceName); in Gralloc() 41 const std::string& hidlAllocatorServiceName, in init() argument 47 mHidlAllocator = IAllocator::getService(hidlAllocatorServiceName); in init() 58 const std::string& hidlAllocatorServiceName, in initNoErr() argument 64 mHidlAllocator = IAllocator::getService(hidlAllocatorServiceName); in initNoErr()
|
/hardware/interfaces/graphics/mapper/4.0/utils/vts/include/mapper-vts/4.0/ |
D | MapperVts.h | 54 const std::string& hidlAllocatorServiceName = "default", 170 const std::string& hidlAllocatorServiceName, const std::string& mapperServiceName); 174 const std::string& hidlAllocatorServiceName,
|