Searched refs:bufferID (Results 1 – 1 of 1) sorted by relevance
1347 long bufferID = ((long)rbuf[1] << 32L) + ((long)rbuf[0] & 0xffffffffL); in run() local1348 Allocation.sendBufferNotification(bufferID); in run()