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

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamInterface.h 53 * Until finishConfiguration() is called, no other methods on the stream may
55 * modified between start/finishConfiguration, but may not be changed after
82 virtual status_t finishConfiguration(camera3_device *hal3Device) = 0;
95 * This method may only be called once finishConfiguration has been called.
115 * This method may only be called once finishConfiguration has been called.
148 * 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.
130 * Until finishConfiguration() is called, no other methods on the stream may be
132 * between start/finishConfiguration, but may not be changed after that.
159 status_t finishConfiguration(camera3_device *hal3Device);
172 * This method may only be called once finishConfiguration has been called.
192 * This method may only be called once finishConfiguration has been called.
225 * start/finishConfiguration must be called before the stream can be use
    [all...]
Camera3Stream.cpp 154 status_t Camera3Stream::finishConfiguration(camera3_device *hal3Device) {
Camera3Device.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderService.java 397 private void finishConfiguration() {
410 finishConfiguration();
542 finishConfiguration();
571 finishConfiguration();

Completed in 55 milliseconds