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()94 public interface NfcDepEndpoint { interface
94 import com.android.nfc.DeviceHost.NfcDepEndpoint;370 public void onLlcpLinkActivated(NfcDepEndpoint device) { in onLlcpLinkActivated()379 public void onLlcpLinkDeactivated(NfcDepEndpoint device) { in onLlcpLinkDeactivated()388 public void onLlcpFirstPacketReceived(NfcDepEndpoint device) { in onLlcpFirstPacketReceived()1969 } else if (o instanceof NfcDepEndpoint) { in maybeDisconnectTarget()1971 NfcDepEndpoint device = (NfcDepEndpoint) o; in maybeDisconnectTarget()1972 if (device.getMode() == NfcDepEndpoint.MODE_P2P_TARGET) { in maybeDisconnectTarget()2308 llcpActivated((NfcDepEndpoint) msg.obj); in handleMessage()2316 NfcDepEndpoint device = (NfcDepEndpoint) msg.obj; in handleMessage()2324 if (device.getMode() == NfcDepEndpoint.MODE_P2P_TARGET) { in handleMessage()[all …]
19 import com.android.nfc.DeviceHost.NfcDepEndpoint;24 public class NativeP2pDevice implements NfcDepEndpoint {