Searched refs:grallocHandle (Results 1 – 3 of 3) sorted by relevance
252 native_handle_t *grallocHandle = UnwrapNativeCodec2GrallocHandle(block.handle()); in play() local254 grallocHandle, in play()262 native_handle_delete(grallocHandle); in play()
716 const C2HandleGralloc *grallocHandle = C2HandleGralloc::Import( in priorGraphicAllocation() local721 if (grallocHandle == nullptr) { in priorGraphicAllocation()726 hidlHandle.setTo(C2HandleGralloc::UnwrapNativeHandle(grallocHandle), true); in priorGraphicAllocation()728 … allocation->reset(new C2AllocationGralloc(info, mMapper, hidlHandle, grallocHandle, mTraits->id)); in priorGraphicAllocation()
1612 native_handle_t *grallocHandle = in createGraphicBuffer() local1615 new GraphicBuffer(grallocHandle, in createGraphicBuffer()1619 native_handle_delete(grallocHandle); in createGraphicBuffer()