Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/sensors/common/vts/utils/
H A DGrallocWrapper.cpp125 typedef BaseTypeOfFirstArg<decltype(&AllocatorT::allocate)> BufferDescriptorT; typedef in android::__anonc3f8ead10110::GrallocHalWrapper
127 BufferDescriptorT getDescriptor(uint32_t size);
134 BufferDescriptorT descriptor = getDescriptor(size); in allocate()
161 typename GrallocHalWrapper<AllocatorT, MapperT>::BufferDescriptorT
171 BufferDescriptorT descriptor; in getDescriptor()
172 auto callback = [&](auto error, const BufferDescriptorT& tmpDescriptor) { in getDescriptor()