Home
last modified time | relevance | path

Searched refs:NfcDepEndpoint (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java79 import com.android.nfc.DeviceHost.NfcDepEndpoint;
303 public void onLlcpLinkActivated(NfcDepEndpoint device) { in onLlcpLinkActivated()
311 public void onLlcpLinkDeactivated(NfcDepEndpoint device) { in onLlcpLinkDeactivated()
319 public void onLlcpFirstPacketReceived(NfcDepEndpoint device) { in onLlcpFirstPacketReceived()
1641 } else if (o instanceof NfcDepEndpoint) { in maybeDisconnectTarget()
1643 NfcDepEndpoint device = (NfcDepEndpoint) o; in maybeDisconnectTarget()
1644 if (device.getMode() == NfcDepEndpoint.MODE_P2P_TARGET) { in maybeDisconnectTarget()
1946 llcpActivated((NfcDepEndpoint) msg.obj); in handleMessage()
1954 NfcDepEndpoint device = (NfcDepEndpoint) msg.obj; in handleMessage()
1962 if (device.getMode() == NfcDepEndpoint.MODE_P2P_TARGET) { in handleMessage()
[all …]
DDeviceHost.java38 public void onLlcpLinkActivated(NfcDepEndpoint device); in onLlcpLinkActivated()
43 public void onLlcpLinkDeactivated(NfcDepEndpoint device); in onLlcpLinkDeactivated()
45 public void onLlcpFirstPacketReceived(NfcDepEndpoint device); in onLlcpFirstPacketReceived()
89 public interface NfcDepEndpoint { interface
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeP2pDevice.java19 import com.android.nfc.DeviceHost.NfcDepEndpoint;
24 public class NativeP2pDevice implements NfcDepEndpoint {