Searched refs:TabletProtocolHandler (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DTabletProtocolHandler.h28 class TabletProtocolHandler : public ProtocolHandler { class in inherits:ProtocolHandler
30 TabletProtocolHandler(HIDReport &report,
H A DTabletProtocolHandler.cpp13 #include "TabletProtocolHandler.h"
28 TabletProtocolHandler::TabletProtocolHandler(HIDReport &report, function in class:TabletProtocolHandler
100 TabletProtocolHandler::AddHandlers(HIDDevice &device, HIDCollection &collection,
167 ProtocolHandler *newHandler = new(std::nothrow) TabletProtocolHandler(
181 TabletProtocolHandler::Control(uint32 *cookie, uint32 op, void *buffer,
236 TabletProtocolHandler::_ReadReport(void *buffer, uint32 *cookie)
H A DProtocolHandler.cpp21 #include "TabletProtocolHandler.h"
99 TabletProtocolHandler::AddHandlers(device, *collection, handlerList);

Completed in 84 milliseconds