Searched refs:MAX_STREAMS (Results 1 – 6 of 6) sorted by relevance
26 private static final int MAX_STREAMS = 8; field in SoundSystem43 mSoundPool = new SoundPool(MAX_STREAMS, AudioManager.STREAM_MUSIC, 0); in SoundSystem()46 mLoopingStreams = new int[MAX_STREAMS]; in SoundSystem()
30 MAX_STREAMS("server verifies that the client respects MAX_STREAMS setting"); enumConstant
193 case MAX_STREAMS: in runTest()
398 #define MAX_STREAMS 128 macro
152 … snprintf(errstr, len, "number of parallel streams too large (maximum = %d)", MAX_STREAMS); in iperf_strerror()
1105 if (test->num_streams > MAX_STREAMS) { in iperf_parse_arguments()