Searched refs:clientPro (Results 1 – 1 of 1) sorted by relevance
1166 sp<ProClient> clientPro = findProClientUnsafe(remoteBinder); in removeClientByRemote() local1168 if (clientPro != NULL) { in removeClientByRemote()1170 LOG1("removeClient: clear pro %p", clientPro.get()); in removeClientByRemote()1172 clientPro->getRemoteCallback()->asBinder()->unlinkToDeath(this); in removeClientByRemote()1182 sp<ProClient> clientPro; in findProClientUnsafe() local1192 clientPro = clStrong; in findProClientUnsafe()1207 return clientPro; in findProClientUnsafe()