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

  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3StreamInterface.h 51 * Until finishConfiguration() is called, no other methods on the stream may
53 * modified between start/finishConfiguration, but may not be changed after
80 virtual status_t finishConfiguration(camera3_device *hal3Device) = 0;
86 * This method may only be called once finishConfiguration has been called.
106 * This method may only be called once finishConfiguration has been called.
141 * start/finishConfiguration must be called before the stream can be used
Camera3Stream.h 72 * When finishConfiguration() is called
74 * When finishConfiguration() fails to allocate or register buffers.
79 * When finishConfiguration() is called.
81 * When finishConfiguration() fails to allocate or register buffers.
113 * Until finishConfiguration() is called, no other methods on the stream may be
115 * between start/finishConfiguration, but may not be changed after that.
142 status_t finishConfiguration(camera3_device *hal3Device);
148 * This method may only be called once finishConfiguration has been called.
168 * This method may only be called once finishConfiguration has been called.
202 * start/finishConfiguration must be called before the stream can be use
    [all...]
Camera3Stream.cpp 127 status_t Camera3Stream::finishConfiguration(camera3_device *hal3Device) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderService.java 342 private void finishConfiguration() {
355 finishConfiguration();
463 finishConfiguration();
492 finishConfiguration();
  /frameworks/av/services/camera/libcameraservice/
Camera3Device.cpp 970 res = mInputStream->finishConfiguration(mHal3Device);
1003 res = stream->finishConfiguration(mHal3Device);
1089 res = mInputStream->finishConfiguration(mHal3Device);
    [all...]

Completed in 785 milliseconds