Searched refs:getIfaceStatType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_net_TrafficStats.cpp122 static uint64_t getIfaceStatType(const char* iface, IfaceStatType type) { function in namespace:android
145 return getIfaceStatType(NULL, (IfaceStatType) type);
152 uint64_t stat = getIfaceStatType(ifaceChars, (IfaceStatType) type);

Completed in 30 milliseconds