Home
last modified time | relevance | path

Searched refs:ICameraRecordingProxy (Results 1 – 18 of 18) sorted by relevance

/frameworks/av/camera/
DICameraRecordingProxy.cpp35 class BpCameraRecordingProxy: public BpInterface<ICameraRecordingProxy>
39 : BpInterface<ICameraRecordingProxy>(impl) in BpCameraRecordingProxy()
47 data.writeInterfaceToken(ICameraRecordingProxy::getInterfaceDescriptor()); in startRecording()
57 data.writeInterfaceToken(ICameraRecordingProxy::getInterfaceDescriptor()); in stopRecording()
65 data.writeInterfaceToken(ICameraRecordingProxy::getInterfaceDescriptor()); in releaseRecordingFrame()
81 CHECK_INTERFACE(ICameraRecordingProxy, data, reply); in onTransact()
89 CHECK_INTERFACE(ICameraRecordingProxy, data, reply); in onTransact()
95 CHECK_INTERFACE(ICameraRecordingProxy, data, reply); in onTransact()
DAndroid.mk16 ICameraRecordingProxy.cpp \
DCamera.cpp319 sp<ICameraRecordingProxy> Camera::getRecordingProxy() { in getRecordingProxy()
/frameworks/av/include/media/stagefright/
DCameraSource.h79 const sp<ICameraRecordingProxy> &proxy,
155 sp<ICameraRecordingProxy> mCameraRecordingProxy;
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,
219 const sp<ICameraRecordingProxy>& proxy,
DCameraSourceTimeLapse.h37 const sp<ICameraRecordingProxy> &proxy,
113 const sp<ICameraRecordingProxy> &proxy,
/frameworks/av/include/camera/
DICameraRecordingProxy.h78 class ICameraRecordingProxy: public IInterface
90 class BnCameraRecordingProxy: public BnInterface<ICameraRecordingProxy>
DCamera.h140 sp<ICameraRecordingProxy> getRecordingProxy();
/frameworks/av/include/media/
DMediaRecorderBase.h27 class ICameraRecordingProxy; variable
44 const sp<ICameraRecordingProxy>& proxy) = 0;
DIMediaRecorder.h27 class ICameraRecordingProxy; variable
37 const sp<ICameraRecordingProxy>& proxy) = 0;
Dmediarecorder.h33 class ICameraRecordingProxy; variable
209 status_t setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy);
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.h27 class ICameraRecordingProxy; variable
34 const sp<ICameraRecordingProxy>& proxy);
DStagefrightRecorder.h30 class ICameraRecordingProxy; variable
53 virtual status_t setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy);
73 sp<ICameraRecordingProxy> mCameraProxy;
DMediaRecorderClient.cpp73 const sp<ICameraRecordingProxy>& proxy) in setCamera()
DStagefrightRecorder.cpp213 const sp<ICameraRecordingProxy> &proxy) { in setCamera()
/frameworks/av/media/libstagefright/
DCameraSource.cpp137 const sp<ICameraRecordingProxy>& proxy, in CreateFromCamera()
154 const sp<ICameraRecordingProxy>& proxy, in CameraSource()
192 const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, in isCameraAvailable()
476 const sp<ICameraRecordingProxy>& proxy, in init()
496 const sp<ICameraRecordingProxy>& proxy, in initWithCameraAccess()
DCameraSourceTimeLapse.cpp37 const sp<ICameraRecordingProxy> &proxy, in CreateFromCamera()
65 const sp<ICameraRecordingProxy>& proxy, in CameraSourceTimeLapse()
/frameworks/av/media/libmedia/
DIMediaRecorder.cpp66 status_t setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy) in setCamera()
454 sp<ICameraRecordingProxy> proxy = in onTransact()
455 interface_cast<ICameraRecordingProxy>(data.readStrongBinder()); in onTransact()
Dmediarecorder.cpp31 status_t MediaRecorder::setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy) in setCamera()