Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:AUDIO_STREAM_CNT

397     if (streamType >= AUDIO_STREAM_CNT) {
659 if (stream < 0 || uint32_t(stream) >= AUDIO_STREAM_CNT) {
692 if (stream < 0 || uint32_t(stream) >= AUDIO_STREAM_CNT ||
707 if (stream < 0 || uint32_t(stream) >= AUDIO_STREAM_CNT) {
728 if (stream < 0 || stream >= (int)AUDIO_STREAM_CNT) {
1380 for (int stream = 0; stream < AUDIO_STREAM_CNT; stream++) {
3136 thread->setStreamVolume(AUDIO_STREAM_CNT, 1.0f);
3792 : Track(thread, NULL, AUDIO_STREAM_CNT, sampleRate, format, channelMask, frameCount, NULL, 0),