Searched refs:GrallocAllocator (Results 1 – 6 of 6) sorted by relevance
30 GrallocAllocator::GrallocAllocator() {} in GrallocAllocator() function in pixel::allocator::GrallocAllocator32 GrallocAllocator::~GrallocAllocator() {} in ~GrallocAllocator()34 ndk::ScopedAStatus GrallocAllocator::allocate(const std::vector<uint8_t>& descriptor, int32_t count, in allocate()91 binder_status_t GrallocAllocator::dump(int fd, const char** /* args */, uint32_t numArgs) { in dump()
27 GrallocAllocator::GrallocAllocator() {} in GrallocAllocator() function in pixel::allocator::GrallocAllocator29 GrallocAllocator::~GrallocAllocator() {} in ~GrallocAllocator()31 ndk::ScopedAStatus GrallocAllocator::allocate(const std::vector<uint8_t>& descriptor, int32_t count, in allocate()105 ndk::ScopedAStatus GrallocAllocator::allocate2( in allocate2()156 ndk::ScopedAStatus GrallocAllocator::isSupported( in isSupported()169 ndk::ScopedAStatus GrallocAllocator::getIMapperLibrarySuffix(std::string* result) { in getIMapperLibrarySuffix()174 binder_status_t GrallocAllocator::dump(int fd, const char** /* args */, uint32_t numArgs) { in dump()
15 class GrallocAllocator : public AidlAllocator::BnAllocator {17 GrallocAllocator();19 ~GrallocAllocator();
17 class GrallocAllocator : public AidlAllocator::BnAllocator {19 GrallocAllocator();21 ~GrallocAllocator();
15 srcs: ["GrallocAllocator.cpp"],
18 using pixel::allocator::GrallocAllocator;21 auto service = ndk::SharedRefBase::make<GrallocAllocator>(); in main()26 const auto instance = std::string() + GrallocAllocator::descriptor + "/default"; in main()