Searched refs:IsRunning (Results 51 - 75 of 100) sorted by relevance

1234

/haiku/src/servers/launch/
H A DJob.cpp416 Job::IsRunning() const function in class:Job
440 return IsEnabled() && !IsLaunching() && (!IsService() || !IsRunning());
500 if (!IsRunning() || !IsService())
/haiku/headers/os/midi/
H A DMidi.h56 bool IsRunning() const;
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp199 if (!be_roster->IsRunning(BLUETOOTH_SIGNATURE)) {
/haiku/src/apps/showimage/
H A DFilter.h86 // or after Start() and IsRunning() returns false.
93 // IsRunning() is true as long as there are any
95 // The operation is complete when IsRunning() is false
115 // Has to be called after Start() (even if IsRunning() is false)
118 bool IsRunning() const;
H A DFilter.cpp176 Filter::IsRunning() const function in class:Filter
384 for (y = fromRow; IsRunning() && y <= toRow; y++, destDataRow += destBPR) {
526 for (y = fromRow; IsRunning() && y <= toRow; y++, destDataRow += destBPR) {
688 for (y = fromRow; IsRunning() && y <= toRow; y ++, destDataRow += destBPR) {
819 for (y = fromRow; IsRunning() && y <= toRow; y++, srcDataRow += srcBPR,
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp311 if (!be_roster->IsRunning(kTrackerSignature))
313 if (!be_roster->IsRunning(kDeskbarSignature))
561 bool desktopRunning = be_roster->IsRunning(kTrackerSignature)
562 && be_roster->IsRunning(kDeskbarSignature);
/haiku/src/kits/media/experimental/
H A DAdapterIO.cpp104 if (!fOwner->IsRunning())
383 BAdapterIO::IsRunning() const function in class:BAdapterIO
/haiku/src/apps/installer/
H A DInstallerWindow.cpp184 if (!be_roster->IsRunning(kTrackerSignature))
311 if (!be_roster->IsRunning(kDeskbarSignature))
320 fDriveSetupLaunched = be_roster->IsRunning(kDriveSetupSignature);
321 fBootManagerLaunched = be_roster->IsRunning(kBootManagerSignature);
499 if (be_roster->IsRunning(kDeskbarSignature)) {
/haiku/src/kits/interface/
H A DInput.cpp120 BInputDevice::IsRunning() const function in class:BInputDevice
H A DDeskbar.cpp74 BDeskbar::IsRunning() const function in class:BDeskbar
/haiku/src/kits/midi/
H A DMidi.cpp190 BMidi::IsRunning() const function in class:BMidi
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h270 bool IsRunning() const;
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp179 || be_roster->IsRunning(SCREEN_BLANKER_SIG))
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp161 if (be_roster->IsRunning (kServerSignature))
/haiku/src/kits/media/
H A DMediaRecorder.cpp310 BMediaRecorder::IsRunning() const function in class:BMediaRecorder
H A DTimeSource.cpp200 BTimeSource::IsRunning() function in class:BTimeSource
202 PRINT(8, "CALLED BTimeSource::IsRunning()\n");
212 TRACE_TIMESOURCE("BTimeSource::IsRunning() node %" B_PRId32 ", port %"
/haiku/src/bin/desklink/
H A DMixerControl.cpp57 if (BMediaRoster::IsRunning() && fRoster != NULL
/haiku/src/preferences/notifications/
H A DGeneralView.cpp356 return be_roster->IsRunning(kNotificationServerSignature);
/haiku/src/apps/processcontroller/
H A DProcessController.cpp425 if (!be_roster->IsRunning(kDeskbarSig)) {
852 if (!be_roster->IsRunning(kTrackerSig)) {
858 if (!be_roster->IsRunning(kDeskbarSig)) {
888 if (showLiveInDeskbarItem && be_roster->IsRunning(kDeskbarSig)) {
/haiku/src/tests/kits/net/service/
H A DDataTest.cpp164 while(request->IsRunning())
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp242 if (!be_roster->IsRunning(B_MEDIA_SERVER_SIGNATURE)) {
327 be_roster->IsRunning(B_MEDIA_SERVER_SIGNATURE)) {
/haiku/src/servers/media/
H A Dmedia_server.cpp232 if (!be_roster->IsRunning(B_MEDIA_ADDON_SERVER_SIGNATURE))
251 if (!be_roster->IsRunning(B_MEDIA_ADDON_SERVER_SIGNATURE))
265 if (be_roster->IsRunning(B_MEDIA_ADDON_SERVER_SIGNATURE)) {
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp61 if (!BMediaRoster::IsRunning()) {
/haiku/src/apps/haikudepot/ui/
H A DApp.cpp488 while (!be_roster->IsRunning(kPackageDaemonSignature)) {
/haiku/headers/os/media/
H A DMediaRoster.h53 static bool IsRunning();

Completed in 315 milliseconds

1234