Searched defs:ndpInstanceId (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeCallback.java | 228 int ndpInstanceId) { in notifyInitiateDataPathResponse() 376 int ndpInstanceId, byte[] appInfo) { in eventDataPathRequest() 383 public void eventDataPathConfirm(int status, int ndpInstanceId, boolean dataPathSetupSuccess, in eventDataPathConfirm() 406 public void eventDataPathTerminated(int ndpInstanceId) { in eventDataPathTerminated() 414 int ndpInstanceId, int requestType, boolean enableCache, byte[] nonce, byte[] tag) { in eventPairingRequest()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | WifiNanIfaceCallbackAidlImpl.java | 235 int ndpInstanceId) { in notifyInitiateDataPathResponse() 242 (short) id, WifiNanIface.NanStatusCode.fromAidl(status.status), ndpInstanceId); in notifyInitiateDataPathResponse() local 602 public void eventDataPathTerminated(int ndpInstanceId) { in eventDataPathTerminated()
|
D | WifiNanIface.java | 627 void notifyInitiateDataPathResponse(short id, int status, int ndpInstanceId); in notifyInitiateDataPathResponse() 793 int ndpInstanceId, byte[] appInfo); in eventDataPathRequest() 809 void eventDataPathConfirm(int status, int ndpInstanceId, boolean dataPathSetupSuccess, in eventDataPathConfirm() 828 void eventDataPathTerminated(int ndpInstanceId); in eventDataPathTerminated() 834 int ndpInstanceId, int requestType, boolean enableCache, byte[] nonce, byte[] tag); in eventPairingRequest()
|
D | WifiNanIfaceCallbackHidlImpl.java | 254 int ndpInstanceId) { in notifyInitiateDataPathResponse() 506 public void eventDataPathTerminated(int ndpInstanceId) { in eventDataPathTerminated()
|