Home
last modified time | relevance | path

Searched defs:reasonOnFailure (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java946 int reasonOnFailure) { in onCreateDataPathInterfaceResponse()
960 int reasonOnFailure) { in onDeleteDataPathInterfaceResponse()
998 int reasonOnFailure) { in onRespondToDataPathSetupRequestResponse()
1010 public void onEndDataPathResponse(short transactionId, boolean success, int reasonOnFailure) { in onEndDataPathResponse()
2870 int reasonOnFailure) { in onCreateDataPathInterfaceResponseLocal()
2891 int reasonOnFailure) { in onDeleteDataPathInterfaceResponseLocal()
2930 int reasonOnFailure) { in onRespondToDataPathSetupRequestResponseLocal()
2939 private void onEndPathEndResponseLocal(Message command, boolean success, int reasonOnFailure) { in onEndPathEndResponseLocal()
DWifiAwareDataPathStateManager.java457 public void onRespondToDataPathRequest(int ndpId, boolean success, int reasonOnFailure) { in onRespondToDataPathRequest()