Searched refs:NfcDepEndpoint (Results 1 – 4 of 4) sorted by relevance
41 public void onLlcpLinkActivated(NfcDepEndpoint device); in onLlcpLinkActivated()46 public void onLlcpLinkDeactivated(NfcDepEndpoint device); in onLlcpLinkDeactivated()101 public interface NfcDepEndpoint { interface
23 import com.android.nfc.DeviceHost.NfcDepEndpoint;276 public void onLlcpLinkActivated(NfcDepEndpoint device) { in onLlcpLinkActivated()284 public void onLlcpLinkDeactivated(NfcDepEndpoint device) { in onLlcpLinkDeactivated()1601 } else if (o instanceof NfcDepEndpoint) { in maybeDisconnectTarget()1603 NfcDepEndpoint device = (NfcDepEndpoint) o; in maybeDisconnectTarget()1604 if (device.getMode() == NfcDepEndpoint.MODE_P2P_TARGET) { in maybeDisconnectTarget()1760 llcpActivated((NfcDepEndpoint) msg.obj); in handleMessage()1764 NfcDepEndpoint device = (NfcDepEndpoint) msg.obj; in handleMessage()1772 if (device.getMode() == NfcDepEndpoint.MODE_P2P_TARGET) { in handleMessage()1851 private boolean llcpActivated(NfcDepEndpoint device) { in llcpActivated()[all …]
19 import com.android.nfc.DeviceHost.NfcDepEndpoint;24 public class NativeP2pDevice implements NfcDepEndpoint {