Home | History | Annotate | Download | only in jni

Lines Matching refs:txBytes

58     jfieldID txBytes;
190 &s.txBytes, &s.txPackets) == 6) {
241 ScopedLongArrayRW txBytes(env, get_long_array(env, stats,
242 gNetworkStatsClassInfo.txBytes, size, grow));
243 if (txBytes.get() == NULL) return -1;
261 txBytes[i] = lines[i].txBytes;
278 env->SetObjectField(stats, gNetworkStatsClassInfo.txBytes, txBytes.getJavaArray());
356 gNetworkStatsClassInfo.txBytes = GetFieldIDOrDie(env, clazz, "txBytes", "[J");