Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h121 mDispatch.destroyDescriptor(mDevice, desc); in allocateBuffers()
175 !initDispatch(GRALLOC1_FUNCTION_DESTROY_DESCRIPTOR, &mDispatch.destroyDescriptor) || in initDispatch()
307 mDispatch.destroyDescriptor(mDevice, descriptor); in createDescriptor()
343 GRALLOC1_PFN_DESTROY_DESCRIPTOR destroyDescriptor; member
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h97 gralloc1_error_t destroyDescriptor(gralloc1_buffer_descriptor_t descriptor);
100 auto error = getAdapter(device)->destroyDescriptor(descriptor); in destroyDescriptorHook()
DGralloc1On0Adapter.cpp214 gralloc1_error_t Gralloc1On0Adapter::destroyDescriptor( in destroyDescriptor() function in android::hardware::Gralloc1On0Adapter