Lines Matching defs:stream

307         for (int stream = 0; stream < AudioSystem::NUM_STREAM_TYPES; stream++) {  in setPhoneState()  local
390 for (int stream = 0; stream < AudioSystem::NUM_STREAM_TYPES; stream++) { in setPhoneState() local
538 audio_io_handle_t AudioPolicyManagerBase::getOutput(AudioSystem::stream_type stream, in getOutput()
742 AudioSystem::stream_type stream, in startOutput()
810 AudioSystem::stream_type stream, in stopOutput()
1096 void AudioPolicyManagerBase::initStreamVolume(AudioSystem::stream_type stream, in initStreamVolume()
1109 status_t AudioPolicyManagerBase::setStreamVolumeIndex(AudioSystem::stream_type stream, in setStreamVolumeIndex()
1149 status_t AudioPolicyManagerBase::getStreamVolumeIndex(AudioSystem::stream_type stream, in getStreamVolumeIndex()
1345 bool AudioPolicyManagerBase::isStreamActive(int stream, uint32_t inPastMs) const in isStreamActive()
1357 bool AudioPolicyManagerBase::isStreamActiveRemotely(int stream, uint32_t inPastMs) const in isStreamActiveRemotely()
2478 uint32_t AudioPolicyManagerBase::getStrategyForStream(AudioSystem::stream_type stream) { in getStrategyForStream()
2482 audio_devices_t AudioPolicyManagerBase::getDevicesForStream(AudioSystem::stream_type stream) { in getDevicesForStream()
2497 AudioSystem::stream_type stream) { in getStrategy()
2523 void AudioPolicyManagerBase::handleNotificationRoutingForStream(AudioSystem::stream_type stream) { in handleNotificationRoutingForStream()
3233 float AudioPolicyManagerBase::computeVolume(int stream, in computeVolume()
3295 status_t AudioPolicyManagerBase::checkAndSetVolume(int stream, in checkAndSetVolume()
3360 for (int stream = 0; stream < AudioSystem::NUM_STREAM_TYPES; stream++) { in applyStreamVolumes() local
3377 for (int stream = 0; stream < AudioSystem::NUM_STREAM_TYPES; stream++) { in setStrategyMute() local
3384 void AudioPolicyManagerBase::setStreamMute(int stream, in setStreamMute()
3424 void AudioPolicyManagerBase::handleIncallSonification(int stream, bool starting, bool stateChange) in handleIncallSonification()
3545 void AudioPolicyManagerBase::AudioOutputDescriptor::changeRefCount(AudioSystem::stream_type stream,… in changeRefCount()
3592 bool AudioPolicyManagerBase::AudioOutputDescriptor::isStreamActive(AudioSystem::stream_type stream, in isStreamActive()