Searched refs:BLooper (Results 1 - 25 of 244) sorted by path

12345678910

/haiku/headers/build/os/app/
H A DLooper.h16 class BLooper { class
18 BLooper(const char* name = NULL,
H A DMessenger.h17 class BLooper;
/haiku/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h53 class BMailProtocol : public BLooper {
/haiku/headers/os/app/
H A DApplication.h34 class BApplication : public BLooper {
78 BLooper* LooperAt(int32 index) const;
88 // Register a BLooper to be quit before the BApplication
90 status_t RegisterLooper(BLooper* looper);
91 status_t UnregisterLooper(BLooper* looper);
103 typedef BLooper _inherited;
H A DHandler.h15 class BLooper;
41 BLooper* Looper() const;
87 friend class BLooper;
99 void SetLooper(BLooper* looper);
103 BLooper* fLooper;
H A DInvoker.h17 class BLooper;
26 const BLooper* looper = NULL);
35 const BLooper* looper = NULL);
38 BHandler* Target(BLooper** _looper = NULL) const;
H A DLooper.h29 class BLooper : public BHandler { class in inherits:BHandler
31 BLooper(const char* name = NULL,
35 virtual ~BLooper();
38 BLooper(BMessage* data);
81 static BLooper* LooperForThread(thread_id thread);
116 friend port_id _get_looper_port_(const BLooper* );
125 BLooper(const BLooper&);
126 BLooper& operator=(const BLooper
[all...]
H A DMessageFilter.h65 BLooper* Looper() const;
68 friend class BLooper;
74 void SetLooper(BLooper* owner);
81 BLooper* fLooper;
H A DMessenger.h18 class BLooper;
27 const BLooper* looper = NULL,
35 BHandler* Target(BLooper **looper) const;
66 const BLooper* looper = NULL);
88 const BLooper *looper,
/haiku/headers/os/bluetooth/
H A DDiscoveryListener.h26 class DiscoveryListener : public BLooper {
/haiku/headers/os/net/
H A DNetworkNotifications.h40 class BLooper;
45 const BLooper* looper = NULL);
49 const BLooper* looper = NULL);
/haiku/headers/os/storage/
H A DNodeMonitor.h82 class BLooper;
88 const BHandler* handler, const BLooper* looper = NULL);
93 const BHandler* handler, const BLooper* looper = NULL);
96 extern status_t stop_watching(const BHandler* handler, const BLooper* looper = NULL);
/haiku/headers/os/support/
H A DAutolock.h15 inline BAutolock(BLooper* looper);
27 BLooper* fLooper;
33 BAutolock::BAutolock(BLooper *looper)
/haiku/headers/private/app/
H A DLooperList.h20 class BLooper;
34 void AddLooper(BLooper* l);
35 bool IsLooperValid(const BLooper* l);
36 bool RemoveLooper(BLooper* l);
39 BLooper* LooperAt(int32 index);
40 BLooper* LooperForThread(thread_id tid);
41 BLooper* LooperForName(const char* name);
42 BLooper* LooperForPort(port_id port);
49 LooperData(BLooper* looper);
53 BLooper* loope
[all...]
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h41 class TeamDebugger : public BLooper, private UserInterfaceListener,
/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterface.h26 class TargetHostInterface : public BLooper, private TeamDebugger::Listener {
64 // BLooper
/haiku/headers/private/storage/
H A DAddOnMonitor.h24 class AddOnMonitor : public BLooper {
26 typedef BLooper inherited;
H A DPathMonitor.h72 const BLooper* looper = NULL);
76 const BLooper* looper = NULL);
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp53 : BLooper("screensaver controller", B_LOW_PRIORITY),
85 BLooper::MessageReceived(message);
246 // called from the controller BLooper
H A DScreenSaverFilter.h26 class ScreenSaverController : public BLooper {
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandExecutor.cpp24 BLooper("Shortcuts commands executor")
H A DCommandExecutor.h20 class CommandExecutor : public BLooper {
H A DKeyCommandMap.cpp80 BLooper("Shortcuts map watcher"),
H A DKeyCommandMap.h27 class KeyCommandMap : public BLooper {
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp40 : BLooper("PenInputLooper", B_NORMAL_PRIORITY),
107 BLooper::Quit();
127 return BLooper::DispatchMessage(message, handler);
231 BLooper::MessageReceived(message);

Completed in 160 milliseconds

12345678910