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