Searched refs:NfcDepEndpoint (Results 1 – 3 of 3) sorted by relevance
38 public void onLlcpLinkActivated(NfcDepEndpoint device); in onLlcpLinkActivated()43 public void onLlcpLinkDeactivated(NfcDepEndpoint device); in onLlcpLinkDeactivated()45 public void onLlcpFirstPacketReceived(NfcDepEndpoint device); in onLlcpFirstPacketReceived()96 public interface NfcDepEndpoint { interface
94 import com.android.nfc.DeviceHost.NfcDepEndpoint;397 public void onLlcpLinkActivated(NfcDepEndpoint device) { in onLlcpLinkActivated()406 public void onLlcpLinkDeactivated(NfcDepEndpoint device) { in onLlcpLinkDeactivated()415 public void onLlcpFirstPacketReceived(NfcDepEndpoint device) { in onLlcpFirstPacketReceived()2284 } else if (o instanceof NfcDepEndpoint) { in maybeDisconnectTarget()2286 NfcDepEndpoint device = (NfcDepEndpoint) o; in maybeDisconnectTarget()2287 if (device.getMode() == NfcDepEndpoint.MODE_P2P_TARGET) { in maybeDisconnectTarget()2647 llcpActivated((NfcDepEndpoint) msg.obj); in handleMessage()2655 NfcDepEndpoint device = (NfcDepEndpoint) msg.obj; in handleMessage()2981 private boolean llcpActivated(NfcDepEndpoint device) { in llcpActivated()[all …]
19 import com.android.nfc.DeviceHost.NfcDepEndpoint;24 public class NativeP2pDevice implements NfcDepEndpoint {