Home
last modified time | relevance | path

Searched defs:updateLayer2Information (Results 1 – 21 of 21) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/11/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/ip/
DIIpClient.aidl35 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/ip/
DIIpClient.aidl35 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/ip/
DIIpClient.aidl35 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ip/
DIIpClient.aidl35 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/ip/
DIIpClient.aidl36 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/14/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/16/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/15/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/12/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/17/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/13/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/18/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/20/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/19/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/
DIIpClient.aidl87 void updateLayer2Information(in Layer2InformationParcelable info); in updateLayer2Information() method
DIpClientManager.java315 public boolean updateLayer2Information(Layer2Information info) { in updateLayer2Information() method in IpClientManager
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/21/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java1136 public void updateLayer2Information(Layer2InformationParcelable info) { in updateLayer2Information() method in IpClient.IpClientConnector
1357 public void updateLayer2Information(@NonNull Layer2InformationParcelable info) { in updateLayer2Information() method in IpClient
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java3464 private void updateLayer2Information() { in updateLayer2Information() method in ClientModeImpl