Home | History | Annotate | Download | only in surfaceflinger_client

Lines Matching full:identity

53     return uint32_t(surfaces[token].identity);
67 identity = i;
100 int surface, int num, int32_t identity)
103 mNumBuffers(num), mIdentity(identity)
114 return stack.identity;
138 "reallocMask=%08x, inUse=%2d, identity=%d, status=%d\n",
140 stack.reallocMask, stack.inUse, stack.identity, stack.status);
252 int surface, int num, int32_t identity)
253 : SharedBufferBase(sharedClient, surface, num, identity), tail(0)
291 // mSharedStack->identity);
358 int surface, int num, int32_t identity)
359 : SharedBufferBase(sharedClient, surface, num, identity)
361 mSharedStack->init(identity);