Home | History | Annotate | Download | only in jni

Lines Matching full:tech

888                     ALOGD ("%s: tag polling tech mask=0x%X", __FUNCTION__, nat->tech_mask);
1721 ** tech: technology ID.
1727 static bool nfcManager_doSetTimeout(JNIEnv*, jobject, jint tech, jint timeout)
1734 ALOGD ("%s: tech=%d, timeout=%d", __FUNCTION__, tech, timeout);
1735 NfcTag::getInstance().setTransceiveTimeout (tech, timeout);
1747 ** tech: technology ID.
1752 static jint nfcManager_doGetTimeout(JNIEnv*, jobject, jint tech)
1754 int timeout = NfcTag::getInstance().getTransceiveTimeout (tech);
1755 ALOGD ("%s: tech=%d, timeout=%d", __FUNCTION__, tech, timeout);