Searched refs:pidsSet (Results 1 – 1 of 1) sorted by relevance
14072 Set<Integer> pidsSet = getAudioHalPids(); in updateAudioHalPids() local14073 if (pidsSet.isEmpty()) { in updateAudioHalPids()14077 int[] pidsArray = pidsSet.stream().mapToInt(Integer::intValue).toArray(); in updateAudioHalPids()