Searched refs:info_count (Results 1 – 1 of 1) sorted by relevance
39 int32 info_count = MAX_DEVICE_COUNT; in DeviceRoster() local41 err = MediaRoster()->GetLiveNodes(info, &info_count, NULL, NULL, "DVB*", in DeviceRoster()43 if (err != B_OK || info_count < 1) { in DeviceRoster()45 info_count, err, strerror(err)); in DeviceRoster()48 fDeviceCount = info_count; in DeviceRoster()