[go: nahoru, domu]

Searched refs:finishConfiguration (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamInterface.h78 * Until finishConfiguration() is called, no other methods on the stream may
80 * modified between start/finishConfiguration, but may not be changed after
107 virtual status_t finishConfiguration(camera3_device *hal3Device) = 0;
198 * This method may only be called once finishConfiguration has been called.
218 * This method may only be called once finishConfiguration has been called.
258 * start/finishConfiguration must be called before the stream can be used
H A DCamera3Stream.h79 * When finishConfiguration() is called
81 * When finishConfiguration() fails to allocate or register buffers.
86 * When finishConfiguration() is called.
88 * When finishConfiguration() fails to allocate or register buffers.
151 * Until finishConfiguration() is called, no other methods on the stream may be
153 * between start/finishConfiguration, but may not be changed after that.
180 status_t finishConfiguration(camera3_device *hal3Device);
276 * This method may only be called once finishConfiguration has been called.
296 * This method may only be called once finishConfiguration has been called.
333 * start/finishConfiguration mus
[all...]
H A DCamera3Stream.cpp169 status_t Camera3Stream::finishConfiguration(camera3_device *hal3Device) { function in class:android::camera3::Camera3Stream
H A DCamera3Device.cpp1749 res = mInputStream->finishConfiguration(mHal3Device);
1787 res = stream->finishConfiguration(mHal3Device);
1939 res = mInputStream->finishConfiguration(mHal3Device);
1952 res = outputStream->finishConfiguration(mHal3Device);

Completed in 61 milliseconds