OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mmaxthroughput
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pWfdInfo.java
54
private int
mMaxThroughput
;
63
mMaxThroughput
= maxTput;
132
mMaxThroughput
= maxThroughput;
136
return
mMaxThroughput
;
141
Locale.US, "%04x%04x%04x%04x", 6, mDeviceInfo, mCtrlPort,
mMaxThroughput
);
149
sbuf.append("\n WFD MaxThroughput: ").append(
mMaxThroughput
);
164
mMaxThroughput
= source.
mMaxThroughput
;
173
dest.writeInt(
mMaxThroughput
);
180
mMaxThroughput
= in.readInt()
[
all
...]
Completed in 77 milliseconds