HomeSort by relevance Sort by last modified time
    Searched refs:ICamera (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/av/camera/aidl/android/hardware/
ICamera.aidl 20 interface ICamera
25 * Keep up-to-date with frameworks/av/include/camera/ICamera.h
ICameraService.aidl 19 import android.hardware.ICamera;
78 ICamera connect(ICameraClient client,
100 ICamera connectLegacy(ICameraClient client,
  /frameworks/av/camera/
ICamera.cpp 19 #define LOG_TAG "ICamera"
25 #include <android/hardware/ICamera.h>
61 class BpCamera: public BpInterface<ICamera>
65 : BpInterface<ICamera>(impl)
74 data.writeInterfaceToken(ICamera::getInterfaceDescriptor());
85 data.writeInterfaceToken(ICamera::getInterfaceDescriptor());
98 data.writeInterfaceToken(ICamera::getInterfaceDescriptor());
108 data.writeInterfaceToken(ICamera::getInterfaceDescriptor());
120 data.writeInterfaceToken(ICamera::getInterfaceDescriptor());
130 data.writeInterfaceToken(ICamera::getInterfaceDescriptor())
    [all...]
Camera.cpp 30 #include <android/hardware/ICamera.h>
46 sp<Camera> Camera::create(const sp<::android::hardware::ICamera>& camera)
71 // deadlock if we call any method of ICamera here.
140 sp <::android::hardware::ICamera> c = mCamera;
147 sp <::android::hardware::ICamera> c = mCamera;
154 sp <::android::hardware::ICamera> c = mCamera;
163 sp <::android::hardware::ICamera> c = mCamera;
172 sp <::android::hardware::ICamera> c = mCamera;
182 sp <::android::hardware::ICamera> c = mCamera;
190 sp <::android::hardware::ICamera> c = mCamera
    [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
CameraSourceTimeLapse.h 30 class ICamera;
39 const sp<hardware::ICamera> &camera,
116 const sp<hardware::ICamera> &camera,
CameraSource.h 24 #include <camera/android/hardware/ICamera.h>
84 static CameraSource *CreateFromCamera(const sp<hardware::ICamera> &camera,
212 CameraSource(const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
297 status_t init(const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
302 const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
310 status_t isCameraAvailable(const sp<hardware::ICamera>& camera,
  /frameworks/av/camera/include/camera/android/hardware/
ICamera.h 36 class ICamera: public android::IInterface
39 * Keep up-to-date with ICamera.aidl in frameworks/base
58 // prevent other processes from using this ICamera interface
61 // allow other processes to use this ICamera interface
147 class BnCamera: public android::BnInterface<ICamera>
  /frameworks/av/camera/include/camera/
Camera.h 28 #include <camera/android/hardware/ICamera.h>
58 typedef ::android::hardware::ICamera TCamUser;
64 sp<::android::hardware::ICamera>*);
82 static sp<Camera> create(const sp<::android::hardware::ICamera>& camera);
  /frameworks/av/media/libmedia/include/media/
IMediaRecorder.h 30 class ICamera;
42 virtual status_t setCamera(const sp<hardware::ICamera>& camera,
mediarecorder.h 39 class ICamera;
230 status_t setCamera(const sp<hardware::ICamera>& camera,
MediaRecorderBase.h 48 virtual status_t setCamera(const sp<hardware::ICamera>& camera,
  /frameworks/av/media/libstagefright/
CameraSource.cpp 177 sp<hardware::ICamera> camera;
184 const sp<hardware::ICamera>& camera,
202 const sp<hardware::ICamera>& camera,
243 const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
251 // We get the proxy from Camera, not ICamera. We need to get the proxy
526 const sp<hardware::ICamera>& camera,
621 const sp<hardware::ICamera>& camera,
670 mVideoBufferMode = hardware::ICamera::VIDEO_BUFFER_MODE_DATA_CALLBACK_YUV;
672 if (OK == mCamera->setVideoBufferMode(hardware::ICamera::VIDEO_BUFFER_MODE_BUFFER_QUEUE)) {
673 mVideoBufferMode = hardware::ICamera::VIDEO_BUFFER_MODE_BUFFER_QUEUE
    [all...]
CameraSourceTimeLapse.cpp 38 const sp<hardware::ICamera> &camera,
67 const sp<hardware::ICamera>& camera,
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTest.java 20 import android.hardware.ICamera;
158 ICamera cameraUser = mUtils.getCameraService()
174 ICamera cameraUser = null;
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 55 virtual status_t setCamera(const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy);
84 sp<hardware::ICamera> mCamera;
MediaRecorderClient.h 77 virtual status_t setCamera(const sp<hardware::ICamera>& camera,
MediaRecorderClient.cpp 79 status_t MediaRecorderClient::setCamera(const sp<hardware::ICamera>& camera,
StagefrightRecorder.cpp 27 #include <android/hardware/ICamera.h>
335 status_t StagefrightRecorder::setCamera(const sp<hardware::ICamera> &camera,
    [all...]
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 26 #include <camera/android/hardware/ICamera.h>
79 status_t setCamera(const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy)
587 sp<hardware::ICamera> camera =
588 interface_cast<hardware::ICamera>(data.readStrongBinder());
mediarecorder.cpp 35 status_t MediaRecorder::setCamera(const sp<hardware::ICamera>& camera,
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 125 sp<hardware::ICamera>* device);
131 sp<hardware::ICamera>* device);
307 // ICamera interface (see ICamera for details)
    [all...]
CameraService.cpp 31 #include <android/hardware/ICamera.h>
80 using hardware::ICamera;
    [all...]
  /frameworks/av/camera/tests/
CameraZSLTests.cpp 170 sp<ICamera> cameraDevice;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 33 #include <android/hardware/ICamera.h>
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.cpp 49 #include <camera/ICamera.h>
    [all...]

Completed in 921 milliseconds

1 2