Searched refs:allocatorServiceName (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/graphics/mapper/3.0/utils/vts/ |
D | MapperVts.cpp | 28 Gralloc::Gralloc(const std::string& allocatorServiceName, const std::string& mapperServiceName, in Gralloc() argument 31 init(allocatorServiceName, mapperServiceName); in Gralloc() 33 initNoErr(allocatorServiceName, mapperServiceName); in Gralloc() 37 void Gralloc::init(const std::string& allocatorServiceName, const std::string& mapperServiceName) { in init() argument 38 mAllocator = ::testing::VtsHalHidlTargetTestBase::getService<IAllocator>(allocatorServiceName); in init() 46 void Gralloc::initNoErr(const std::string& allocatorServiceName, in initNoErr() argument 48 mAllocator = ::testing::VtsHalHidlTargetTestBase::getService<IAllocator>(allocatorServiceName); in initNoErr()
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/ |
D | MapperVts.h | 39 Gralloc(const std::string& allocatorServiceName = "default", 86 void init(const std::string& allocatorServiceName, const std::string& mapperServiceName); 89 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 | 39 Gralloc(const std::string& allocatorServiceName = "default", 77 void init(const std::string& allocatorServiceName, const std::string& mapperServiceName);
|
/hardware/interfaces/graphics/mapper/2.0/utils/vts/ |
D | MapperVts.cpp | 28 Gralloc::Gralloc(const std::string& allocatorServiceName, const std::string& mapperServiceName) { in Gralloc() argument 29 init(allocatorServiceName, mapperServiceName); in Gralloc() 32 void Gralloc::init(const std::string& allocatorServiceName, const std::string& mapperServiceName) { in init() argument 33 mAllocator = ::testing::VtsHalHidlTargetTestBase::getService<IAllocator>(allocatorServiceName); in init()
|
/hardware/interfaces/graphics/mapper/2.1/utils/vts/ |
D | MapperVts.cpp | 53 Gralloc::Gralloc(const std::string& allocatorServiceName, const std::string& mapperServiceName, in Gralloc() argument 55 : 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,
|