Searched refs:info_count (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/tv/
H A DDeviceRoster.cpp39 int32 info_count = MAX_DEVICE_COUNT; local
41 err = MediaRoster()->GetLiveNodes(info, &info_count, NULL, NULL, "DVB*",
43 if (err != B_OK || info_count < 1) {
45 info_count, err, strerror(err));
48 fDeviceCount = info_count;

Completed in 106 milliseconds