Home
last modified time | relevance | path

Searched refs:source_mask (Results 1 – 3 of 3) sorted by relevance

/external/rmi4utils/rmidevice/
Dhiddevice.h42 unsigned int source_mask = RMI_INTERUPT_SOURCES_ALL_MASK);
43 virtual int GetAttentionReport(struct timeval * timeout, unsigned int source_mask,
Drmidevice.h43 unsigned int source_mask = RMI_INTERUPT_SOURCES_ALL_MASK) = 0;
44 virtual int GetAttentionReport(struct timeval * timeout, unsigned int source_mask, in GetAttentionReport() argument
Dhiddevice.cpp366 int HIDDevice::WaitForAttention(struct timeval * timeout, unsigned int source_mask) in WaitForAttention() argument
368 return GetAttentionReport(timeout, source_mask, NULL, NULL); in WaitForAttention()
371 int HIDDevice::GetAttentionReport(struct timeval * timeout, unsigned int source_mask, in GetAttentionReport() argument
401 if (source_mask & m_attnData[HID_RMI4_ATTN_INTERUPT_SOURCES]) in GetAttentionReport()