Searched defs:ICameraRecordingProxy (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/include/camera/
H A DICameraRecordingProxy.h30 * The purpose of ICameraRecordingProxy and ICameraRecordingProxyListener is to
35 * access the camera directly during recording. So ICameraRecordingProxy is a
40 * ICameraRecordingProxy
49 * ICamera and ICameraRecordingProxy to the media recorder by
52 * service. The recorder calls ICameraRecordingProxy::startRecording() and
56 * listener and releases them by ICameraRecordingProxy::releaseRecordingFrame.
57 * The recorder calls ICameraRecordingProxy::stopRecording() to stop the
66 * (3) The recorder: ICameraRecordingProxy.startRecording().
71 * (2) The recorder: release frames by ICameraRecordingProxy.releaseRecordingFrame().
74 * (2) The recorder: ICameraRecordingProxy
78 class ICameraRecordingProxy: public IInterface class in namespace:android
[all...]

Completed in 63 milliseconds