OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finishConfiguration
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamInterface.h
110
* Until
finishConfiguration
() is called, no other methods on the stream may
112
* modified between start/
finishConfiguration
, but may not be changed after
141
virtual status_t
finishConfiguration
(/*out*/bool* streamReconfigured = nullptr) = 0;
243
* This method may only be called once
finishConfiguration
has been called.
273
* This method may only be called once
finishConfiguration
has been called.
320
* start/
finishConfiguration
must be called before the stream can be used
Camera3Stream.h
86
* When
finishConfiguration
() is called
88
* When
finishConfiguration
() fails to allocate or register buffers.
93
* When
finishConfiguration
() is called.
95
* When
finishConfiguration
() fails to allocate or register buffers.
178
* Until
finishConfiguration
() is called, no other methods on the stream may be
180
* between start/
finishConfiguration
, but may not be changed after that.
209
status_t
finishConfiguration
(/*out*/bool* streamReconfigured = nullptr);
315
* This method may only be called once
finishConfiguration
has been called.
344
* This method may only be called once
finishConfiguration
has been called.
388
* start/
finishConfiguration
must be called before the stream can be use
[
all
...]
Camera3Stream.cpp
297
status_t Camera3Stream::
finishConfiguration
(/*out*/bool* streamReconfigured) {
Camera3Device.cpp
[
all
...]
Completed in 3183 milliseconds