• Home
  • Raw
  • Download

Lines Matching refs:hardware

43         &::android::hardware::ICameraService::connect;
46 sp<Camera> Camera::create(const sp<::android::hardware::ICamera>& camera) in create()
87 sp<::android::hardware::ICameraClient> cl = c; in connectLegacy()
89 const sp<::android::hardware::ICameraService>& cs = CameraBaseT::getCameraService(); in connectLegacy()
102 case hardware::ICameraService::ERROR_DISCONNECTED: in connectLegacy()
105 case hardware::ICameraService::ERROR_CAMERA_IN_USE: in connectLegacy()
108 case hardware::ICameraService::ERROR_INVALID_OPERATION: in connectLegacy()
111 case hardware::ICameraService::ERROR_MAX_CAMERAS_IN_USE: in connectLegacy()
114 case hardware::ICameraService::ERROR_ILLEGAL_ARGUMENT: in connectLegacy()
117 case hardware::ICameraService::ERROR_DEPRECATED_HAL: in connectLegacy()
120 case hardware::ICameraService::ERROR_DISABLED: in connectLegacy()
123 case hardware::ICameraService::ERROR_PERMISSION_DENIED: in connectLegacy()
140 sp <::android::hardware::ICamera> c = mCamera; in reconnect()
147 sp <::android::hardware::ICamera> c = mCamera; in lock()
154 sp <::android::hardware::ICamera> c = mCamera; in unlock()
163 sp <::android::hardware::ICamera> c = mCamera; in setPreviewTarget()
172 sp <::android::hardware::ICamera> c = mCamera; in setVideoTarget()
182 sp <::android::hardware::ICamera> c = mCamera; in startPreview()
190 sp <::android::hardware::ICamera> c = mCamera; in setVideoBufferMode()
199 sp <::android::hardware::ICamera> c = mCamera; in startRecording()
208 sp <::android::hardware::ICamera> c = mCamera; in stopPreview()
221 sp <::android::hardware::ICamera> c = mCamera; in stopRecording()
230 sp <::android::hardware::ICamera> c = mCamera; in releaseRecordingFrame()
238 sp <::android::hardware::ICamera> c = mCamera; in releaseRecordingFrameHandle()
247 sp <::android::hardware::ICamera> c = mCamera; in previewEnabled()
256 sp <::android::hardware::ICamera> c = mCamera; in recordingEnabled()
264 sp <::android::hardware::ICamera> c = mCamera; in autoFocus()
272 sp <::android::hardware::ICamera> c = mCamera; in cancelAutoFocus()
281 sp <::android::hardware::ICamera> c = mCamera; in takePicture()
290 sp <::android::hardware::ICamera> c = mCamera; in setParameters()
300 sp <::android::hardware::ICamera> c = mCamera; in getParameters()
309 sp <::android::hardware::ICamera> c = mCamera; in sendCommand()
329 sp <::android::hardware::ICamera> c = mCamera; in setPreviewCallbackFlags()
337 sp <::android::hardware::ICamera> c = mCamera; in setPreviewCallbackTarget()