Searched refs:mSurfaceGeneration (Results 1 – 1 of 1) sorted by relevance
3544 static uint32_t mSurfaceGeneration = 0; in connectToSurface() local3545 uint32_t generation = (getpid() << 10) | (++mSurfaceGeneration & ((1 << 10) - 1)); in connectToSurface()