/frameworks/base/core/java/android/os/ |
D | INetworkManagementService.aidl | 54 InterfaceConfiguration getInterfaceConfig(String iface); in getInterfaceConfig() 59 void setInterfaceConfig(String iface, in InterfaceConfiguration cfg); in setInterfaceConfig() 64 void clearInterfaceAddresses(String iface); in clearInterfaceAddresses() 69 void setInterfaceDown(String iface); in setInterfaceDown() 74 void setInterfaceUp(String iface); in setInterfaceUp() 79 void setInterfaceIpv6PrivacyExtensions(String iface, boolean enable); in setInterfaceIpv6PrivacyExtensions() 84 void disableIpv6(String iface); in disableIpv6() 89 void enableIpv6(String iface); in enableIpv6() 95 RouteInfo[] getRoutes(String iface); in getRoutes() 100 void addRoute(String iface, in RouteInfo route); in addRoute() [all …]
|
/frameworks/base/core/java/android/net/ |
D | IThrottleManager.aidl | 27 long getByteCount(String iface, int dir, int period, int ago); in getByteCount() 29 int getThrottle(String iface); in getThrottle() 31 long getResetTime(String iface); in getResetTime() 33 long getPeriodStartTime(String iface); in getPeriodStartTime() 35 long getCliffThreshold(String iface, int cliff); in getCliffThreshold() 37 int getCliffLevel(String iface, int cliff); in getCliffLevel()
|
D | INetworkManagementEventObserver.aidl | 31 void interfaceStatusChanged(String iface, boolean up); in interfaceStatusChanged() 40 void interfaceLinkStateChanged(String iface, boolean up); in interfaceLinkStateChanged() 47 void interfaceAdded(String iface); in interfaceAdded() 54 void interfaceRemoved(String iface); in interfaceRemoved() 63 void limitReached(String limitName, String iface); in limitReached()
|
D | ThrottleManager.java | 119 public long getResetTime(String iface) { in getResetTime() 132 public long getPeriodStartTime(String iface) { in getPeriodStartTime() 148 public long getByteCount(String iface, int direction, int period, int ago) { in getByteCount() 161 public long getCliffThreshold(String iface, int cliff) { in getCliffThreshold() 174 public int getCliffLevel(String iface, int cliff) { in getCliffLevel()
|
D | EthernetDataTracker.java | 72 public void interfaceStatusChanged(String iface, boolean up) { in interfaceStatusChanged() 76 public void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged() 91 public void interfaceAdded(String iface) { in interfaceAdded() 95 public void interfaceRemoved(String iface) { in interfaceRemoved() 99 public void limitReached(String limitName, String iface) { in limitReached() 114 private void interfaceAdded(String iface) { in interfaceAdded() 161 private void interfaceRemoved(String iface) { in interfaceRemoved()
|
D | NetworkStats.java | 64 private String[] iface; field in NetworkStats 75 public String iface; field in NetworkStats.Entry 94 public Entry(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, in Entry() 196 String iface, long rxBytes, long rxPackets, long txBytes, long txPackets) { in addIfaceValues() 202 public NetworkStats addValues(String iface, int uid, int set, int tag, long rxBytes, in addValues() 279 public NetworkStats combineValues(String iface, int uid, int tag, long rxBytes, long rxPackets, in combineValues() 285 public NetworkStats combineValues(String iface, int uid, int set, int tag, long rxBytes, in combineValues() 325 public int findIndex(String iface, int uid, int set, int tag) { in findIndex() 340 public int findIndexHinted(String iface, int uid, int set, int tag, int hintIndex) { in findIndexHinted()
|
D | TrafficStats.java | 325 public static long getTxPackets(String iface) { in getTxPackets() 336 public static long getRxPackets(String iface) { in getRxPackets() 347 public static long getTxBytes(String iface) { in getTxBytes() 358 public static long getRxBytes(String iface) { in getRxBytes() 592 private static native long nativeGetIfaceStat(String iface, int type); in nativeGetIfaceStat()
|
D | IConnectivityManager.aidl | 76 int tether(String iface); in tether() 78 int untether(String iface); in untether() 80 int getLastTetherError(String iface); in getLastTetherError()
|
D | ConnectivityManager.java | 705 public int tether(String iface) { in tether() 717 public int untether(String iface) { in untether() 809 public int getLastTetherError(String iface) { in getLastTetherError()
|
/frameworks/base/services/java/com/android/server/net/ |
D | BaseNetworkObserver.java | 29 public void interfaceStatusChanged(String iface, boolean up) { in interfaceStatusChanged() 34 public void interfaceRemoved(String iface) { in interfaceRemoved() 39 public void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged() 44 public void interfaceAdded(String iface) { in interfaceAdded() 54 public void limitReached(String limitName, String iface) { in limitReached()
|
/frameworks/base/services/java/com/android/server/ |
D | NetworkManagementService.java | 232 private void notifyInterfaceStatusChanged(String iface, boolean up) { in notifyInterfaceStatusChanged() 247 private void notifyInterfaceLinkStateChanged(String iface, boolean up) { in notifyInterfaceLinkStateChanged() 261 private void notifyInterfaceAdded(String iface) { in notifyInterfaceAdded() 275 private void notifyInterfaceRemoved(String iface) { in notifyInterfaceRemoved() 294 private void notifyLimitReached(String limitName, String iface) { in notifyLimitReached() 484 public InterfaceConfiguration getInterfaceConfig(String iface) { in getInterfaceConfig() 528 public void setInterfaceConfig(String iface, InterfaceConfiguration cfg) { in setInterfaceConfig() 550 public void setInterfaceDown(String iface) { in setInterfaceDown() 558 public void setInterfaceUp(String iface) { in setInterfaceUp() 566 public void setInterfaceIpv6PrivacyExtensions(String iface, boolean enable) { in setInterfaceIpv6PrivacyExtensions() [all …]
|
D | ThrottleService.java | 144 String iface) { in ThrottleService() 171 InterfaceObserver(Handler handler, int msg, String iface) { in InterfaceObserver() 178 public void interfaceStatusChanged(String iface, boolean up) { in interfaceStatusChanged() 186 public void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged() 189 public void interfaceAdded(String iface) { in interfaceAdded() 197 public void interfaceRemoved(String iface) {} in interfaceRemoved() 198 public void limitReached(String limitName, String iface) {} in limitReached() 258 public long getResetTime(String iface) { in getResetTime() 270 public long getPeriodStartTime(String iface) { in getPeriodStartTime() 281 public long getCliffThreshold(String iface, int cliff) { in getCliffThreshold() [all …]
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiNative.java | 66 private native boolean connectToSupplicant(String iface); in connectToSupplicant() 68 private native void closeSupplicantConnection(String iface); in closeSupplicantConnection() 74 private native String waitForEvent(String iface); in waitForEvent() 76 private native boolean doBooleanCommand(String iface, String command); in doBooleanCommand() 78 private native int doIntCommand(String iface, String command); in doIntCommand() 80 private native String doStringCommand(String iface, String command); in doStringCommand() 82 public WifiNative(String iface) { in WifiNative() 404 public boolean startWpsPbc(String iface, String bssid) { in startWpsPbc() 417 public boolean startWpsPinKeypad(String iface, String pin) { in startWpsPinKeypad() 431 public String startWpsPinDisplay(String iface, String bssid) { in startWpsPinDisplay() [all …]
|
/frameworks/base/media/java/android/media/ |
D | RemoteDisplay.java | 43 private native int nativeListen(String iface); in nativeListen() 67 public static RemoteDisplay listen(String iface, Listener listener, Handler handler) { in listen() 105 private void startListening(String iface) { in startListening()
|
/frameworks/base/services/java/com/android/server/connectivity/ |
D | Tethering.java | 208 public void interfaceStatusChanged(String iface, boolean up) { in interfaceStatusChanged() 243 public void interfaceLinkStateChanged(String iface, boolean up) { in interfaceLinkStateChanged() 248 private boolean isUsb(String iface) { in isUsb() 257 public boolean isWifi(String iface) { in isWifi() 266 public boolean isBluetooth(String iface) { in isBluetooth() 275 public void interfaceAdded(String iface) { in interfaceAdded() 306 public void interfaceRemoved(String iface) { in interfaceRemoved() 321 public void limitReached(String limitName, String iface) {} in limitReached() 325 public int tether(String iface) { in tether() 343 public int untether(String iface) { in untether() [all …]
|
/frameworks/base/services/java/com/android/server/am/ |
D | TransferPipe.java | 52 void go(IInterface iface, FileDescriptor fd, String prefix, in go() 73 static void go(Caller caller, IInterface iface, FileDescriptor out, in go() 78 static void go(Caller caller, IInterface iface, FileDescriptor out, in go()
|
/frameworks/av/media/libmediaplayerservice/ |
D | RemoteDisplay.cpp | 27 const sp<IRemoteDisplayClient> &client, const char *iface) in RemoteDisplay()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/net/ |
D | NetworkStatsFactoryTest.java | 157 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set, in assertStatsEntry() 165 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set, in assertStatsEntry()
|
/frameworks/base/tools/aidl/ |
D | generate_java_rpc.cpp | 108 DispatcherClass::DispatcherClass(const interface_type* iface, Expression* target) in DispatcherClass() 301 RpcProxyClass::RpcProxyClass(const interface_type* iface, InterfaceType* interfaceType) in RpcProxyClass() 374 EventListenerClass::EventListenerClass(const interface_type* iface, Type* listenerType) in EventListenerClass() 425 ListenerClass::ListenerClass(const interface_type* iface) in ListenerClass() 455 EndpointBaseClass::EndpointBaseClass(const interface_type* iface) in EndpointBaseClass() 953 generate_rpc_interface_class(const interface_type* iface) in generate_rpc_interface_class()
|
D | generate_java.cpp | 62 interface_type* iface) in generate_java()
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | NetworkStatsTest.java | 185 final NetworkStats iface = new NetworkStats(TEST_START, 2) in testTotalBytes() local 313 private static void assertValues(NetworkStats stats, int index, String iface, int uid, int set, in assertValues() 321 NetworkStats.Entry entry, String iface, int uid, int set, int tag) { in assertValues()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothTetheringDataTracker.java | 291 private boolean readLinkProperty(String iface) { in readLinkProperty() 313 public synchronized void startReverseTether(String iface) { in startReverseTether()
|
/frameworks/base/core/jni/ |
D | android_net_TrafficStats.cpp | 84 static int parseIfaceStat(const char* iface, struct IfaceStat* stat) { in parseIfaceStat() 122 static uint64_t getIfaceStatType(const char* iface, IfaceStatType type) { in getIfaceStatType() 148 static jlong getIfaceStat(JNIEnv* env, jclass clazz, jstring iface, jint type) { in getIfaceStat()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | NetworkPolicyManagerServiceTest.java | 853 private void expectSetInterfaceQuota(String iface, long quotaBytes) throws Exception { in expectSetInterfaceQuota() 858 private void expectRemoveInterfaceQuota(String iface) throws Exception { in expectRemoveInterfaceQuota() 863 private void expectSetInterfaceAlert(String iface, long alertBytes) throws Exception { in expectSetInterfaceAlert() 868 private void expectRemoveInterfaceAlert(String iface) throws Exception { in expectRemoveInterfaceAlert()
|
/frameworks/av/media/libmedia/ |
D | IMediaPlayerService.cpp | 150 const String8& iface) in listenForRemoteDisplay() 254 String8 iface(data.readString8()); in onTransact() local
|