Home
last modified time | relevance | path

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; in Close()
H A DMouseProtocolHandler.cpp195 if ((*cookie & PROTOCOL_HANDLER_COOKIE_FLAG_CLOSED) != 0) in _ReadReport()
H A DTabletProtocolHandler.cpp245 if ((*cookie & PROTOCOL_HANDLER_COOKIE_FLAG_CLOSED) != 0) in _ReadReport()
H A DKeyboardProtocolHandler.cpp517 if ((*cookie & PROTOCOL_HANDLER_COOKIE_FLAG_CLOSED) != 0) in _ReadReport()