OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reportSize
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.h
47
void sendReport(uint8_t* report, size_t
reportSize
);
com_android_commands_hid_Device.cpp
141
void Device::sendReport(uint8_t* report, size_t
reportSize
) {
145
ev.u.input.size =
reportSize
;
146
memcpy(&ev.u.input.data, report,
reportSize
);
/external/rmi4utils/rmidevice/
hiddevice.cpp
143
int
reportSize
= 0;
152
totalReportSize = (
reportSize
* reportCount) >> 3;
172
reportSize
= 0;
189
reportSize
= m_rptDesc.value[++i];
/prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar
Completed in 3232 milliseconds