Home
last modified time | relevance | path

Searched defs:p2pDeviceAddress (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/supplicant/aidl/android.hardware.wifi.supplicant-V4-java-source/gen/android/hardware/wifi/supplicant/
DISupplicantP2pIfaceCallback.java52 …@Override public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDevi… in onDeviceFound()
60 @Override public void onDeviceLost(byte[] p2pDeviceAddress) throws android.os.RemoteException in onDeviceLost()
161 …@Override public void onProvisionDiscoveryCompleted(byte[] p2pDeviceAddress, boolean isRequest, by… in onProvisionDiscoveryCompleted()
186 …@Override public void onR2DeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDe… in onR2DeviceFound()
209 …@Override public void onStaAuthorized(byte[] srcAddress, byte[] p2pDeviceAddress) throws android.o… in onStaAuthorized()
221 …@Override public void onStaDeauthorized(byte[] srcAddress, byte[] p2pDeviceAddress) throws android… in onStaDeauthorized()
262 …e public void onDeviceFoundWithVendorElements(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] p… in onDeviceFoundWithVendorElements()
757 …@Override public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDevi… in onDeviceFound()
784 @Override public void onDeviceLost(byte[] p2pDeviceAddress) throws android.os.RemoteException in onDeviceLost()
1017 …@Override public void onProvisionDiscoveryCompleted(byte[] p2pDeviceAddress, boolean isRequest, by… in onProvisionDiscoveryCompleted()
[all …]
DP2pProvisionDiscoveryCompletedEventParams.java17 public byte[] p2pDeviceAddress; field in P2pProvisionDiscoveryCompletedEventParams
DP2pDeviceFoundEventParams.java20 public byte[] p2pDeviceAddress; field in P2pDeviceFoundEventParams
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackAidlImpl.java114 public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDeviceType, in onDeviceFound()
128 public void onDeviceLost(byte[] p2pDeviceAddress) { in onDeviceLost()
536 public void onProvisionDiscoveryCompleted(byte[] p2pDeviceAddress, boolean isRequest, in onProvisionDiscoveryCompleted()
567 byte[] p2pDeviceAddress, in handleProvisionDiscoveryCompletedEvent()
695 private WifiP2pDevice createStaEventDevice(byte[] interfaceAddress, byte[] p2pDeviceAddress, in createStaEventDevice()
724 public void onStaAuthorized(byte[] srcAddress, byte[] p2pDeviceAddress) { in onStaAuthorized()
749 String groupIfName, byte[] srcAddress, byte[] p2pDeviceAddress, int ipAddress, in onP2pApStaConnected()
774 public void onStaDeauthorized(byte[] srcAddress, byte[] p2pDeviceAddress) { in onStaDeauthorized()
800 String groupIfName, byte[] srcAddress, byte[] p2pDeviceAddress, in onP2pApStaDisconnected()
834 public void onR2DeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, in onR2DeviceFound()
[all …]
DSupplicantP2pIfaceCallbackHidlV1_4Impl.java100 public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDeviceType, in onDeviceFound()
112 public void onDeviceLost(byte[] p2pDeviceAddress) { in onDeviceLost()
223 public void onProvisionDiscoveryCompleted(byte[] p2pDeviceAddress, boolean isRequest, in onProvisionDiscoveryCompleted()
248 public void onStaAuthorized(byte[] srcAddress, byte[] p2pDeviceAddress) { in onStaAuthorized()
258 public void onStaDeauthorized(byte[] srcAddress, byte[] p2pDeviceAddress) { in onStaDeauthorized()
282 public void onR2DeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, in onR2DeviceFound()
DSupplicantP2pIfaceCallbackHidlImpl.java106 public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDeviceType, in onDeviceFound()
151 public void onDeviceLost(byte[] p2pDeviceAddress) { in onDeviceLost()
414 public void onProvisionDiscoveryCompleted(byte[] p2pDeviceAddress, boolean isRequest, in onProvisionDiscoveryCompleted()
493 private WifiP2pDevice createStaEventDevice(byte[] interfaceAddress, byte[] p2pDeviceAddress) { in createStaEventDevice()
519 public void onStaAuthorized(byte[] srcAddress, byte[] p2pDeviceAddress) { in onStaAuthorized()
535 public void onStaDeauthorized(byte[] srcAddress, byte[] p2pDeviceAddress) { in onStaDeauthorized()
/aosp_15_r20/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/1/android/hardware/wifi/supplicant/
H A DISupplicantP2pIfaceCallback.aidl37 …oneway void onDeviceFound(in byte[] srcAddress, in byte[] p2pDeviceAddress, in byte[] primaryDevic… in onDeviceFound()
38 oneway void onDeviceLost(in byte[] p2pDeviceAddress); in onDeviceLost()
48 …oneway void onProvisionDiscoveryCompleted(in byte[] p2pDeviceAddress, in boolean isRequest, in and… in onProvisionDiscoveryCompleted()
49 …oneway void onR2DeviceFound(in byte[] srcAddress, in byte[] p2pDeviceAddress, in byte[] primaryDev… in onR2DeviceFound()
51 oneway void onStaAuthorized(in byte[] srcAddress, in byte[] p2pDeviceAddress); in onStaAuthorized()
52 oneway void onStaDeauthorized(in byte[] srcAddress, in byte[] p2pDeviceAddress); in onStaDeauthorized()
54 …oneway void onDeviceFoundWithVendorElements(in byte[] srcAddress, in byte[] p2pDeviceAddress, in b… in onDeviceFoundWithVendorElements()
/aosp_15_r20/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/2/android/hardware/wifi/supplicant/
H A DISupplicantP2pIfaceCallback.aidl37 …oneway void onDeviceFound(in byte[] srcAddress, in byte[] p2pDeviceAddress, in byte[] primaryDevic… in onDeviceFound()
38 oneway void onDeviceLost(in byte[] p2pDeviceAddress); in onDeviceLost()
48 …oneway void onProvisionDiscoveryCompleted(in byte[] p2pDeviceAddress, in boolean isRequest, in and… in onProvisionDiscoveryCompleted()
49 …oneway void onR2DeviceFound(in byte[] srcAddress, in byte[] p2pDeviceAddress, in byte[] primaryDev… in onR2DeviceFound()
51 oneway void onStaAuthorized(in byte[] srcAddress, in byte[] p2pDeviceAddress); in onStaAuthorized()
52 oneway void onStaDeauthorized(in byte[] srcAddress, in byte[] p2pDeviceAddress); in onStaDeauthorized()
54 …oneway void onDeviceFoundWithVendorElements(in byte[] srcAddress, in byte[] p2pDeviceAddress, in b… in onDeviceFoundWithVendorElements()
/aosp_15_r20/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/3/android/hardware/wifi/supplicant/
H A DISupplicantP2pIfaceCallback.aidl40 …oneway void onDeviceFound(in byte[] srcAddress, in byte[] p2pDeviceAddress, in byte[] primaryDevic… in onDeviceFound()
41 oneway void onDeviceLost(in byte[] p2pDeviceAddress); in onDeviceLost()
60 …oneway void onProvisionDiscoveryCompleted(in byte[] p2pDeviceAddress, in boolean isRequest, in and… in onProvisionDiscoveryCompleted()
61 …oneway void onR2DeviceFound(in byte[] srcAddress, in byte[] p2pDeviceAddress, in byte[] primaryDev… in onR2DeviceFound()
66 oneway void onStaAuthorized(in byte[] srcAddress, in byte[] p2pDeviceAddress); in onStaAuthorized()
70 oneway void onStaDeauthorized(in byte[] srcAddress, in byte[] p2pDeviceAddress); in onStaDeauthorized()
75 …oneway void onDeviceFoundWithVendorElements(in byte[] srcAddress, in byte[] p2pDeviceAddress, in b… in onDeviceFoundWithVendorElements()
/aosp_15_r20/hardware/interfaces/wifi/supplicant/aidl/android/hardware/wifi/supplicant/
H A DISupplicantP2pIfaceCallback.aidl65 void onDeviceFound(in byte[] srcAddress, in byte[] p2pDeviceAddress, in onDeviceFound()
75 void onDeviceLost(in byte[] p2pDeviceAddress); in onDeviceLost()
173 void onProvisionDiscoveryCompleted(in byte[] p2pDeviceAddress, in boolean isRequest, in onProvisionDiscoveryCompleted()
199 void onR2DeviceFound(in byte[] srcAddress, in byte[] p2pDeviceAddress, in onR2DeviceFound()
223 void onStaAuthorized(in byte[] srcAddress, in byte[] p2pDeviceAddress); in onStaAuthorized()
234 void onStaDeauthorized(in byte[] srcAddress, in byte[] p2pDeviceAddress); in onStaDeauthorized()
273 void onDeviceFoundWithVendorElements(in byte[] srcAddress, in byte[] p2pDeviceAddress, in onDeviceFoundWithVendorElements()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/supplicant/aidl/android.hardware.wifi.supplicant_interface/dump/android/hardware/wifi/supplicant/
DISupplicantP2pIfaceCallback.aidl40 …oneway void onDeviceFound(in byte[] srcAddress, in byte[] p2pDeviceAddress, in byte[] primaryDevic… in onDeviceFound()
41 oneway void onDeviceLost(in byte[] p2pDeviceAddress); in onDeviceLost()
60 …oneway void onProvisionDiscoveryCompleted(in byte[] p2pDeviceAddress, in boolean isRequest, in and… in onProvisionDiscoveryCompleted()
61 …oneway void onR2DeviceFound(in byte[] srcAddress, in byte[] p2pDeviceAddress, in byte[] primaryDev… in onR2DeviceFound()
66 oneway void onStaAuthorized(in byte[] srcAddress, in byte[] p2pDeviceAddress); in onStaAuthorized()
70 oneway void onStaDeauthorized(in byte[] srcAddress, in byte[] p2pDeviceAddress); in onStaDeauthorized()
75 …oneway void onDeviceFoundWithVendorElements(in byte[] srcAddress, in byte[] p2pDeviceAddress, in b… in onDeviceFoundWithVendorElements()
/aosp_15_r20/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/current/android/hardware/wifi/supplicant/
H A DISupplicantP2pIfaceCallback.aidl40 …oneway void onDeviceFound(in byte[] srcAddress, in byte[] p2pDeviceAddress, in byte[] primaryDevic… in onDeviceFound()
41 oneway void onDeviceLost(in byte[] p2pDeviceAddress); in onDeviceLost()
60 …oneway void onProvisionDiscoveryCompleted(in byte[] p2pDeviceAddress, in boolean isRequest, in and… in onProvisionDiscoveryCompleted()
61 …oneway void onR2DeviceFound(in byte[] srcAddress, in byte[] p2pDeviceAddress, in byte[] primaryDev… in onR2DeviceFound()
66 oneway void onStaAuthorized(in byte[] srcAddress, in byte[] p2pDeviceAddress); in onStaAuthorized()
70 oneway void onStaDeauthorized(in byte[] srcAddress, in byte[] p2pDeviceAddress); in onStaDeauthorized()
75 …oneway void onDeviceFoundWithVendorElements(in byte[] srcAddress, in byte[] p2pDeviceAddress, in b… in onDeviceFoundWithVendorElements()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/supplicant/1.0/android.hardware.wifi.supplicant-V1.0-java_gen_java/gen/srcs/android/hardware/wifi/supplicant/V1_0/
DISupplicantP2pIfaceCallback.java383 …imaryDeviceType, String deviceName, short configMethods, byte deviceCapabilities, int groupCapabil… in onDeviceFound()
390 void onDeviceLost(byte[/* 6 */] p2pDeviceAddress) in onDeviceLost()
475 …* 6 */] p2pDeviceAddress, boolean isRequest, byte status, short configMethods, String generatedPin) in onProvisionDiscoveryCompleted()
493 void onStaAuthorized(byte[/* 6 */] srcAddress, byte[/* 6 */] p2pDeviceAddress) in onStaAuthorized()
501 void onStaDeauthorized(byte[/* 6 */] srcAddress, byte[/* 6 */] p2pDeviceAddress) in onStaDeauthorized()
680 …/* 8 */] primaryDeviceType, String deviceName, short configMethods, byte deviceCapabilities, int g… in onDeviceFound()
759 public void onDeviceLost(byte[/* 6 */] p2pDeviceAddress) in onDeviceLost()
1043 …* 6 */] p2pDeviceAddress, boolean isRequest, byte status, short configMethods, String generatedPin) in onProvisionDiscoveryCompleted()
1109 public void onStaAuthorized(byte[/* 6 */] srcAddress, byte[/* 6 */] p2pDeviceAddress) in onStaAuthorized()
1154 public void onStaDeauthorized(byte[/* 6 */] srcAddress, byte[/* 6 */] p2pDeviceAddress) in onStaDeauthorized()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/supplicant/1.4/android.hardware.wifi.supplicant-V1.4-java_gen_java/gen/srcs/android/hardware/wifi/supplicant/V1_4/
DISupplicantP2pIfaceCallback.java117 …primaryDeviceType, String deviceName, short configMethods, byte deviceCapabilities, int groupCapab… in onR2DeviceFound()
296 …/* 8 */] primaryDeviceType, String deviceName, short configMethods, byte deviceCapabilities, int g… in onDeviceFound()
375 public void onDeviceLost(byte[/* 6 */] p2pDeviceAddress) in onDeviceLost()
659 …* 6 */] p2pDeviceAddress, boolean isRequest, byte status, short configMethods, String generatedPin) in onProvisionDiscoveryCompleted()
725 public void onStaAuthorized(byte[/* 6 */] srcAddress, byte[/* 6 */] p2pDeviceAddress) in onStaAuthorized()
770 public void onStaDeauthorized(byte[/* 6 */] srcAddress, byte[/* 6 */] p2pDeviceAddress) in onStaDeauthorized()
816 …e[/* 8 */] primaryDeviceType, String deviceName, short configMethods, byte deviceCapabilities, int… in onR2DeviceFound()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/supplicant/1.4/android.hardware.wifi.supplicant-V1.4-java/android_common_apex30/javac/
Dandroid.hardware.wifi.supplicant-V1.4-java.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/hardware/ android/ ...
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/supplicant/aidl/android.hardware.wifi.supplicant-V4-java/android_common_apex30/javac/
Dandroid.hardware.wifi.supplicant-V4-java.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/hardware/ android/ ...
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/supplicant/1.0/android.hardware.wifi.supplicant-V1.0-java/android_common_apex30/javac/
Dandroid.hardware.wifi.supplicant-V1.0-java.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/hardware/ android/ ...
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/supplicant/aidl/android.hardware.wifi.supplicant-V4-java/android_common_apex30/turbine/
Dandroid.hardware.wifi.supplicant-V4-java.jarandroid/hardware/wifi/supplicant/AnqpData.class <Unknown> package android.hardware. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/service/wifi-service-pre-jarjar/android_common_apex30/javac/
Dwifi-service-pre-jarjar.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/service/service-wifi/android_common_apex30/combined/
Dservice-wifi.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/hardware/ android/ ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/service-wifi.com.android.wifi_intermediates/
Dclasses.jarcom/android/wifi/x/org/ksoap2/transport/Transport.class Transport. ...
Dclasses-header.jarcom/android/wifi/x/org/ksoap2/transport/Transport.class <Unknown ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/service/service-wifi/android_common_apex30/jarjar/
Dservice-wifi.jarcom/android/wifi/x/org/ksoap2/transport/Transport.class Transport. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/service/service-wifi/android_common_apex30/turbine-combined/
Dservice-wifi.jarMETA-INF/ META-INF/MANIFEST.MF android/hardware/wifi/AfcChannelAllowance. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/service/service-wifi/android_common_apex30/jarjar/turbine/
Dservice-wifi.jarcom/android/wifi/x/org/ksoap2/transport/Transport.class <Unknown ...