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

  /hardware/interfaces/graphics/allocator/2.0/default/
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...]
Gralloc1Allocator.h 35 class Gralloc1Allocator : public IAllocator {
37 Gralloc1Allocator(const hw_module_t* module);
38 virtual ~Gralloc1Allocator();

Completed in 58 milliseconds