Home
last modified time | relevance | path

Searched defs:tech (Results 1 – 6 of 6) 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/nci/jni/
DRouteDataSet.cpp533 RouteDataForTechnology* tech = (RouteDataForTechnology*) routeData; in printDiagnostic() local
555 RouteDataForTechnology* tech = (RouteDataForTechnology*) routeData; in printDiagnostic() local
DNativeNfcManager.cpp1586 static bool nfcManager_doSetTimeout(JNIEnv*, jobject, jint tech, jint timeout) in nfcManager_doSetTimeout()
1611 static jint nfcManager_doGetTimeout(JNIEnv*, jobject, jint tech) in nfcManager_doGetTimeout()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java1411 public int setTimeout(int tech, int timeout) throws RemoteException { in setTimeout()
1422 public int getTimeout(int tech) throws RemoteException { in getTimeout()
1441 public int getMaxTransceiveLength(int tech) throws RemoteException { in getMaxTransceiveLength()
DDeviceHost.java63 void removeTechnology(int tech); // TODO remove this one in removeTechnology()