Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:ProClient

174                sp<ProClient> cl = mProClientList[i][j].promote();
463 sp<ProClient> client;
579 sp<ProClient> clientPro = findProClientUnsafe(remoteBinder);
592 sp<CameraService::ProClient> CameraService::findProClientUnsafe(
595 sp<ProClient> clientPro;
601 wp<ProClient> cl = mProClientList[i][j];
603 sp<ProClient> clStrong = cl.promote();
958 CameraService::ProClient::ProClient(const sp<CameraService>& cameraService,
973 CameraService::ProClient::~ProClient() {
976 void CameraService::ProClient::notifyError() {
1124 // connect() -> ProClient::disconnect -> updateStatus
1171 Vector<wp<ProClient> > proClients(mProClientList[cameraId]);
1172 Vector<wp<ProClient> >::const_iterator it;
1175 sp<ProClient> proCl = it->promote();