Home
last modified time | relevance | path

Searched refs:setTransceiveTimeout (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Nfc/nci/jni/
DNfcTag.h331 void setTransceiveTimeout(int techId, int timeout);
DNfcTag.cpp1442 void NfcTag::setTransceiveTimeout(int techId, int timeout) { in setTransceiveTimeout() function in NfcTag
DNativeNfcManager.cpp1717 NfcTag::getInstance().setTransceiveTimeout(tech, timeout); in nfcManager_doSetTimeout()