OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finishConfiguration
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamInterface.h
78
* 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
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.
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
must be called before the stream can be use
[
all
...]
Camera3Stream.cpp
169
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 170 milliseconds