Searched refs:mClientRef (Results 1 – 2 of 2) sorted by relevance
82 mClientRef(args.client), in Layer()146 sp<Client> c(mClientRef.promote()); in ~Layer()1831 sp<Client> parentClient = mClientRef.promote(); in detachChildren()1832 sp<Client> client(child->mClientRef.promote()); in detachChildren()1846 sp<Client> parentClient = mClientRef.promote(); in attachChildren()1847 sp<Client> client(child->mClientRef.promote()); in attachChildren()
1024 const wp<Client> mClientRef; variable