HomeSort by relevance Sort by last modified time
    Searched refs:Gralloc1Allocator (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc.cpp 21 #include "Gralloc1Allocator.h"
43 return new Gralloc1Allocator(module);
Gralloc1Allocator.h 35 class Gralloc1Allocator : public IAllocator {
37 Gralloc1Allocator(const hw_module_t* module);
38 virtual ~Gralloc1Allocator();
Gralloc1Allocator.cpp 17 #define LOG_TAG "Gralloc1Allocator"
19 #include "Gralloc1Allocator.h"
39 Gralloc1Allocator::Gralloc1Allocator(const hw_module_t* module)
51 Gralloc1Allocator::~Gralloc1Allocator() {
55 void Gralloc1Allocator::initCapabilities() {
72 void Gralloc1Allocator::initDispatch(gralloc1_function_descriptor_t desc,
82 void Gralloc1Allocator::initDispatch() {
103 Return<void> Gralloc1Allocator::dumpDebugInfo(dumpDebugInfo_cb hidl_cb)
    [all...]

Completed in 45 milliseconds