Home | History | Annotate | Download | only in camera

Lines Matching defs:cs

102     const sp<ICameraService>& cs = getCameraService();
104 if (cs != 0) {
106 status = (cs.get()->*fnConnectService)(cl, cameraId, clientPackageName, clientUid,
186 const sp<ICameraService> cs = getCameraService();
188 if (!cs.get()) {
192 return cs->getNumberOfCameras();
199 const sp<ICameraService>& cs = getCameraService();
200 if (cs == 0) return UNKNOWN_ERROR;
201 return cs->getCameraInfo(cameraId, cameraInfo);
207 const sp<ICameraService>& cs = getCameraService();
208 if (cs == 0) return UNKNOWN_ERROR;
209 return cs->addListener(listener);
215 const sp<ICameraService>& cs = getCameraService();
216 if (cs == 0) return UNKNOWN_ERROR;
217 return cs->removeListener(listener);