HomeSort by relevance Sort by last modified time
    Searched refs:InterfaceRxCounterResult (Results 1 - 3 of 3) sorted by null

  /system/netd/
ResponseCode.h 39 static const int InterfaceRxCounterResult = 216;
CommandListener.cpp 120 cli->sendMsg(ResponseCode::InterfaceRxCounterResult, msg, false);
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 72 public static final int InterfaceRxCounterResult = 216;
708 if ((rx && code != NetdResponseCode.InterfaceRxCounterResult) || (

Completed in 322 milliseconds