Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:ProClient

194                sp<ProClient> cl = mProClientList[i][j].promote();
885 sp<ProClient> client;
1166 sp<ProClient> clientPro = findProClientUnsafe(remoteBinder);
1179 sp<CameraService::ProClient> CameraService::findProClientUnsafe(
1182 sp<ProClient> clientPro;
1188 wp<ProClient> cl = mProClientList[i][j];
1190 sp<ProClient> clStrong = cl.promote();
1567 CameraService::ProClient::ProClient(const sp<CameraService>& cameraService,
1582 CameraService::ProClient::~ProClient() {
1585 void CameraService::ProClient::notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
1752 // connect() -> ProClient::disconnect -> updateStatus
1799 Vector<wp<ProClient> > proClients(mProClientList[cameraId]);
1800 Vector<wp<ProClient> >::const_iterator it;
1803 sp<ProClient> proCl = it->promote();