Searched refs:mDeviceRecords (Results 1 – 1 of 1) sorted by relevance
187 private ArrayList<AlsaDeviceRecord> mDeviceRecords = new ArrayList<AlsaDeviceRecord>(); field in AlsaDevicesParser207 for (AlsaDeviceRecord deviceRecord : mDeviceRecords) { in hasPlaybackDevices()222 for (AlsaDeviceRecord deviceRecord : mDeviceRecords) { in hasCaptureDevices()237 for (AlsaDeviceRecord deviceRecord : mDeviceRecords) { in hasMIDIDevices()254 mDeviceRecords.clear(); in scan()265 mDeviceRecords.add(deviceRecord); in scan()282 for (AlsaDeviceRecord deviceRecord : mDeviceRecords) { in Log()