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.java458 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()
DNativeNfcManager.java206 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/
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.java264 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/
DRouteDataSet.cpp536 RouteDataForTechnology* tech = (RouteDataForTechnology*) routeData; in printDiagnostic() local
558 RouteDataForTechnology* tech = (RouteDataForTechnology*) routeData; in printDiagnostic() local
DNativeNfcManager.cpp1505 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/
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.java1348 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()
DDeviceHost.java63 void removeTechnology(int tech); // TODO remove this one in removeTechnology()