Searched defs:tech (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeNfcTag.java | 458 private void addTechnology(int tech, int handle, int libnfctype) { in addTechnology() 476 public void removeTechnology(int tech) { in removeTechnology() 555 private int getTechIndex(int tech) { in getTechIndex() 566 private boolean hasTech(int tech) { in hasTech() 577 private boolean hasTechOnHandle(int tech, int handle) { in hasTechOnHandle()
|
D | NativeNfcManager.java | 206 private native boolean doSetTimeout(int tech, int timeout); in doSetTimeout() 208 public boolean setTimeout(int tech, int timeout) { in setTimeout() 212 private native int doGetTimeout(int tech); in doGetTimeout() 214 public int getTimeout(int tech) { in getTimeout()
|
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/ |
D | NativeNfcTag.java | 467 private void addTechnology(int tech, int handle, int libnfctype) { in addTechnology() 485 public void removeTechnology(int tech) { in removeTechnology() 551 private int getTechIndex(int tech) { in getTechIndex() 562 private boolean hasTech(int tech) { in hasTech() 573 private boolean hasTechOnHandle(int tech, int handle) { in hasTechOnHandle()
|
D | NativeNfcManager.java | 264 private native boolean doSetTimeout(int tech, int timeout); in doSetTimeout() 266 public boolean setTimeout(int tech, int timeout) { in setTimeout() 270 private native int doGetTimeout(int tech); in doGetTimeout() 272 public int getTimeout(int tech) { in getTimeout()
|
/packages/apps/Nfc/nci/jni/ |
D | RouteDataSet.cpp | 536 RouteDataForTechnology* tech = (RouteDataForTechnology*) routeData; in printDiagnostic() local 558 RouteDataForTechnology* tech = (RouteDataForTechnology*) routeData; in printDiagnostic() local
|
D | NativeNfcManager.cpp | 1505 static bool nfcManager_doSetTimeout(JNIEnv*, jobject, jint tech, jint timeout) in nfcManager_doSetTimeout() 1530 static jint nfcManager_doGetTimeout(JNIEnv*, jobject, jint tech) in nfcManager_doGetTimeout()
|
/packages/apps/Nfc/nxp/jni/ |
D | com_android_nfc_NativeNfcTag.cpp | 315 for (int tech = 0; tech < techListLength; tech++) { in set_target_pollBytes() local 396 for (int tech = 0; tech < techListLength; tech++) { in set_target_activationBytes() local
|
D | com_android_nfc_NativeNfcManager.cpp | 1510 jint tech, jint timeout) { in com_android_nfc_NfcManager_doSetTimeout() 1544 jint tech) { in com_android_nfc_NfcManager_doGetTimeout()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 1348 public int setTimeout(int tech, int timeout) throws RemoteException { in setTimeout() 1359 public int getTimeout(int tech) throws RemoteException { in getTimeout() 1378 public int getMaxTransceiveLength(int tech) throws RemoteException { in getMaxTransceiveLength()
|
D | DeviceHost.java | 63 void removeTechnology(int tech); // TODO remove this one in removeTechnology()
|