Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/aidl/
DGrallocAllocator.cpp30 GrallocAllocator::GrallocAllocator() {} in GrallocAllocator() function in pixel::allocator::GrallocAllocator
32 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()
DGrallocAllocator2.cpp27 GrallocAllocator::GrallocAllocator() {} in GrallocAllocator() function in pixel::allocator::GrallocAllocator
29 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()
DGrallocAllocator.h15 class GrallocAllocator : public AidlAllocator::BnAllocator {
17 GrallocAllocator();
19 ~GrallocAllocator();
DGrallocAllocator2.h17 class GrallocAllocator : public AidlAllocator::BnAllocator {
19 GrallocAllocator();
21 ~GrallocAllocator();
DAndroid.bp15 srcs: ["GrallocAllocator.cpp"],
/hardware/google/gchips/gralloc4/service/aidl/
Dservice.cpp18 using pixel::allocator::GrallocAllocator;
21 auto service = ndk::SharedRefBase::make<GrallocAllocator>(); in main()
26 const auto instance = std::string() + GrallocAllocator::descriptor + "/default"; in main()