Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:cl

179                sp<ProClient> cl = mProClientList[i][j].promote();
180 if (cl != NULL) {
181 clientsToDisconnect.push_back(cl);
753 wp<ProClient> cl = mProClientList[i][j];
755 sp<ProClient> clStrong = cl.promote();