Searched refs:devB (Results 1 – 1 of 1) sorted by relevance
693 private static boolean checkDeviceMatch(AudioDeviceInfo devA, AudioDeviceInfo devB) { in checkDeviceMatch() argument694 return ((devA.getId() == devB.getId() && (devA.getType() == devB.getType()))); in checkDeviceMatch()