Lines Matching defs:stream
123 status_t AudioSystem::setStreamVolume(int stream, float value, int output) in setStreamVolume()
132 status_t AudioSystem::setStreamMute(int stream, bool mute) in setStreamMute()
141 status_t AudioSystem::getStreamVolume(int stream, float* volume, int output) in getStreamVolume()
150 status_t AudioSystem::getStreamMute(int stream, bool* mute) in getStreamMute()
331 status_t AudioSystem::getRenderPosition(uint32_t *halFrames, uint32_t *dspFrames, int stream) in getRenderPosition()
392 uint32_t stream; in ioConfigChanged() local
564 audio_io_handle_t AudioSystem::getOutput(audio_stream_type_t stream, in getOutput()
600 audio_stream_type_t stream, in startOutput()
609 audio_stream_type_t stream, in stopOutput()
657 status_t AudioSystem::initStreamVolume(audio_stream_type_t stream, in initStreamVolume()
666 status_t AudioSystem::setStreamVolumeIndex(audio_stream_type_t stream, int index) in setStreamVolumeIndex()
673 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream, int *index) in getStreamVolumeIndex()
680 uint32_t AudioSystem::getStrategyForStream(audio_stream_type_t stream) in getStrategyForStream()
687 uint32_t AudioSystem::getDevicesForStream(audio_stream_type_t stream) in getDevicesForStream()
726 status_t AudioSystem::isStreamActive(int stream, bool* state, uint32_t inPastMs) in isStreamActive()