OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mmaxcontacts
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
UsbHid.java
34
private final int
mMaxContacts
;
40
mMaxContacts
= maxContacts;
55
0x25, (byte)
mMaxContacts
, // LOGICAL_MAXIMUM (...)
58
(byte)0xb1, (byte)
mMaxContacts
, // FEATURE (Data,Var,Abs)
91
for (int i = 0; i <
mMaxContacts
; i++) {
115
for (int i = contactCount; i <
mMaxContacts
; i++) {
121
return 2 +
mMaxContacts
* 5;
Completed in 31 milliseconds