Searched refs:source_mask (Results 1 – 3 of 3) sorted by relevance
/external/rmi4utils/rmidevice/ |
D | hiddevice.h | 42 unsigned int source_mask = RMI_INTERUPT_SOURCES_ALL_MASK); 43 virtual int GetAttentionReport(struct timeval * timeout, unsigned int source_mask,
|
D | rmidevice.h | 43 unsigned int source_mask = RMI_INTERUPT_SOURCES_ALL_MASK) = 0; 44 virtual int GetAttentionReport(struct timeval * timeout, unsigned int source_mask, in GetAttentionReport() argument
|
D | hiddevice.cpp | 366 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()
|