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

/haiku/src/apps/tv/
H A DMainApp.cpp50 gDeviceRoster = new DeviceRoster;
58 delete gDeviceRoster;
H A DDeviceRoster.h64 extern DeviceRoster *gDeviceRoster;
H A DController.cpp127 err = gDeviceRoster->MediaRoster()->GetParameterWebFor(gDeviceRoster->DeviceNode(i), &web);
192 return gDeviceRoster->IsRawAudioOutputFree(i) && gDeviceRoster->IsRawVideoOutputFree(i);
273 // dvb_node = gDeviceRoster->DeviceNode(fCurrentInterface);
275 err = gMediaRoster->GetNodeFor(gDeviceRoster->DeviceNode(fCurrentInterface).node, &dvb_node);
H A DDeviceRoster.cpp32 DeviceRoster *gDeviceRoster; variable
H A DMainWin.cpp264 int count = gDeviceRoster->DeviceCount();
272 fInterfaceMenu->AddItem(new BMenuItem(gDeviceRoster->DeviceName(i),
380 s << gDeviceRoster->DeviceName(i);
391 s << gDeviceRoster->DeviceName(i);
413 int count = gDeviceRoster->DeviceCount();

Completed in 52 milliseconds