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

  /frameworks/av/camera/
ICamera.cpp 19 #define LOG_TAG "ICamera"
24 #include <camera/ICamera.h>
53 class BpCamera: public BpInterface<ICamera>
57 : BpInterface<ICamera>(impl)
66 data.writeInterfaceToken(ICamera::getInterfaceDescriptor());
75 data.writeInterfaceToken(ICamera::getInterfaceDescriptor());
88 data.writeInterfaceToken(ICamera::getInterfaceDescriptor());
98 data.writeInterfaceToken(ICamera::getInterfaceDescriptor());
108 data.writeInterfaceToken(ICamera::getInterfaceDescriptor());
118 data.writeInterfaceToken(ICamera::getInterfaceDescriptor())
    [all...]
Camera.cpp 30 #include <camera/ICamera.h>
43 sp<Camera> Camera::create(const sp<ICamera>& camera)
68 // deadlock if we call any method of ICamera here.
80 sp <ICamera> c = mCamera;
87 sp <ICamera> c = mCamera;
94 sp <ICamera> c = mCamera;
103 sp <ICamera> c = mCamera;
113 sp <ICamera> c = mCamera;
122 sp <ICamera> c = mCamera;
131 sp <ICamera> c = mCamera
    [all...]
Android.mk 11 ICamera.cpp \
ICameraService.cpp 29 #include <camera/ICamera.h>
64 virtual sp<ICamera> connect(const sp<ICameraClient>& cameraClient, int cameraId,
74 return interface_cast<ICamera>(reply.readStrongBinder());
140 sp<ICamera> camera = connect(cameraClient, cameraId,
  /frameworks/av/include/camera/
ICameraService.h 26 class ICamera;
68 virtual sp<ICamera> connect(const sp<ICameraClient>& cameraClient,
ICamera.h 33 class ICamera: public IInterface
43 // prevent other processes from using this ICamera interface
46 // allow other processes to use this ICamera interface
108 class BnCamera: public BnInterface<ICamera>
Camera.h 27 #include <camera/ICamera.h>
52 typedef ICamera TCamUser;
66 static sp<Camera> create(const sp<ICamera>& camera);
  /frameworks/av/include/media/stagefright/
CameraSource.h 23 #include <camera/ICamera.h>
78 static CameraSource *CreateFromCamera(const sp<ICamera> &camera,
169 CameraSource(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
209 status_t init(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
214 const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
218 status_t isCameraAvailable(const sp<ICamera>& camera,
CameraSourceTimeLapse.h 29 class ICamera;
36 const sp<ICamera> &camera,
111 const sp<ICamera> &camera,
  /frameworks/av/include/media/
IMediaRecorder.h 26 class ICamera;
36 virtual status_t setCamera(const sp<ICamera>& camera,
mediarecorder.h 32 class ICamera;
209 status_t setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy);
MediaRecorderBase.h 43 virtual status_t setCamera(const sp<ICamera>& camera,
  /frameworks/av/media/libmediaplayerservice/
MediaRecorderClient.h 33 virtual status_t setCamera(const sp<ICamera>& camera,
StagefrightRecorder.h 53 virtual status_t setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy);
72 sp<ICamera> mCamera;
MediaRecorderClient.cpp 72 status_t MediaRecorderClient::setCamera(const sp<ICamera>& camera,
StagefrightRecorder.cpp 42 #include <camera/ICamera.h>
211 status_t StagefrightRecorder::setCamera(const sp<ICamera> &camera,
    [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 129 sp<ICamera> camera;
136 const sp<ICamera>& camera,
153 const sp<ICamera>& camera,
192 const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
200 // We get the proxy from Camera, not ICamera. We need to get the proxy
475 const sp<ICamera>& camera,
495 const sp<ICamera>& camera,
CameraSourceTimeLapse.cpp 36 const sp<ICamera> &camera,
62 const sp<ICamera>& camera,
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 28 #include <camera/ICamera.h>
73 virtual sp<ICamera> connect(const sp<ICameraClient>& cameraClient, int cameraId,
185 // ICamera interface (see ICamera for details)
CameraService.cpp 357 sp<ICamera> CameraService::connect(
    [all...]
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 22 #include <camera/ICamera.h>
66 status_t setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy)
453 sp<ICamera> camera = interface_cast<ICamera>(data.readStrongBinder());
mediarecorder.cpp 31 status_t MediaRecorder::setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy)
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 11 #include <camera/ICamera.h>
    [all...]
camera_test_menu.cpp 14 #include <camera/ICamera.h>
    [all...]

Completed in 615 milliseconds