Lines Matching refs:stream

41      * Return the size of input/output buffer in bytes for this stream.
56 * Return supported sampling rates of the stream. Calling this method is
65 * Sets the sampling rate of the stream. Calling this method is equivalent
74 * Return the channel mask of the stream.
81 * Return supported channel masks of the stream. Calling this method is
90 * Sets the channel mask of the stream. Calling this method is equivalent to
99 * Return the audio format of the stream.
106 * Return supported audio formats of the stream. Calling this method is
115 * Sets the audio format of the stream. Calling this method is equivalent to
124 * Convenience method for retrieving several stream parameters in
135 * Applies audio effect to the stream.
144 * Stops application of the effect to the stream.
161 * Return the set of device(s) which this stream is connected to.
163 * @return device set of device(s) which this stream is connected to.
168 * Connects the stream to the device.
175 * @param address device to connect the stream to.
181 * Notifies the stream about device connection state. Calling this method is
224 * Dumps information about the stream into the provided file descriptor.
232 * Called by the framework to start a stream operating in mmap mode.
243 * Called by the framework to stop a stream operating in mmap mode.
284 * Called by the framework to deinitialize the stream and free up
286 * the stream on the client side as soon as it is becomes unused.
290 * output stream interface.
291 * INVALID_STATE if the stream was already closed.