Home | History | Annotate | Download | only in surfaceflinger_client

Lines Matching full:identity

113       mToken(data.token), mIdentity(data.identity),
232 LOGE("invalid token (%d, identity=%u) or client (%p)",
238 LOGE("cblk is null (surface id=%d, identity=%u)", mToken, mIdentity);
243 LOGE("surface (id=%d, identity=%u) is invalid, err=%d (%s)",
247 uint32_t identity = cblk->getIdentity(mToken);
248 if (mIdentity != identity) {
249 LOGE("using an invalid surface id=%d, identity=%u should be %d",
250 mToken, mIdentity, identity);
262 uint32_t identity = 0;
269 identity = control->mIdentity;
280 parcel->writeInt32(identity);
394 LOGE("invalid token (%d, identity=%u) or client (%p)",
400 LOGE("cblk is null (surface id=%d, identity=%u)", mToken, mIdentity);
405 LOGE("surface (id=%d, identity=%u) is invalid, err=%d (%s)",
409 uint32_t identity = cblk->getIdentity(mToken);
410 if (mIdentity != identity) {
411 LOGE("using an invalid surface id=%d, identity=%u should be %d",
412 mToken, mIdentity, identity);
812 "Surface (identity=%d) requestBuffer(%d, %08x) returned"
815 LOGE_IF(err, "Surface (identity=%d) state = %d", mIdentity, err);