Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc0Hal.h41 using mapper::V2_0::passthrough::grallocDecodeBufferDescriptor;
77 if (!grallocDecodeBufferDescriptor(descriptor, &descriptorInfo)) { in allocateBuffers()
DGralloc1Hal.h42 using mapper::V2_0::passthrough::grallocDecodeBufferDescriptor;
87 if (!grallocDecodeBufferDescriptor(descriptor, &descriptorInfo)) { in allocateBuffers()
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGrallocBufferDescriptor.h52 inline bool grallocDecodeBufferDescriptor(const BufferDescriptor& descriptor, in grallocDecodeBufferDescriptor() function
/hardware/google/gchips/gralloc4/src/aidl/
DGrallocAllocator.cpp39 if (!arm::mapper::common::grallocDecodeBufferDescriptor(hidl_vec(descriptor), in allocate()
DGrallocAllocator2.cpp36 if (!arm::mapper::common::grallocDecodeBufferDescriptor(hidl_vec(descriptor), in allocate()
/hardware/google/gchips/gralloc4/src/hidl_common/
DBufferDescriptor.h155 static bool grallocDecodeBufferDescriptor(const frameworks_vec<vecT> &androidDescriptor, buffer_des… in grallocDecodeBufferDescriptor() function