Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/3.0/utils/vts/
DMapperVts.cpp28 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/
DMapperVts.h39 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/
DMapperVts.h39 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/
DMapperVts.cpp28 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/
DMapperVts.cpp53 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/
DMapperVts.h36 Gralloc(const std::string& allocatorServiceName, const std::string& mapperServiceName,