Searched refs:srcDevice (Results 1 – 4 of 4) sorted by relevance
59 WifiP2pDevice srcDevice) { in onUpnpServiceAvailable() argument60 Log.d(TAG, uniqueServiceNames + " received from " + srcDevice.deviceAddress); in onUpnpServiceAvailable()66 if (srcDevice.deviceAddress.equalsIgnoreCase(mTargetAddr)) { in onUpnpServiceAvailable()
62 String registrationType, WifiP2pDevice srcDevice) { in onDnsSdServiceAvailable() argument64 " received from " + srcDevice.deviceAddress); in onDnsSdServiceAvailable()70 if (srcDevice.deviceAddress.equalsIgnoreCase(mTargetAddr)) { in onDnsSdServiceAvailable()
64 Map<String, String> txtRecordMap, WifiP2pDevice srcDevice) { in onDnsSdTxtRecordAvailable() argument66 + srcDevice.deviceAddress); in onDnsSdTxtRecordAvailable()72 if (srcDevice.deviceAddress.equalsIgnoreCase(mTargetAddr)) { in onDnsSdTxtRecordAvailable()
877 int protocolType, byte[] responseData, WifiP2pDevice srcDevice) { in testP2pService()