Searched refs:adapterId (Results 1 – 2 of 2) sorted by relevance
69 public DvbDeviceInfo(int adapterId, int deviceId) { in DvbDeviceInfo() argument70 mAdapterId = adapterId; in DvbDeviceInfo()
1778 int adapterId = Integer.parseInt(matcher.group(1)); in getDvbDeviceList() local1780 deviceInfosFromPattern1.add(new DvbDeviceInfo(adapterId, deviceId)); in getDvbDeviceList()1795 int adapterId = Integer.parseInt(adapterMatcher.group(1)); in getDvbDeviceList() local1803 new DvbDeviceInfo(adapterId, deviceId)); in getDvbDeviceList()