Searched refs:stream1 (Results 1 – 3 of 3) sorted by relevance
106 final ByteArrayOutputStream stream1 = new ByteArrayOutputStream(); in sameIcon() local107 getBitmap(one).compress(Bitmap.CompressFormat.PNG, 100, stream1); in sameIcon()110 return Arrays.equals(stream1.toByteArray(), stream2.toByteArray()); in sameIcon()
789 static bool streamsMatchForvolume(audio_stream_type_t stream1,
5915 bool AudioPolicyManager::streamsMatchForvolume(audio_stream_type_t stream1, in streamsMatchForvolume() argument5917 return (stream1 == stream2); in streamsMatchForvolume()