Lines Matching refs:fenceID
579 int fenceID = -1; in rsdAllocationDestroy() local
580 AHardwareBuffer_unlock(ahwb, &fenceID); in rsdAllocationDestroy()
581 ANativeWindow_cancelBuffer(nw, drv->wndBuffer, fenceID); in rsdAllocationDestroy()
710 int fenceID = -1; in IoGetBuffer() local
711 int r = ANativeWindow_dequeueBuffer(nw, &drv->wndBuffer, &fenceID); in IoGetBuffer()
714 close(fenceID); in IoGetBuffer()
721 fenceID, NULL, &dst); in IoGetBuffer()
742 int fenceID = -1; in rsdAllocationSetSurface() local
743 int32_t r = AHardwareBuffer_unlock(ahwb, &fenceID); in rsdAllocationSetSurface()
746 close(fenceID); in rsdAllocationSetSurface()
749 r = ANativeWindow_cancelBuffer(old, drv->wndBuffer, fenceID); in rsdAllocationSetSurface()
799 int fenceID = -1; in rsdAllocationIoSend() local
800 int32_t r = AHardwareBuffer_unlock(ahwb, &fenceID); in rsdAllocationIoSend()
803 close(fenceID); in rsdAllocationIoSend()
806 r = ANativeWindow_queueBuffer(nw, drv->wndBuffer, fenceID); in rsdAllocationIoSend()