Searched refs:PROTOCOL_HANDLER_COOKIE_FLAG_CLOSED (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DProtocolHandler.h12 #define PROTOCOL_HANDLER_COOKIE_FLAG_CLOSED 0x80000000 macro
H A DProtocolHandler.cpp128 *cookie |= PROTOCOL_HANDLER_COOKIE_FLAG_CLOSED;
H A DTabletProtocolHandler.cpp245 if ((*cookie & PROTOCOL_HANDLER_COOKIE_FLAG_CLOSED) != 0)
H A DMouseProtocolHandler.cpp195 if ((*cookie & PROTOCOL_HANDLER_COOKIE_FLAG_CLOSED) != 0)
H A DKeyboardProtocolHandler.cpp516 if ((*cookie & PROTOCOL_HANDLER_COOKIE_FLAG_CLOSED) != 0)

Completed in 66 milliseconds