Searched refs:fIsRunning (Results 1 - 20 of 20) sorted by relevance

/haiku/src/add-ons/screen_savers/icons/
H A DIconDisplay.h31 inline bool IsRunning() const { return fIsRunning; };
38 bool fIsRunning; member in class:IconDisplay
H A DIconDisplay.cpp35 fIsRunning(false),
62 fIsRunning = true;
69 if (!fIsRunning || fState == 2)
79 if (!fIsRunning)
128 fIsRunning = false;
/haiku/src/servers/mail/
H A DErrorLogWindow.h18 bool fIsRunning; member in class:ErrorLogWindow
H A DErrorLogWindow.cpp54 fIsRunning(false)
72 if (!fIsRunning) {
73 fIsRunning = true;
/haiku/src/apps/pulse/
H A DPulseApp.h39 bool fIsRunning; member in class:PulseApp
H A DPulseApp.cpp41 fIsRunning(false),
133 fIsRunning = true;
169 if (!fIsRunning)
202 if (!fIsRunning)
/haiku/src/apps/poorman/
H A DPoorManServer.h30 bool IsRunning()const{return fIsRunning;}
40 bool fIsRunning; member in class:PoorManServer
H A DPoorManServer.cpp36 :fIsRunning(false),
121 fIsRunning = true;
123 fIsRunning = false;
134 if (fIsRunning) {
135 fIsRunning = false;
227 while (s->fIsRunning) {
255 s->fIsRunning = false;
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DStream.h28 bool IsRunning() { return fIsRunning; }
50 bool fIsRunning; member in class:Stream
H A DStream.cpp24 fIsRunning(false),
273 if (!fIsRunning) {
276 fIsRunning = result == B_OK;
285 if (fIsRunning) {
289 fIsRunning = false;
334 if (status == B_CANCELED || stream->fDevice->fRemoved || !stream->fIsRunning) {
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp20 fIsRunning(false),
53 fIsRunning = true;
73 fIsRunning = false;
84 return fIsRunning;
196 fStripeWidth = (width / (fIsRunning ? 4 : 6)) + 5;
H A DZipOMaticActivity.h36 bool fIsRunning; member in class:Activity
/haiku/src/kits/midi/
H A DMidi.cpp32 midi->fIsRunning = false;
41 fIsRunning = false;
159 if (fIsRunning)
169 fIsRunning = true;
174 fIsRunning = false;
192 return fIsRunning;
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp104 fIsRunning(false)
178 || fIsRunning
185 fIsRunning = true;
200 fIsRunning = true;
248 fIsRunning = isRunning;
268 if (fIsRunning || fLastEventTime + fBlankTime <= now)
H A DScreenSaverFilter.h79 bool fIsRunning; member in class:ScreenSaverFilter
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinator.h45 bool fIsRunning; member in class:ProcessCoordinatorState
H A DProcessCoordinator.cpp51 if (from->FindBool(KEY_IS_RUNNING, &fIsRunning) != B_OK) {
70 fIsRunning(isRunning),
105 return fIsRunning;
129 result = into->AddBool(KEY_IS_RUNNING, fIsRunning);
/haiku/src/apps/showimage/
H A DFilter.cpp90 fIsRunning(false),
143 fIsRunning = true;
170 fIsRunning = false;
178 return fIsRunning;
196 if (fIsRunning)
199 fIsRunning = false;
211 fIsRunning = false;
H A DFilter.h153 volatile bool fIsRunning; // FilterThreads should process data as long as it is true member in class:Filter
/haiku/headers/os/midi/
H A DMidi.h116 volatile bool fIsRunning; member in class:BMidi

Completed in 115 milliseconds