Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp56 Return<void> allocate(const hidl_vec<uint32_t>& rawDescriptor, in allocate() argument
63 const Error3 e = allocateImpl(rawDescriptor, count, &stride, &cbs); in allocate()
80 Error3 allocateImpl(const hidl_vec<uint32_t>& rawDescriptor, in allocateImpl() argument
85 if (!decodeBufferDescriptorInfo(rawDescriptor, &descriptor)) { in allocateImpl()