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

/frameworks/rs/driver/
H A DrsdAllocation.cpp576 int fenceID = -1; local
577 AHardwareBuffer_unlock(ahwb, &fenceID);
578 ANativeWindow_cancelBuffer(nw, drv->wndBuffer, fenceID);
707 int fenceID = -1; local
708 int r = ANativeWindow_dequeueBuffer(nw, &drv->wndBuffer, &fenceID);
711 close(fenceID);
718 fenceID, NULL, &dst);
739 int fenceID = -1; local
740 int32_t r = AHardwareBuffer_unlock(ahwb, &fenceID);
743 close(fenceID);
787 int fenceID = -1; local
[all...]

Completed in 307 milliseconds