Searched refs:fenceID (Results 1 – 1 of 1) sorted by relevance
579 int fenceID = -1; in rsdAllocationDestroy() local580 AHardwareBuffer_unlock(ahwb, &fenceID); in rsdAllocationDestroy()581 ANativeWindow_cancelBuffer(nw, drv->wndBuffer, fenceID); in rsdAllocationDestroy()710 int fenceID = -1; in IoGetBuffer() local711 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() local743 int32_t r = AHardwareBuffer_unlock(ahwb, &fenceID); in rsdAllocationSetSurface()746 close(fenceID); in rsdAllocationSetSurface()[all …]