Searched refs:allocatorServiceName (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/graphics/mapper/3.0/utils/vts/ |
D | MapperVts.cpp | 26 Gralloc::Gralloc(const std::string& allocatorServiceName, const std::string& mapperServiceName, in Gralloc() argument 29 init(allocatorServiceName, mapperServiceName); in Gralloc() 31 initNoErr(allocatorServiceName, mapperServiceName); in Gralloc() 35 void Gralloc::init(const std::string& allocatorServiceName, const std::string& mapperServiceName) { in init() argument 36 mAllocator = IAllocator::getService(allocatorServiceName); in init() 44 void Gralloc::initNoErr(const std::string& allocatorServiceName, in initNoErr() argument 46 mAllocator = IAllocator::getService(allocatorServiceName); in initNoErr()
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/ |
D | MapperVts.h | 40 Gralloc(const std::string& allocatorServiceName = "default", 87 void init(const std::string& allocatorServiceName, const std::string& mapperServiceName); 90 void initNoErr(const std::string& allocatorServiceName, const std::string& mapperServiceName);
|
/hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/ |
D | MapperVts.h | 40 Gralloc(const std::string& allocatorServiceName = "default", 78 void init(const std::string& allocatorServiceName, const std::string& mapperServiceName);
|
/hardware/interfaces/graphics/mapper/2.0/utils/vts/ |
D | MapperVts.cpp | 26 Gralloc::Gralloc(const std::string& allocatorServiceName, const std::string& mapperServiceName) { in Gralloc() argument 27 init(allocatorServiceName, mapperServiceName); in Gralloc() 30 void Gralloc::init(const std::string& allocatorServiceName, const std::string& mapperServiceName) { in init() argument 31 mAllocator = IAllocator::getService(allocatorServiceName); in init()
|
/hardware/interfaces/graphics/mapper/2.1/utils/vts/ |
D | MapperVts.cpp | 51 Gralloc::Gralloc(const std::string& allocatorServiceName, const std::string& mapperServiceName, in Gralloc() argument 53 : V2_0::vts::Gralloc(allocatorServiceName, mapperServiceName) { in Gralloc()
|
/hardware/interfaces/graphics/mapper/2.1/utils/vts/include/mapper-vts/2.1/ |
D | MapperVts.h | 36 Gralloc(const std::string& allocatorServiceName, const std::string& mapperServiceName,
|