Home
last modified time | relevance | path

Searched defs:tech (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java463 private void addTechnology(int tech, int handle, int libnfctype) { in addTechnology()
481 public void removeTechnology(int tech) { in removeTechnology()
560 private int getTechIndex(int tech) { in getTechIndex()
571 private boolean hasTech(int tech) { in hasTech()
582 private boolean hasTechOnHandle(int tech, int handle) { in hasTechOnHandle()
DNativeNfcManager.java251 private native boolean doSetTimeout(int tech, int timeout); in doSetTimeout()
253 public boolean setTimeout(int tech, int timeout) { in setTimeout()
257 private native int doGetTimeout(int tech); in doGetTimeout()
259 public int getTimeout(int tech) { in getTimeout()
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
DNativeNfcTag.java467 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()
DNativeNfcManager.java280 private native boolean doSetTimeout(int tech, int timeout); in doSetTimeout()
282 public boolean setTimeout(int tech, int timeout) { in setTimeout()
286 private native int doGetTimeout(int tech); in doGetTimeout()
288 public int getTimeout(int tech) { in getTimeout()
/packages/apps/Nfc/nci/jni/
DRouteDataSet.cpp536 RouteDataForTechnology* tech = (RouteDataForTechnology*) routeData; in printDiagnostic() local
558 RouteDataForTechnology* tech = (RouteDataForTechnology*) routeData; in printDiagnostic() local
DNativeNfcManager.cpp1585 static bool nfcManager_doSetTimeout(JNIEnv*, jobject, jint tech, jint timeout) in nfcManager_doSetTimeout()
1610 static jint nfcManager_doGetTimeout(JNIEnv*, jobject, jint tech) in nfcManager_doGetTimeout()
/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeNfcTag.cpp315 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
Dcom_android_nfc_NativeNfcManager.cpp1510 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/
DNfcService.java1349 public int setTimeout(int tech, int timeout) throws RemoteException { in setTimeout()
1360 public int getTimeout(int tech) throws RemoteException { in getTimeout()
1379 public int getMaxTransceiveLength(int tech) throws RemoteException { in getMaxTransceiveLength()
DDeviceHost.java63 void removeTechnology(int tech); // TODO remove this one in removeTechnology()