Searched refs:stream1 (Results 1 – 4 of 4) sorted by relevance
108 ByteArrayOutputStream stream1 = new ByteArrayOutputStream(); in printWrongIndex() local109 bitmap1.compress(Bitmap.CompressFormat.PNG, 100, stream1); in printWrongIndex()110 byte[] first = stream1.toByteArray(); in printWrongIndex()
510 static bool streamsMatchForvolume(audio_stream_type_t stream1,
4351 bool AudioPolicyManager::streamsMatchForvolume(audio_stream_type_t stream1, in AudioPolicyManager() argument4353 return ((stream1 == stream2) || in AudioPolicyManager()4354 ((stream1 == AUDIO_STREAM_ACCESSIBILITY) && (stream2 == AUDIO_STREAM_MUSIC)) || in AudioPolicyManager()4355 ((stream1 == AUDIO_STREAM_MUSIC) && (stream2 == AUDIO_STREAM_ACCESSIBILITY))); in AudioPolicyManager()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...