OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifaceOut
(Results
1 - 4
of
4
) sorted by null
/system/netd/
BandwidthController.h
33
: ifaceIn(ifnIn),
ifaceOut
(ifnOut),
37
std::string
ifaceOut
;
42
* ifaceIn
ifaceOut
rx_bytes rx_packets tx_bytes tx_packets
78
* stats should have ifaceIn and
ifaceOut
initialized.
139
* stats should have ifaceIn and
ifaceOut
initialized.
BandwidthController.cpp
1016
if ((stats.ifaceIn == iface0) && (stats.
ifaceOut
== iface1)) {
1020
} else if ((stats.
ifaceOut
== iface0) && (stats.ifaceIn == iface1)) {
1033
asprintf(&msg, "%s %s %lld %lld %lld %lld", ifaceIn.c_str(),
ifaceOut
.c_str(),
[
all
...]
CommandListener.cpp
[
all
...]
/frameworks/base/services/java/com/android/server/
NetworkManagementService.java
[
all
...]
Completed in 3940 milliseconds