Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp907 QEMU_PIPE_HANDLE refcountPipeFd = qemu_pipe_open("refcount"); in gralloc_alloc() local
908 if(qemu_pipe_valid(refcountPipeFd)) { in gralloc_alloc()
909 cb->setRefcountPipeFd(refcountPipeFd); in gralloc_alloc()
910 qemu_pipe_write(refcountPipeFd, &cb->hostHandle, 4); in gralloc_alloc()