Searched refs:roster (Results 26 - 50 of 194) sorted by relevance

12345678

/haiku/src/apps/icon-o-matic/import_export/bitmap/
H A DBitmapExporter.cpp62 BTranslatorRoster* roster = BTranslatorRoster::Default(); local
63 if (!roster)
67 ret = roster->Translate(&bitmapStream, NULL, NULL, stream, fFormat, 0);
/haiku/src/kits/media/
H A DSoundPlayer.cpp110 BMediaRoster* roster = BMediaRoster::Roster(); local
111 if (roster == NULL) {
123 err = roster->Disconnect(fMediaOutput, fMediaInput);
133 err = roster->ReleaseNode(fMediaInput.node);
194 BMediaRoster* roster = BMediaRoster::Roster();
195 if (!roster) {
201 roster->StartTimeSource(fPlayerNode->TimeSource()->Node(),
210 status_t err = roster->StartNode(fPlayerNode->Node(),
240 BMediaRoster* roster = BMediaRoster::Roster(); local
241 if (roster
753 BMediaRoster* roster = BMediaRoster::Roster(); local
890 BMediaRoster *roster = BMediaRoster::CurrentRoster(); local
[all...]
/haiku/src/tests/servers/registrar/
H A DRosterShell.cpp22 "exit, e exits the roster shell\n"
78 BRoster roster; local
96 status_t error = roster.ActivateApp(team);
130 BRoster roster; local
132 error = roster.Launch(&ref, (const BMessage*)NULL, &teamID);
156 BRoster roster; local
163 roster.GetAppList(&teamList);
172 status_t error = roster.GetRunningAppInfo(team, &info);
186 BRoster roster; local
193 roster
218 BRoster roster; local
[all...]
/haiku/src/bin/mkfs/
H A DFsCreator.cpp28 BDiskDeviceRoster roster; local
29 roster.UnregisterFileDevice(fID);
70 BDiskDeviceRoster roster; local
74 status_t status = roster.GetPartitionForPath(fPath, &device,
85 partition_id id = roster.RegisterFileDevice(fPath);
94 status = roster.GetPartitionWithID(id, &device, &partition);
116 if (roster.GetDiskSystem(&diskSystem, fType) != B_OK) {
H A Dmain.cpp59 BDiskDeviceRoster roster; local
66 while (roster.GetNextDiskSystem(&diskSystem) == B_OK) {
/haiku/src/tests/kits/media/notificationtest/
H A Dmain.cpp12 BMediaRoster *roster; variable
26 rv = roster->StartWatching(be_app_messenger);
37 rv = roster->GetLiveNodes(out_live_nodes, &io_total_count);
52 rv = roster->StopWatching(be_app_messenger);
69 rv = roster->StartWatching(be_app_messenger, node, B_MEDIA_WILDCARD);
84 rv = roster->StopWatching(be_app_messenger, node, B_MEDIA_WILDCARD);
116 roster = BMediaRoster::Roster();
/haiku/src/apps/debugger/user_interface/gui/value/
H A DValueHandlerRoster.cpp27 fLock("value handler roster"),
52 ValueHandlerRoster* roster = new(std::nothrow) ValueHandlerRoster;
53 if (roster == NULL)
55 ObjectDeleter<ValueHandlerRoster> rosterDeleter(roster);
57 status_t error = roster->Init();
61 error = roster->RegisterDefaultHandlers();
73 ValueHandlerRoster* roster = sDefaultInstance; local
75 delete roster;
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterfaceRoster.cpp61 TargetHostInterfaceRoster* roster
63 if (roster == NULL)
65 ObjectDeleter<TargetHostInterfaceRoster> rosterDeleter(roster);
67 status_t error = roster->Init(listener);
71 error = roster->RegisterInterfaceInfos();
83 TargetHostInterfaceRoster* roster = sDefaultInstance; local
85 delete roster;
/haiku/src/kits/game/
H A DGameSoundBuffer.cpp83 BMediaRoster* roster = BMediaRoster::Roster(); local
91 roster->Disconnect(fConnection->producer.node, fConnection->source,
94 roster->ReleaseNode(fConnection->producer);
95 roster->ReleaseNode(fConnection->consumer);
367 BMediaRoster* roster = BMediaRoster::Roster(); local
368 status_t err = roster->RegisterNode(fNode);
374 err = roster->GetNodeFor(fNode->Node().node, &fConnection->producer);
384 err = roster->GetTimeSource(&fConnection->timeSource);
388 err = roster->SetTimeSourceFor(fConnection->producer.node,
396 err = roster
[all...]
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp89 BMediaRoster *roster = BMediaRoster::CurrentRoster(); local
90 if (roster) {
92 roster->StartWatching(messenger, B_MEDIA_FLAVORS_CHANGED);
103 BMediaRoster *roster = BMediaRoster::CurrentRoster(); local
104 if (roster) {
106 roster->StopWatching(messenger, B_MEDIA_FLAVORS_CHANGED);
252 BMediaRoster *roster = BMediaRoster::CurrentRoster(); local
261 status_t error = roster->GetDormantNodes(infoBuffer, &numNodes);
300 BMediaRoster *roster = BMediaRoster::CurrentRoster(); local
309 status_t error = roster
[all...]
/haiku/src/bin/desklink/
H A DVolumeControl.cpp129 BMediaRoster* roster = BMediaRoster::Roster(); local
130 roster->StartWatching(BMessenger(this), B_MEDIA_SERVER_STARTED);
131 roster->StartWatching(BMessenger(this), B_MEDIA_SERVER_QUIT);
150 BMediaRoster* roster = BMediaRoster::CurrentRoster(); local
151 roster->StopWatching(BMessenger(this), B_MEDIA_SERVER_STARTED);
152 roster->StopWatching(BMessenger(this), B_MEDIA_SERVER_QUIT);
384 BMediaRoster* roster = BMediaRoster::CurrentRoster(); local
385 if (roster != NULL && fMixerControl->GainNode() != media_node::null) {
386 roster->StopWatching(this, fMixerControl->GainNode(),
409 BMediaRoster* roster local
[all...]
H A DMediaReplicant.cpp421 BMediaRoster* roster = BMediaRoster::CurrentRoster(); local
422 if (roster != NULL
424 && roster->GetNodeFor(mixerNodeID, &mixerNode) == B_OK) {
427 roster->ReleaseNode(mixerNode);
597 BMediaRoster* roster = BMediaRoster::CurrentRoster();
598 if (roster == NULL)
601 roster->StopWatching(this, B_MEDIA_SERVER_STARTED);
602 roster->StopWatching(this, B_MEDIA_SERVER_QUIT);
603 roster->StopWatching(this, B_MEDIA_NODE_CREATED);
609 roster
[all...]
/haiku/src/kits/package/
H A DAddRepositoryRequest.cpp66 BPackageRoster roster; local
69 ? roster.GetUserRepositoryConfigPath(&targetRepoConfigPath, true)
70 : roster.GetCommonRepositoryConfigPath(&targetRepoConfigPath, true);
H A DRefreshRepositoryRequest.cpp80 BPackageRoster roster; local
85 roster.GetRepositoryCache(fRepoConfig.Name(), &repoCache);
165 BPackageRoster roster; local
167 ? roster.GetUserRepositoryCachePath(&targetRepoCachePath, true)
168 : roster.GetCommonRepositoryCachePath(&targetRepoCachePath, true);
/haiku/src/bin/
H A Dcheckfs.cpp77 BDiskDeviceRoster roster; local
81 status_t status = roster.GetPartitionForPath(path, &device,
86 status = roster.FindPartitionByMountPoint(path, &device, &partition)
H A Dresizefs.cpp38 BDiskDeviceRoster roster; local
42 status_t status = roster.GetPartitionForPath(argv[1], &device,
47 status = roster.FindPartitionByMountPoint(argv[1], &device,
/haiku/src/apps/cortex/support/
H A DMediaIcon.cpp158 BMediaRoster *roster = BMediaRoster::CurrentRoster(); local
161 if ((roster && (roster->GetRefFor(nodeInfo.node, &ref) == B_OK))
167 if (roster
168 && (roster->GetDormantNodeFor(nodeInfo.node, &dormantNodeInfo) == B_OK)) {
202 BMediaRoster *roster = BMediaRoster::CurrentRoster(); local
203 status_t error = roster->GetDormantFlavorInfoFor(nodeInfo, &flavorInfo);
234 BMediaRoster *roster = BMediaRoster::CurrentRoster(); local
235 if (roster->GetFreeInputsFor(nodeInfo.node, inputs, numberOfInputs,
249 if (roster
[all...]
/haiku/headers/private/app/
H A DRosterPrivate.h23 Private(BRoster &roster) : fRoster(&roster) {} argument
24 Private(BRoster *roster) : fRoster(roster) {} argument
/haiku/src/bin/pkgman/
H A Dcommand_list_repos.cpp86 BPackageRoster roster; local
87 status_t result = roster.GetRepositoryNames(repositoryNames);
94 result = roster.GetRepositoryConfig(repoName, &repoConfig);
112 result = roster.GetRepositoryCache(repoName, &repoCache);
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindow.cpp127 BMediaRoster *roster = BMediaRoster::CurrentRoster(); local
128 roster->StartWatching(this, nodeInfo.node, B_MEDIA_WILDCARD);
209 BMediaRoster *roster = BMediaRoster::CurrentRoster(); local
210 if (roster) {
211 roster->StopWatching(this, m_node, B_MEDIA_WILDCARD);
287 BMediaRoster *roster = BMediaRoster::CurrentRoster(); local
288 if (roster) {
290 status_t error = roster->GetParameterWebFor(m_node, &web);
368 // get roster instance
369 BMediaRoster *roster local
[all...]
/haiku/src/tests/kits/app/broster/
H A DRosterWatchingTester.cpp44 = "application/x-vnd.obos-roster-watching-test";
45 static const char *appType1 = "application/x-vnd.obos-roster-watching-app1";
46 static const char *appType2 = "application/x-vnd.obos-roster-watching-app2";
47 static const char *appType3 = "application/x-vnd.obos-roster-watching-app3";
48 static const char *appType4 = "application/x-vnd.obos-roster-watching-app4";
49 //static const char *appType5 = "application/x-vnd.obos-roster-watching-app5";
206 BRoster roster; local
209 CHK(roster.StopWatching(target) == B_BAD_VALUE);
211 CHK(roster.StartWatching(target, B_REQUEST_LAUNCHED | B_REQUEST_QUIT
213 CHK(roster
232 BRoster roster; local
367 BRoster roster; local
[all...]
H A DLaunchTester.cpp44 = "application/x-vnd.obos-roster-launch-test";
46 = "application/x-vnd.obos-roster-launch-uninstalled";
47 static const char *appType1 = "application/x-vnd.obos-roster-launch-app1";
48 static const char *appType2 = "application/x-vnd.obos-roster-launch-app2";
49 static const char *fileType1 = "application/x-vnd.obos-roster-launch-file1";
50 static const char *fileType2 = "application/x-vnd.obos-roster-launch-file2";
51 static const char *textTestType = "text/x-vnd.obos-roster-launch";
58 static const char *trashAppName = "roster-launch-app";
133 BRoster roster; local
135 CHK(roster
276 BRoster roster; local
290 BRoster roster; local
306 BRoster roster; local
324 BRoster roster; local
357 BRoster roster; local
390 BRoster roster; local
423 BRoster roster; local
459 BRoster roster; local
495 BRoster roster; local
534 BRoster roster; local
577 BRoster roster; local
610 BRoster roster; local
643 BRoster roster; local
695 BRoster roster; local
714 BRoster roster; local
748 BRoster roster; local
803 BRoster roster; local
857 BRoster roster; local
897 BRoster roster; local
941 BRoster roster; local
1000 BRoster roster; local
1058 BRoster roster; local
1098 BRoster roster; local
1143 BRoster roster; local
1188 BRoster roster; local
1239 BRoster roster; local
1286 BRoster roster; local
1330 BRoster roster; local
1353 BRoster roster; local
1389 BRoster roster; local
1451 BRoster roster; local
1464 BRoster roster; local
1477 BRoster roster; local
1516 BRoster roster; local
1545 BRoster roster; local
1558 BRoster roster; local
1569 BRoster roster; local
1609 BRoster roster; local
1643 BRoster roster; local
1673 BRoster roster; local
1688 BRoster roster; local
1700 BRoster roster; local
1740 BRoster roster; local
1769 BRoster roster; local
1792 BRoster roster; local
1811 BRoster roster; local
1833 BRoster roster; local
1846 BRoster roster; local
1864 BRoster roster; local
1902 BRoster roster; local
1939 BRoster roster; local
1977 BRoster roster; local
2002 BRoster roster; local
2081 BRoster roster; local
2113 BRoster roster; local
2130 BRoster roster; local
2148 BRoster roster; local
2190 BRoster roster; local
2212 BRoster roster; local
2229 BRoster roster; local
2249 BRoster roster; local
2262 BRoster roster; local
2281 BRoster roster; local
2319 BRoster roster; local
2356 BRoster roster; local
2394 BRoster roster; local
2418 BRoster roster; local
2497 BRoster roster; local
2533 BRoster roster; local
2566 BRoster roster; local
2584 BRoster roster; local
2603 BRoster roster; local
2645 BRoster roster; local
2667 BRoster roster; local
2684 BRoster roster; local
2704 BRoster roster; local
2717 BRoster roster; local
2736 BRoster roster; local
2774 BRoster roster; local
2811 BRoster roster; local
2849 BRoster roster; local
2873 BRoster roster; local
2959 BRoster roster; local
2994 BRoster roster; local
3025 BRoster roster; local
3043 BRoster roster; local
3062 BRoster roster; local
[all...]
/haiku/src/apps/autoraise/
H A DAutoRaiseApp.cpp65 BRoster roster; local
67 roster.FindApp(APP_SIG, &ref);
/haiku/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp102 BDiskDeviceRoster roster;
106 done = (roster.GetNextDevice(device) != B_OK);
290 BDiskDeviceRoster roster;
293 if (roster.GetPartitionWithID(partitionID, &device, &partition)
307 BDiskDeviceRoster roster;
310 if (roster.GetSessionWithID(sessionID, &device, &session)
322 BDiskDeviceRoster roster;
324 if (roster.GetDeviceWithID(deviceID, &device) == B_OK)
446 BDiskDeviceRoster roster;
450 while (roster
487 BDiskDeviceRoster roster; local
542 BDiskDeviceRoster roster; local
[all...]
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp472 BVolumeRoster roster; local
474 CHK(roster.GetBootVolume(&volume) == B_OK);
490 while (--checkCount >= 0 && roster.GetNextVolume(&volume) == B_OK) {
499 roster.Rewind();
502 while ((error = roster.GetNextVolume(&volume)) == B_OK) {
511 roster.Rewind();
518 CHK(roster.GetNextVolume(NULL) == B_BAD_VALUE);
571 BVolumeRoster roster; local
572 CHK(!roster.Messenger().IsValid());
574 CHK(roster
[all...]

Completed in 457 milliseconds

12345678