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.mk31 ICameraRecordingProxy.cpp \
DCamera.cpp345 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,
211 status_t init(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
216 const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
221 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.h144 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
217 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
54 virtual status_t setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy);
74 sp<ICameraRecordingProxy> mCameraProxy;
DMediaRecorderClient.cpp73 const sp<ICameraRecordingProxy>& proxy) in setCamera()
DStagefrightRecorder.cpp221 const sp<ICameraRecordingProxy> &proxy) { in setCamera()
/frameworks/av/media/libstagefright/
DCameraSource.cpp148 const sp<ICameraRecordingProxy>& proxy, in CreateFromCamera()
165 const sp<ICameraRecordingProxy>& proxy, in CameraSource()
203 const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, in isCameraAvailable()
487 const sp<ICameraRecordingProxy>& proxy, in init()
507 const sp<ICameraRecordingProxy>& proxy, in initWithCameraAccess()
DCameraSourceTimeLapse.cpp39 const sp<ICameraRecordingProxy> &proxy, in CreateFromCamera()
67 const sp<ICameraRecordingProxy>& proxy, in CameraSourceTimeLapse()
/frameworks/av/media/libmedia/
DIMediaRecorder.cpp68 status_t setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy) in setCamera()
456 sp<ICameraRecordingProxy> proxy = in onTransact()
457 interface_cast<ICameraRecordingProxy>(data.readStrongBinder()); in onTransact()
Dmediarecorder.cpp34 status_t MediaRecorder::setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy) in setCamera()