Home
last modified time | relevance | path

Searched defs:bufferDescriptor (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gchips/gralloc4/src/aidl/
DGrallocAllocator2.cpp35 buffer_descriptor_t bufferDescriptor; in allocate() local
90 buffer_descriptor_t bufferDescriptor; in toInternalDescriptor() local
110 buffer_descriptor_t bufferDescriptor = toInternalDescriptor(descriptor); in allocate2() local
158 buffer_descriptor_t bufferDescriptor = toInternalDescriptor(descriptor); in isSupported() local
DGrallocAllocator.cpp38 buffer_descriptor_t bufferDescriptor; in allocate() local
/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.cpp73 void allocate(const buffer_descriptor_t &bufferDescriptor, uint32_t count, IAllocator::allocate_cb … in allocate()