Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.cpp94 int allocResult; in allocate() local
100 allocResult = fb_allocator(&bufferDescriptor, &tmpBuffer); in allocate()
105allocResult = mali_gralloc_buffer_allocate(grallocBufferDescriptor, 1, &tmpBuffer, nullptr, use_pl… in allocate()
106 if (allocResult != 0) in allocate()
108 MALI_GRALLOC_LOGE("%s, buffer allocation failed with %d", __func__, allocResult); in allocate()