OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txgood
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/wifi/java/android/net/wifi/
RssiPacketCountInfo.java
33
public int
txgood
;
field in class:RssiPacketCountInfo
38
rssi =
txgood
= txbad = 0;
43
txgood
= in.readInt();
50
out.writeInt(
txgood
);
WifiWatchdogStateMachine.java
803
int
txgood
= info.
txgood
;
local
805
+ txbad + "
txgood
=" +
txgood
);
813
int dgood =
txgood
- mLastTxGood;
[
all
...]
WifiManager.java
[
all
...]
WifiStateMachine.java
[
all
...]
Completed in 378 milliseconds