Searched refs:stream1 (Results 1 – 4 of 4) 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()
516 int stream1 = ie.bytes[3] & Constants.BYTE_MASK; in from() local524 Log.d(TAG, "HT Rx MCS set1: " + Integer.toHexString(stream1)); in from()
799 static bool streamsMatchForvolume(audio_stream_type_t stream1,
6152 bool AudioPolicyManager::streamsMatchForvolume(audio_stream_type_t stream1, in streamsMatchForvolume() argument6154 return (stream1 == stream2); in streamsMatchForvolume()