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 54 * Until finishConfiguration() is called, no other methods on the stream may
56 * modified between start/finishConfiguration, but may not be changed after
83 virtual status_t finishConfiguration(camera3_device *hal3Device) = 0;
172 * This method may only be called once finishConfiguration has been called.
192 * This method may only be called once finishConfiguration has been called.
232 * start/finishConfiguration must be called before the stream can be used
Camera3Stream.h 79 * 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.
144 * Until finishConfiguration() is called, no other methods on the stream may be
146 * between start/finishConfiguration, but may not be changed after that.
173 status_t finishConfiguration(camera3_device *hal3Device);
267 * This method may only be called once finishConfiguration has been called.
287 * This method may only be called once finishConfiguration has been called.
324 * start/finishConfiguration must be called before the stream can be use
    [all...]
Camera3Stream.cpp 157 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 398 private void finishConfiguration() {
411 finishConfiguration();
544 finishConfiguration();
574 finishConfiguration();

Completed in 617 milliseconds