Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp731 sp<ProClient> clientPro = findProClientUnsafe(remoteBinder); in removeClientByRemote() local
733 if (clientPro != NULL) { in removeClientByRemote()
735 LOG1("removeClient: clear pro %p", clientPro.get()); in removeClientByRemote()
737 clientPro->getRemoteCallback()->asBinder()->unlinkToDeath(this); in removeClientByRemote()
747 sp<ProClient> clientPro; in findProClientUnsafe() local
757 clientPro = clStrong; in findProClientUnsafe()
772 return clientPro; in findProClientUnsafe()