Home
last modified time | relevance | path

Searched refs:mapperServiceName (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/graphics/mapper/3.0/utils/vts/
DMapperVts.cpp26 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/
DMapperVts.h41 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/
DMapperVts.cpp27 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/
DMapperVts.h41 const std::string& mapperServiceName = "default");
78 void init(const std::string& allocatorServiceName, const std::string& mapperServiceName);
/hardware/interfaces/graphics/mapper/2.0/utils/vts/
DMapperVts.cpp26 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/
DMapperVts.h51 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/
DMapperVts.cpp51 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/
DMapperVts.h36 Gralloc(const std::string& allocatorServiceName, const std::string& mapperServiceName,