Searched refs:roster (Results 151 - 175 of 194) sorted by relevance

12345678

/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/
H A DNW80xCamDevice.cpp313 NW80xCamDeviceAddon::Instantiate(CamRoster &roster, BUSBDevice *from) argument
/haiku/src/servers/debug/
H A DDebugServer.cpp251 BLocker("team debug handler roster")
1003 BRoster::Private roster; local
1004 roster.ApplicationCrashed(team);
1017 BRoster::Private roster; local
1019 roster.SendTo(&notify, &reply, false);
1116 // remove this handler from the roster and delete it
1299 // create the team debug handler roster
1302 "roster.\n");
/haiku/src/apps/terminal/
H A DTermWindow.h108 virtual void TerminalInfosUpdated(TerminalRoster* roster);
/haiku/src/servers/mount/
H A DAutoMounter.cpp597 BDiskDeviceRoster roster;
600 if (roster.GetPartitionWithID(id, &device, &partition) != B_OK)
748 BDiskDeviceRoster roster; local
751 if (roster.GetPartitionWithID(id, &device, &partition) != B_OK)
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp269 status_t err = m_manager->roster->SetRefFor(
353 m_manager->roster->GetLatencyFor(node(), &latency);
663 D_ROSTER(("# roster->ReleaseNode(%ld)\n", m_info.node.node));
1681 D_ROSTER(("# roster->SetTimeSourceFor()\n"));
1682 err = m_manager->roster->SetTimeSourceFor(
1722 D_ROSTER(("# roster->SetProducerRunModeDelay()\n"));
1723 err = m_manager->roster->SetProducerRunModeDelay(
1733 D_ROSTER(("# roster->SetRunModeNode()\n"));
1734 err = m_manager->roster->SetRunModeNode(
1916 D_ROSTER(("# roster
[all...]
/haiku/src/kits/tracker/
H A DUtilities.cpp1022 BVolumeRoster roster;
1038 roster.Rewind();
1039 while (roster.GetNextVolume(&tempVolume) == B_OK) {
1084 roster.Rewind();
1085 while (roster.GetNextVolume(&tempVolume) == B_OK) {
H A DFindPanel.cpp1927 BVolumeRoster roster; local
1929 roster.Rewind();
1930 while (roster.GetNextVolume(&volume) == B_OK) {
2000 BVolumeRoster roster; local
2002 roster.Rewind();
2003 while (roster.GetNextVolume(&volume) == B_OK) {
/haiku/src/kits/app/
H A DRoster.cpp641 DBG(OUT("Sending message to roster failed: %s\n", strerror(error)));
1000 Launch__C7BRosterP9entry_refP8BMessagePl(BRoster* roster, entry_ref* ref, argument
1003 return roster->BRoster::Launch(ref, initialMessage, NULL);
1008 Launch__C7BRosterPCciPPcPl(BRoster* roster, const char* mimeType, argument
1011 return roster->BRoster::Launch(mimeType, argc, args, _appTeam);
1016 Launch__C7BRosterP9entry_refiPPcPl(BRoster* roster, entry_ref* ref, argument
1019 return roster->BRoster::Launch(ref, argc, args, _appTeam);
1397 by the roster.
2695 DBG(OUT(" found roster port\n"));
2705 DBG(OUT(" found roster por
2719 BRoster* roster = (BRoster*)data; local
[all...]
/haiku/src/apps/resedit/
H A DBitmapView.cpp216 BTranslatorRoster *roster = BTranslatorRoster::Default(); local
219 if (roster->Translate(&memio, NULL, NULL, &bstream, B_TRANSLATOR_BITMAP) == B_OK)
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp634 BVolumeRoster roster; local
636 while (roster.GetNextVolume(&volume) != B_BAD_VALUE) {
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp406 BTranslatorRoster* roster = BTranslatorRoster::Default(); local
407 roster->Translate(&stream, NULL, NULL, &file, B_PNG_FORMAT,
/haiku/src/apps/cortex/RouteApp/
H A DRouteAppNodeManager.cpp197 status_t err = roster->GetSystemTimeSource(&systemClock);
200 BTimeSource* ts = roster->MakeTimeSourceFor(ref->node());
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp520 BNetworkRoster& roster = BNetworkRoster::Default(); local
525 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
/haiku/src/preferences/network/
H A DNetworkWindow.cpp336 BNetworkRoster& roster = BNetworkRoster::Default(); local
340 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
/haiku/src/apps/deskbar/
H A DBarView.cpp1079 BRoster roster; local
1081 && roster.IsRunning(signature)) {
1090 roster.Launch(signature, fDragMessage);
H A DBarApp.cpp701 BRoster roster; local
702 BRoster::Private rosterPrivate(roster);
/haiku/src/apps/installer/
H A DInstallerWindow.cpp872 BDiskDeviceRoster roster;
875 if (roster.GetPartitionWithID(item->ID(), &device, &partition) == B_OK) {
878 } else if (roster.GetDeviceWithID(item->ID(), &device) == B_OK) {
873 BDiskDeviceRoster roster; local
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp833 BMediaRoster *roster = BMediaRoster::Roster(); local
837 if (roster->GetAudioMixer(&node) == B_OK
838 && roster->GetConnectedOutputsFor(node, &out, 1, &count)
846 } else if (roster->GetAudioOutput(&node) == B_OK
847 && roster->GetAllInputsFor(node, &in, 1, &count) == B_OK
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp373 BMediaRoster* roster = BMediaRoster::Roster(); local
374 roster->StartWatching(BMessenger(this, this), B_MEDIA_SERVER_STARTED);
375 roster->StartWatching(BMessenger(this, this), B_MEDIA_SERVER_QUIT);
383 BMediaRoster* roster = BMediaRoster::CurrentRoster(); local
384 roster->StopWatching(BMessenger(this, this), B_MEDIA_SERVER_STARTED);
385 roster->StopWatching(BMessenger(this, this), B_MEDIA_SERVER_QUIT);
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp128 BHandler("translator roster"),
222 printf("translator roster node monitor: ");
364 Adds the colon separated list of directories to the roster.
410 Adds a new directory to the roster.
913 they are scanned on the fly. Since lazy mode also means that this roster
1032 Directories added to the roster have a certain priority - the first entry
1273 BTranslatorRoster* roster = new BTranslatorRoster(); local
1274 roster->AddTranslators(NULL);
1276 sDefaultRoster = roster;
1278 // the default roster t
[all...]
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp528 IOSchedulerRoster* roster = IOSchedulerRoster::Default(); local
529 AutoLocker<IOSchedulerRoster> rosterLocker(roster);
532 = roster->SchedulerList().GetIterator();
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp603 status_t err = manager->roster->StartTimeSource(ref->node(), when);
622 status_t err = manager->roster->StopTimeSource(ref->node(), when);
1796 BTranslatorRoster *roster = BTranslatorRoster::Default(); local
1798 error = roster->Translate(&file, NULL, NULL, &stream, B_TRANSLATOR_BITMAP);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp912 BCharacterSetRoster roster; local
914 while (roster.GetNextCharacterSet(&charset) == B_NO_ERROR) {
2030 BCharacterSetRoster roster; local
2032 while (roster.GetNextCharacterSet(&charset) == B_OK) {
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp505 BLaunchRoster roster; local
506 BLaunchRoster::Private(roster).RegisterSessionDaemon(this);
584 BRoster roster; local
585 BRoster::Private rosterPrivate(roster);
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp834 BNetworkRoster& roster = BNetworkRoster::Default(); local
839 while (roster.GetNextInterface(&cookie, interface) == B_OK) {

Completed in 342 milliseconds

12345678