Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdAllocation.cpp579 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()
[all …]