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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java19 import com.android.nfc.DeviceHost.NfcDepEndpoint;
24 public class NativeP2pDevice implements NfcDepEndpoint {
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java19 import com.android.nfc.DeviceHost.NfcDepEndpoint;
24 public class NativeP2pDevice implements NfcDepEndpoint {
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java47 public void onLlcpLinkActivated(NfcDepEndpoint device);
52 public void onLlcpLinkDeactivated(NfcDepEndpoint device);
54 public void onLlcpFirstPacketReceived(NfcDepEndpoint device);
109 public interface NfcDepEndpoint { interface in interface:DeviceHost
H A DNfcService.java23 import com.android.nfc.DeviceHost.NfcDepEndpoint;
364 public void onLlcpLinkActivated(NfcDepEndpoint device) {
372 public void onLlcpLinkDeactivated(NfcDepEndpoint device) {
380 public void onLlcpFirstPacketReceived(NfcDepEndpoint device) {
1972 } else if (o instanceof NfcDepEndpoint) {
1974 NfcDepEndpoint device = (NfcDepEndpoint) o;
1975 if (device.getMode() == NfcDepEndpoint.MODE_P2P_TARGET) {
2204 llcpActivated((NfcDepEndpoint) msg.obj);
2212 NfcDepEndpoint devic
[all...]

Completed in 88 milliseconds