Searched refs:destroyDescriptor (Results 1 – 3 of 3) sorted by relevance
121 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
97 gralloc1_error_t destroyDescriptor(gralloc1_buffer_descriptor_t descriptor);100 auto error = getAdapter(device)->destroyDescriptor(descriptor); in destroyDescriptorHook()
214 gralloc1_error_t Gralloc1On0Adapter::destroyDescriptor( in destroyDescriptor() function in android::hardware::Gralloc1On0Adapter