Home
last modified time | relevance | path

Searched refs:aidlAllocatorServiceName (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/graphics/mapper/4.0/utils/vts/
DMapperVts.cpp30 Gralloc::Gralloc(const std::string& aidlAllocatorServiceName, in Gralloc() argument
34 init(aidlAllocatorServiceName, hidlAllocatorServiceName, mapperServiceName); in Gralloc()
36 initNoErr(aidlAllocatorServiceName, hidlAllocatorServiceName, mapperServiceName); in Gralloc()
40 void Gralloc::init(const std::string& aidlAllocatorServiceName, in init() argument
44 ndk::SpAIBinder(AServiceManager_checkService(aidlAllocatorServiceName.c_str()))); in init()
57 void Gralloc::initNoErr(const std::string& aidlAllocatorServiceName, in initNoErr() argument
61 ndk::SpAIBinder(AServiceManager_checkService(aidlAllocatorServiceName.c_str()))); in initNoErr()
/hardware/interfaces/graphics/mapper/4.0/utils/vts/include/mapper-vts/4.0/
DMapperVts.h52 Gralloc(const std::string& aidlAllocatorServiceName =
169 void init(const std::string& aidlAllocatorServiceName,
173 void initNoErr(const std::string& aidlAllocatorServiceName,