Searched defs:technology (Results 1 – 8 of 8) sorted by relevance
| /packages/apps/Nfc/src/com/android/nfc/ |
| D | DeviceHost.java | 31 public void onHostCardEmulationActivated(int technology); in onHostCardEmulationActivated() 32 public void onHostCardEmulationData(int technology, byte[] data); in onHostCardEmulationData() 33 public void onHostCardEmulationDeactivated(int technology); in onHostCardEmulationDeactivated() 53 boolean connect(int technology); in connect() 215 public boolean setTimeout(int technology, int timeout); in setTimeout() 217 public int getTimeout(int technology); in getTimeout() 221 boolean canMakeReadOnly(int technology); in canMakeReadOnly() 223 int getMaxTransceiveLength(int technology); in getMaxTransceiveLength()
|
| D | NfcService.java | 271 public void onHostCardEmulationActivated(int technology) { in onHostCardEmulationActivated() 278 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData() 285 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated() 1090 public int connect(int nativeHandle, int technology) throws RemoteException { in connect()
|
| /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/ |
| D | NativeNfcManager.java | 300 public int getMaxTransceiveLength(int technology) { in getMaxTransceiveLength() 394 private void notifyHostEmuActivated(int technology) { in notifyHostEmuActivated() 398 private void notifyHostEmuData(int technology, byte[] data) { in notifyHostEmuData() 402 private void notifyHostEmuDeactivated(int technology) { in notifyHostEmuDeactivated()
|
| D | NativeNfcTag.java | 147 public synchronized int connectWithStatus(int technology) { in connectWithStatus() 212 public synchronized boolean connect(int technology) { in connect()
|
| /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
| D | NativeNfcManager.java | 270 public int getMaxTransceiveLength(int technology) { in getMaxTransceiveLength() 374 private void notifyHostEmuActivated(int technology) { in notifyHostEmuActivated() 378 private void notifyHostEmuData(int technology, byte[] data) { in notifyHostEmuData() 382 private void notifyHostEmuDeactivated(int technology) { in notifyHostEmuDeactivated()
|
| D | NativeNfcTag.java | 150 public synchronized int connectWithStatus(int technology) { in connectWithStatus() 227 public synchronized boolean connect(int technology) { in connect()
|
| /packages/apps/Nfc/nci/jni/ |
| D | RoutingManager.cpp | 418 void RoutingManager::notifyActivated (UINT8 technology) in notifyActivated() 436 void RoutingManager::notifyDeactivated (UINT8 technology) in notifyDeactivated() 455 void RoutingManager::handleData (UINT8 technology, const UINT8* data, UINT32 dataLen, tNFA_STATUS s… in handleData()
|
| /packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
| D | CardEmulationManager.java | 109 public void onHostCardEmulationActivated(int technology) { in onHostCardEmulationActivated() 123 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData() 134 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated()
|