Searched refs:handler (Results 26 - 50 of 281) sorted by relevance

1234567891011>>

/haiku/src/tools/cppunit/
H A DTestApp.cpp106 BTestHandler *handler = new BTestHandler; local
108 AddHandler(handler);
109 fHandlers.AddItem(handler);
111 return handler;
117 BTestApp::DeleteTestHandler(BTestHandler *handler) argument
121 result = fHandlers.RemoveItem(handler);
123 RemoveHandler(handler);
126 delete handler;
135 // The returned handler must never passed to DeleteTestHandler() by the
/haiku/src/apps/stylededit/
H A DFindWindow.h23 FindWindow(BRect frame, BHandler* handler,
28 virtual void DispatchMessage(BMessage* message, BHandler* handler);
/haiku/src/apps/activitymonitor/
H A DSystemInfo.cpp15 SystemInfo::SystemInfo(SystemInfoHandler* handler) argument
30 if (handler != NULL) {
31 fRunningApps = handler->RunningApps();
32 fClipboardSize = handler->ClipboardSize();
33 fClipboardTextSize = handler->ClipboardTextSize();
34 fMediaNodes = handler->MediaNodes();
35 fMediaConnections = handler->MediaConnections();
36 fMediaBuffers = handler->MediaBuffers();
/haiku/src/kits/debugger/debug_info/
H A DImageDebugLoadingStateHandlerRoster.h41 handler);
44 handler);
/haiku/src/servers/registrar/
H A DMessageEvent.h40 MessageEvent(bigtime_t time, BHandler* handler, uint32 command);
41 MessageEvent(bigtime_t time, BHandler* handler, const BMessage *message);
H A DMessageEvent.cpp66 \param handler The BHandler to which the message shall be delivered.
69 MessageEvent::MessageEvent(bigtime_t time, BHandler* handler, uint32 command) argument
73 fHandler(handler)
87 \param handler The BHandler to which the message shall be delivered.
90 MessageEvent::MessageEvent(bigtime_t time, BHandler* handler, argument
95 fHandler(handler)
/haiku/src/bin/debug/strace/
H A DSyscall.h21 Type(string typeName, TypeHandler *handler) argument
22 : fTypeName(typeName), fHandler(handler), fCount(1) {}
26 void SetHandler(TypeHandler *handler) argument
29 fHandler = handler;
46 Parameter(string name, int32 offset, string typeName, TypeHandler *handler) argument
47 : Type(typeName, handler),
95 TypeHandler *handler)
97 AddParameter(new Parameter(name, offset, typeName, handler));
94 AddParameter(string name, int32 offset, string typeName, TypeHandler *handler) argument
/haiku/src/system/kernel/
H A Dlow_resource_manager.cpp131 while (low_resource_handler* handler
133 // swap with handler
134 sLowResourceHandlers.Swap(&marker, handler);
135 marker.priority = handler->priority;
137 int32 resources = handler->resources & lowResources;
140 handler->function(handler->data, resources,
301 low_resource_handler *handler = iterator.Next(); local
304 elf_debug_lookup_symbol_address((addr_t)handler->function, NULL,
309 handler
448 low_resource_handler* handler = iterator.Next(); local
488 low_resource_handler *handler = iterator.Next(); local
[all...]
/haiku/src/apps/login/
H A DDesktopWindow.h17 void DispatchMessage(BMessage *message, BHandler *handler);
/haiku/src/apps/resedit/
H A DResourceRoster.h25 void SpawnEditor(ResourceData *data, BHandler *handler);
/haiku/src/kits/network/libnetapi/
H A Dnotifications.cpp48 start_watching_network(uint32 flags, const BHandler* handler, argument
51 const BMessenger target(handler, looper);
64 stop_watching_network(const BHandler* handler, const BLooper* looper) argument
66 const BMessenger target(handler, looper);
/haiku/headers/os/add-ons/tracker/
H A DTrackerAddOn.h15 void populate_menu(BMessage* msg, BMenu* menu, BHandler* handler);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTypeHandlerMenuItem.h24 status_t SetTypeHandler(TypeHandler* handler);
/haiku/src/tests/kits/app/bmessenger/
H A DTargetTester.cpp44 @case 2 this is initialized to local target with preferred handler
59 @case 3 this is initialized to local target with specific handler
64 // create looper and handler
69 BHandler *handler = new BHandler; local
70 HandlerDeleter deleter(handler);
72 looper->AddHandler(handler);
75 BMessenger messenger(handler, NULL, &result);
81 @case 4 this is initialized to remote target with preferred handler
93 @case 5 this is initialized to remote target with specific handler
116 @case 2 this is initialized to local target with preferred handler,
143 BHandler *handler = new BHandler; local
[all...]
H A DHelpers.h59 inline HandlerDeleter(BHandler *handler) argument
60 : AutoDeleter<BHandler>(handler) {}
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DDriver.cpp38 ProtocolHandler* handler; member in struct:device_cookie
106 ProtocolHandler *handler = (ProtocolHandler *)gDeviceList->DeviceAt(i);
107 if (!handler)
110 HIDDevice *device = handler->Device();
116 handler = device->ProtocolHandlerAt(i);
117 if (handler == NULL)
120 gDeviceList->RemoveDevice(NULL, handler);
123 // this handler's device belongs to the one removed
168 ProtocolHandler *handler = (ProtocolHandler *)gDeviceList->FindDevice(path); local
169 TRACE(" path %s: handler
403 ProtocolHandler *handler = hidDevice->ProtocolHandlerAt(i); local
[all...]
/haiku/src/kits/storage/
H A DNodeMonitor.cpp42 watch_volume(dev_t volume, uint32 flags, const BHandler* handler, argument
45 return watch_volume(volume, flags, BMessenger(handler, looper));
92 // Subscribes or unsubscribes a handler or looper to node and/or mount
95 watch_node(const node_ref* node, uint32 flags, const BHandler* handler, argument
98 return watch_node(node, flags, BMessenger(handler, looper));
119 stop_watching(const BHandler* handler, const BLooper* looper) argument
121 return stop_watching(BMessenger(handler, looper));
/haiku/src/kits/app/
H A DLooper.cpp167 BHandler* handler = (BHandler*)fHandlers.ItemAtFast(i); local
168 handler->SetNextHandler(NULL);
169 handler->SetLooper(NULL);
240 BLooper::PostMessage(uint32 command, BHandler* handler, BHandler* replyTo) argument
243 return _PostMessage(&message, handler, replyTo);
248 BLooper::PostMessage(BMessage* message, BHandler* handler, BHandler* replyTo) argument
250 return _PostMessage(message, handler, replyTo);
255 BLooper::DispatchMessage(BMessage* message, BHandler* handler) argument
270 if (handler == this) {
278 handler
358 DispatchExternalMessage(BMessage* message, BHandler* handler, bool& _detached) argument
398 AddHandler(BHandler* handler) argument
415 RemoveHandler(BHandler* handler) argument
470 SetPreferredHandler(BHandler* handler) argument
907 _PostMessage(BMessage* msg, BHandler* handler, BHandler* replyTo) argument
1230 BHandler* handler = NULL; local
[all...]
/haiku/headers/os/net/
H A DNetworkNotifications.h44 extern status_t start_watching_network(uint32 flags, const BHandler* handler,
48 extern status_t stop_watching_network(const BHandler* handler,
/haiku/headers/private/bluetooth/
H A DCodeHandler.h14 * for handler and 4 for the protocol
43 static void SetHandler(uint32* code, uint16 handler) argument
45 *code = *code | ((handler & 0xFFFF) << 0);
/haiku/src/apps/icon-o-matic/generic/listener/
H A DAbstractLOAdapter.cpp16 AbstractLOAdapter::AbstractLOAdapter(BHandler* handler) argument
17 : fHandler(handler),
/haiku/src/apps/mediaplayer/support/
H A DAbstractLOAdapter.cpp16 AbstractLOAdapter::AbstractLOAdapter(BHandler* handler) argument
17 : fHandler(handler),
/haiku/src/apps/debugger/user_interface/gui/value/
H A DValueHandlerRoster.h44 bool RegisterHandler(ValueHandler* handler);
45 void UnregisterHandler(ValueHandler* handler);
/haiku/src/tests/system/glue/
H A DStackAlign.cpp30 void handler(int param) function
48 // Test from signal handler
58 action.sa_handler = handler;
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DDevice.cpp20 acpi_notify_handler handler, void *context)
22 return install_notify_handler(device->handle, handlerType, handler,
28 acpi_notify_handler handler)
30 return remove_notify_handler(device->handle, handlerType, handler);
36 acpi_adr_space_handler handler, acpi_adr_space_setup setup, void *data)
38 return install_address_space_handler(device->handle, spaceId, handler,
44 acpi_adr_space_handler handler)
46 return remove_address_space_handler(device->handle, spaceId, handler);
19 acpi_install_notify_handler(acpi_device device, uint32 handlerType, acpi_notify_handler handler, void *context) argument
27 acpi_remove_notify_handler(acpi_device device, uint32 handlerType, acpi_notify_handler handler) argument
35 acpi_install_address_space_handler(acpi_device device, uint32 spaceId, acpi_adr_space_handler handler, acpi_adr_space_setup setup, void *data) argument
43 acpi_remove_address_space_handler(acpi_device device, uint32 spaceId, acpi_adr_space_handler handler) argument

Completed in 193 milliseconds

1234567891011>>