Searched refs:looper (Results 51 - 75 of 84) sorted by relevance

1234

/haiku/src/preferences/appearance/
H A DCurView.h54 const BHandler *handler, const BLooper *looper=NULL);
H A DCurView.cpp410 BitmapView::BitmapView(const BPoint &pt,BMessage *message, const BHandler *handler, const BLooper *looper=NULL) argument
412 BInvoker(message,handler,looper)
/haiku/headers/private/print/
H A DFolderWatcher.h74 FolderWatcher(BLooper* looper, const BDirectory& folder, bool watchAttrChanges = false);
H A DJobs.h128 Folder(BLocker* fLocker, BLooper* looper, const BDirectory& spoolDir);
/haiku/src/apps/deskbar/
H A DTeamMenu.cpp188 BLooper* looper = fBarView->Looper(); local
189 if (looper != NULL && looper->Lock()) {
191 looper->Unlock();
H A DDeskbarMenu.cpp119 BLooper* looper = fBarView->Looper(); local
120 if (looper != NULL && looper->Lock()) {
122 looper->Unlock();
/haiku/headers/os/app/
H A DApplication.h65 // Cursor control, window/looper list, and app info
90 status_t RegisterLooper(BLooper* looper);
91 status_t UnregisterLooper(BLooper* looper);
H A DHandler.h63 // Observer calls, inter-looper and inter-team
99 void SetLooper(BLooper* looper);
/haiku/src/apps/diskprobe/
H A DDataEditor.h88 BLooper* looper = NULL);
91 BLooper* looper = NULL);
H A DDataEditor.cpp1261 DataEditor::StartWatching(BHandler *handler, BLooper *looper) argument
1263 return StartWatching(BMessenger(handler, looper));
1286 DataEditor::StopWatching(BHandler *handler, BLooper *looper) argument
1288 StopWatching(BMessenger(handler, looper));
/haiku/src/apps/terminal/
H A DTerminalRoster.h55 status_t Register(team_id teamID, BLooper* looper);
H A DTerminalRoster.cpp166 The object attaches itself to the supplied \a looper and will receive
167 updates via messaging (obviously the looper must run (not necessarily
171 \param looper A looper the object can attach itself to.
175 TerminalRoster::Register(team_id teamID, BLooper* looper) argument
222 // add ourselves to the looper and start watching
223 looper->AddHandler(this);
247 // stop watching and remove ourselves from the looper
/haiku/src/servers/print/
H A DPrinter.h35 SpoolFolder(BLocker* locker, BLooper* looper, const BDirectory& spoolDir);
H A DPrinter.cpp32 SpoolFolder::SpoolFolder(BLocker* locker, BLooper* looper, argument
34 : Folder(locker, looper, spoolDir)
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp226 BLooper* looper = target->Looper();
227 if (looper == NULL)
235 looper->PostMessage(&message, target);
/haiku/src/tests/kits/app/blooper/
H A DIsMessageWaitingTest.cpp23 port_id _get_looper_port_(const BLooper* looper);
28 @case looper is unlocked and queue is empty
42 @case looper is unlocked and queue is filled
57 @case looper is locked and queue is empty
94 @case looper is locked and queue is filled
107 @case looper is locked, message is posted, queue is empty
114 assert might still fail simply because the looper would not have
/haiku/src/kits/print/
H A DJobs.cpp233 Folder::Folder(BLocker* locker, BLooper* looper, const BDirectory& spoolDir) argument
234 : FolderWatcher(looper, spoolDir, true)
/haiku/src/kits/storage/
H A DPathMonitor.cpp537 const BMessenger& target, BLooper* looper);
732 const BMessenger& target, BLooper* looper)
841 // add ourselves to the looper
842 looper->AddHandler(this);
2129 BLooper* looper = new (std::nothrow) BLooper("PathMonitor looper"); local
2130 TRACE("Start PathMonitor looper\n");
2131 if (looper == NULL)
2133 thread_id thread = looper->Run();
2135 delete looper;
731 PathHandler(const char* path, uint32 flags, const BMessenger& target, BLooper* looper) argument
2165 WatchNode(const node_ref* node, uint32 flags, const BHandler* handler, const BLooper* looper) argument
2180 StopWatching(const BHandler* handler, const BLooper* looper) argument
[all...]
/haiku/src/servers/package/
H A DVolume.h67 Volume(BLooper* looper);
H A DVolume.cpp142 Volume::Volume(BLooper* looper) argument
165 looper->AddHandler(this);
638 if (BLooper* looper = Looper())
639 looper->RemoveHandler(this);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp247 if (BLooper* looper = fTarget->Looper())
248 looper->PostMessage(&msg, fTarget);
/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp29 FractalEngine::FractalEngine(BHandler* parent, BLooper* looper) argument
36 fMessenger(parent, looper),
/haiku/src/preferences/filetypes/
H A DIconView.h124 const BLooper* looper = NULL);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp95 BLooper* looper = Looper(); local
96 if (looper && looper->Lock()) {
97 looper->RemoveHandler(this);
98 looper->Unlock();
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp68 if (BLooper* looper = fTarget->Looper())
69 looper->PostMessage(MSG_GRADIENT_CONTROL_FOCUS_CHANGED, fTarget);

Completed in 159 milliseconds

1234