OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_inputReportSize
(Results
1 - 2
of
2
) sorted by null
/external/rmi4utils/rmidevice/
hiddevice.h
30
m_inputReportSize
(0),
64
size_t
m_inputReportSize
;
hiddevice.cpp
105
m_inputReport = new unsigned char[
m_inputReportSize
]();
117
m_readData = new unsigned char[
m_inputReportSize
]();
123
m_attnData = new unsigned char[
m_inputReportSize
]();
156
m_inputReportSize
= totalReportSize + 1;
278
if (static_cast<ssize_t>(
m_inputReportSize
) <
390
if (*len >=
m_inputReportSize
) {
391
*len =
m_inputReportSize
;
398
if (
m_inputReportSize
< HID_RMI4_ATTN_INTERUPT_SOURCES + 1)
421
if (
m_inputReportSize
< HID_RMI4_REPORT_ID + 1)
440
count = read(m_fd, m_inputReport + offset,
m_inputReportSize
- offset)
[
all
...]
Completed in 630 milliseconds