Searched refs:mClientRef (Results 1 – 2 of 2) sorted by relevance
77 mClientRef(args.client), in Layer()129 sp<Client> c(mClientRef.promote()); in ~Layer()1550 sp<Client> parentClient = mClientRef.promote(); in detachChildren()1551 sp<Client> client(child->mClientRef.promote()); in detachChildren()1565 sp<Client> parentClient = mClientRef.promote(); in attachChildren()1566 sp<Client> client(child->mClientRef.promote()); in attachChildren()
892 const wp<Client> mClientRef; variable