Home
last modified time | relevance | path

Searched refs:clientPro (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1166 sp<ProClient> clientPro = findProClientUnsafe(remoteBinder); in removeClientByRemote() local
1168 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() local
1192 clientPro = clStrong; in findProClientUnsafe()
1207 return clientPro; in findProClientUnsafe()