Searched refs:team_id (Results 101 - 125 of 303) sorted by relevance

1234567891011>>

/haiku/headers/private/media/
H A DMediaMisc.h54 extern team_id team;
H A DServerInterface.h214 team_id team;
310 team_id creator_team;
343 team_id team;
379 team_id team;
387 team_id team;
395 team_id creator;
405 team_id team;
418 team_id team;
427 team_id team;
472 team_id tea
[all...]
H A DMediaRosterEx.h54 status_t SetNodeCreator(media_node_id node, team_id creator);
60 int32 flavorid, team_id creator, media_node* out_node);
/haiku/src/apps/processcontroller/
H A DTeamBarMenu.cpp29 fTeamList = (team_id*)malloc(sizeof(team_id) * fTeamCount);
115 fTeamList = (team_id*)realloc(fTeamList, sizeof(team_id) * fTeamCount);
H A DMemoryBarMenu.cpp32 fTeamList = (team_id*)malloc(sizeof (team_id) * fTeamCount);
131 fTeamList = (team_id*)realloc(fTeamList, sizeof(team_id) * fTeamCount);
/haiku/src/system/libroot/os/
H A Dsem.c78 set_sem_owner(sem_id sem, team_id team)
92 _get_next_sem_info(team_id team, int32 *cookie, sem_info *info, size_t size)
/haiku/headers/private/kernel/
H A Dport.h55 status_t _user_get_next_port_info(team_id team, int32 *cookie,
63 status_t _user_set_port_owner(port_id port, team_id team);
/haiku/src/build/libbe/app/
H A DMessenger.cpp122 team_id
141 BMessenger::_SetTo(team_id team, port_id port, int32 token)
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.h112 void AddTeam(team_id team, const char* signature);
113 void RemoveTeam(team_id team, bool partial);
H A DSwitcher.h77 TTeamGroup* FindTeam(team_id, int32* index);
91 void SwitchWindow(team_id team, bool forward,
H A DBarApp.h159 BBitmap* FetchTeamIcon(team_id team, int32 size);
164 void AddTeam(team_id team, uint32 flags,
166 void RemoveTeam(team_id);
/haiku/src/servers/app/
H A DDesktop.h136 status_t LockDirectScreen(team_id team);
137 status_t UnlockDirectScreen(team_id team);
240 team_id teamID);
254 void MinimizeApplication(team_id team);
255 void BringApplicationToFront(team_id team);
258 void WriteWindowList(team_id team,
320 status_t _ActivateApp(team_id team);
353 team_id fDirectScreenTeam;
H A DServerApp.h48 team_id clientTeamID, int32 handlerID,
71 team_id ClientTeam() const { return fClientTeam; }
135 team_id fClientTeam;
/haiku/src/tests/kits/app/broster/
H A DLaunchTester.cpp68 team_id fTeam;
131 ref_for_team(team_id team)
277 team_id team;
292 team_id team;
308 team_id team;
327 team_id team;
360 team_id team;
393 team_id team;
428 team_id team;
465 team_id tea
[all...]
H A DBroadcastTester.cpp127 const char **argv, team_id *team)
169 team_id team1;
175 team_id team2;
180 team_id team3;
185 team_id team4;
268 team_id team1;
274 team_id team2;
279 team_id team3;
284 team_id team4;
354 team_id team
[all...]
H A DTeamForTester.cpp33 team_id TeamFor(const char *signature) const
47 team_id TeamFor(const char *signature) const
59 team_id TeamFor(const char *signature) const
74 team_id team = roster.TeamFor("application/x-vnd.obos-app-run-testapp1");
86 team_id TeamFor(entry_ref *ref) const
100 team_id TeamFor(entry_ref *ref) const
113 team_id TeamFor(entry_ref *ref) const
130 team_id team = roster.TeamFor(&ref);
/haiku/src/tests/kits/app/bmessenger/
H A DMessengerComparissonTester.cpp36 team_id fTeam;
255 team_id teams[] = { -1, 0, 1 } ;
259 int32 teamCount = sizeof(teams) / sizeof(team_id);
266 team_id team1 = teams[te1];
280 team_id team2 = teams[te2];
/haiku/src/servers/media/
H A DBufferManager.cpp42 BufferManager::RegisterBuffer(team_id team, media_buffer_id bufferID,
69 BufferManager::RegisterBuffer(team_id team, size_t size, int32 flags,
110 BufferManager::UnregisterBuffer(team_id team, media_buffer_id bufferID)
146 BufferManager::CleanupTeam(team_id team)
184 std::set<team_id>::iterator teamIterator = info.teams.begin();
/haiku/src/kits/interface/
H A DWindowStack.cpp182 return fLink->Attach<team_id>(messengerPrivate.Team());
191 team_id team;
194 status_t status = fLink->Read<team_id>(&team);
/haiku/src/kits/debug/
H A DSymbolLookup.h96 RemoteMemoryAccessor(team_id team);
123 team_id fTeam;
140 SymbolLookup(team_id team, image_id image);
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h46 virtual team_id TeamID() const = 0;
77 virtual status_t GetSymbolInfos(team_id team, image_id image,
79 virtual status_t GetSymbolInfo(team_id team, image_id image,
/haiku/src/system/kernel/vm/
H A DVMAddressSpaceLocking.cpp43 AddressSpaceReadLocker::AddressSpaceReadLocker(team_id team)
89 AddressSpaceReadLocker::SetTo(team_id team)
166 AddressSpaceWriteLocker::AddressSpaceWriteLocker(team_id team)
212 AddressSpaceWriteLocker::SetTo(team_id team)
259 AddressSpaceWriteLocker::SetFromArea(team_id team, area_id areaID,
295 AddressSpaceWriteLocker::SetFromArea(team_id team, area_id areaID,
/haiku/headers/os/kernel/
H A Ddebugger.h54 extern port_id install_team_debugger(team_id team, port_id debuggerPort);
55 extern status_t remove_team_debugger(team_id team);
471 team_id team; // the thread's team
555 team_id new_team; // the newly created team
576 team_id new_thread; // the newly created thread
628 team_id debugger; // the new debugger
/haiku/src/bin/
H A Droster.cpp61 output_team(team_id id, int32 mode)
144 output_team((team_id)(addr_t)applicationList.ItemAt(i), mode);
/haiku/headers/build/private/app/
H A DMessagePrivate.h68 team_id reply_team;
115 SetReply(team_id team, port_id port, int32 target)

Completed in 171 milliseconds

1234567891011>>