Home | History | Annotate | Download | only in com.example.android.common.midi

Lines Matching refs:hashCode

117     public int hashCode() {
118 int hashCode = 1;
119 hashCode = 31 * hashCode + mPortIndex;
120 hashCode = 31 * hashCode + mType;
121 hashCode = 31 * hashCode + mInfo.hashCode();
122 return hashCode;