Home | History | Annotate | Download | only in device3

Lines Matching full:stream

32  * An interface for managing a single stream of input and/or output data from
38 * Get the stream's ID
43 * Get the stream's dimensions and format
50 * Start the stream configuration process. Returns a handle to the stream's
53 * Until finishConfiguration() is called, no other methods on the stream may
64 * Check if the stream is mid-configuration (start has been called, but not
70 * Completes the stream configuration process. During this call, the stream
71 * may call the device's register_stream_buffers() method. The stream
74 * the stream.
86 * stream, to hand over to the HAL.
96 * Return a buffer to the stream after use by the HAL.
106 * stream, to hand over to the HAL.
116 * Return a buffer to the stream after use by the HAL.
124 * Whether any of the stream's buffers are currently in use by the HAL,
140 * Disconnect stream from its non-HAL endpoint. After this,
141 * start/finishConfiguration must be called before the stream can be used
142 * again. This cannot be called if the stream has outstanding dequeued
148 * Debug dump of the stream's state.