Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:mClient

171     if (mClient[cameraId] != 0) {
172 client = mClient[cameraId].promote();
184 mClient[cameraId].clear();
209 mClient[cameraId] = client;
227 if (mClient[i] == 0) continue;
229 // Promote mClient. It can fail if we are called from this path:
231 client = mClient[i].promote();
234 mClient[i].clear();
241 mClient[i].clear();
251 return mClient[cameraId].promote();
1272 sp<Client> client = mClient[i].promote();