Searched refs:mRtpPacketLossRate (Results 1 – 2 of 2) sorted by relevance
43 private final int[] mRtpPacketLossRate; field in MediaThreshold57 return mRtpPacketLossRate; in getThresholdsRtpPacketLossRate()84 mRtpPacketLossRate = packetLossRateThresholds; in MediaThreshold()94 mRtpPacketLossRate = in.createIntArray(); in MediaThreshold()101 dest.writeIntArray(mRtpPacketLossRate); in writeToParcel()162 return Arrays.equals(mRtpPacketLossRate, that.mRtpPacketLossRate) in equals()169 return Objects.hash(Arrays.hashCode(mRtpPacketLossRate), Arrays.hashCode(mRtpJitter), in hashCode()177 for (int i : mRtpPacketLossRate) { in toString()212 private int[] mRtpPacketLossRate = null; field in MediaThreshold.Builder250 this.mRtpPacketLossRate = targetArray; in setThresholdsRtpPacketLossRate()[all …]
44 private final int mRtpPacketLossRate; field in MediaQualityStatus76 mRtpPacketLossRate = rtpPacketLossRate; in MediaQualityStatus()109 return mRtpPacketLossRate; in getRtpPacketLossRate()136 mRtpPacketLossRate = in.readInt(); in MediaQualityStatus()146 dest.writeInt(mRtpPacketLossRate); in writeToParcel()177 && mRtpPacketLossRate == that.mRtpPacketLossRate in equals()185 mRtpPacketLossRate, mRtpJitterMillis, mRtpInactivityTimeMillis); in hashCode()198 sb.append(mRtpPacketLossRate); in toString()