Searched refs:handlerList (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DProtocolHandler.cpp66 ProtocolHandler::AddHandlers(HIDDevice &device, ProtocolHandler *&handlerList, argument
96 KeyboardProtocolHandler::AddHandlers(device, *collection, handlerList);
97 JoystickProtocolHandler::AddHandlers(device, *collection, handlerList);
98 MouseProtocolHandler::AddHandlers(device, *collection, handlerList);
99 TabletProtocolHandler::AddHandlers(device, *collection, handlerList);
103 ProtocolHandler *handler = handlerList;
H A DMouseProtocolHandler.h31 ProtocolHandler *&handlerList);
H A DJoystickProtocolHandler.h28 ProtocolHandler *&handlerList);
H A DTabletProtocolHandler.h36 ProtocolHandler *&handlerList);
H A DKeyboardProtocolHandler.h31 ProtocolHandler *&handlerList);
H A DProtocolHandler.h35 ProtocolHandler *&handlerList,
H A DTabletProtocolHandler.cpp101 ProtocolHandler *&handlerList)
174 newHandler->SetNextHandler(handlerList);
175 handlerList = newHandler;
100 AddHandlers(HIDDevice &device, HIDCollection &collection, ProtocolHandler *&handlerList) argument
H A DMouseProtocolHandler.cpp70 ProtocolHandler *&handlerList)
123 newHandler->SetNextHandler(handlerList);
124 handlerList = newHandler;
69 AddHandlers(HIDDevice &device, HIDCollection &collection, ProtocolHandler *&handlerList) argument
H A DJoystickProtocolHandler.cpp131 HIDCollection &collection, ProtocolHandler *&handlerList)
181 newHandler->SetNextHandler(handlerList);
182 handlerList = newHandler;
130 AddHandlers(HIDDevice &device, HIDCollection &collection, ProtocolHandler *&handlerList) argument
H A DKeyboardProtocolHandler.cpp193 HIDCollection &collection, ProtocolHandler *&handlerList)
305 newHandler->SetNextHandler(handlerList);
306 handlerList = newHandler;
192 AddHandlers(HIDDevice &device, HIDCollection &collection, ProtocolHandler *&handlerList) argument

Completed in 54 milliseconds