Home
last modified time | relevance | path

Searched refs:getTransceiveTimeout (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Nfc/nci/jni/
DNfcTag.h335 int getTransceiveTimeout(int techId);
DNativeNfcTag.cpp944 NfcTag::getInstance().getTransceiveTimeout(sCurrentConnectedTargetType); in nativeNfcTag_doTransceive()
DNfcTag.cpp1492 int NfcTag::getTransceiveTimeout(int techId) { in getTransceiveTimeout() function in NfcTag
DNativeNfcManager.cpp1762 int timeout = NfcTag::getInstance().getTransceiveTimeout(tech); in nfcManager_doGetTimeout()