Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java41 public void onLlcpLinkActivated(NfcDepEndpoint device); in onLlcpLinkActivated()
46 public void onLlcpLinkDeactivated(NfcDepEndpoint device); in onLlcpLinkDeactivated()
101 public interface NfcDepEndpoint { interface
DNfcService.java23 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 …]
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
DNativeP2pDevice.java19 import com.android.nfc.DeviceHost.NfcDepEndpoint;
24 public class NativeP2pDevice implements NfcDepEndpoint {
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeP2pDevice.java19 import com.android.nfc.DeviceHost.NfcDepEndpoint;
24 public class NativeP2pDevice implements NfcDepEndpoint {