Searched refs:mapperServiceName (Results 1 – 8 of 8) 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 39 mMapper = IMapper::getService(mapperServiceName); in init() 45 const std::string& mapperServiceName) { in initNoErr() argument 48 mMapper = IMapper::getService(mapperServiceName); in initNoErr()
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/ |
D | MapperVts.h | 41 const std::string& mapperServiceName = "default", bool errOnFailure = true); 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/4.0/utils/vts/ |
D | MapperVts.cpp | 27 Gralloc::Gralloc(const std::string& allocatorServiceName, const std::string& mapperServiceName, in Gralloc() argument 30 init(allocatorServiceName, mapperServiceName); in Gralloc() 32 initNoErr(allocatorServiceName, mapperServiceName); in Gralloc() 36 void Gralloc::init(const std::string& allocatorServiceName, const std::string& mapperServiceName) { in init() argument 40 mMapper = IMapper::getService(mapperServiceName); in init() 46 const std::string& mapperServiceName) { in initNoErr() argument 49 mMapper = IMapper::getService(mapperServiceName); in initNoErr()
|
/hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/ |
D | MapperVts.h | 41 const std::string& mapperServiceName = "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 34 mMapper = IMapper::getService(mapperServiceName); in init()
|
/hardware/interfaces/graphics/mapper/4.0/utils/vts/include/mapper-vts/4.0/ |
D | MapperVts.h | 51 const std::string& mapperServiceName = "default", bool errOnFailure = true); 133 void init(const std::string& allocatorServiceName, const std::string& mapperServiceName); 136 void initNoErr(const std::string& allocatorServiceName, const std::string& mapperServiceName);
|
/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,
|