Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/nci/jni/
H A DNfcTag.h349 void setTransceiveTimeout(int techId, int timeout);
H A DNfcTag.cpp359 setTransceiveTimeout(mTechList[mNumTechList], fwt); in discoverTechnologies()
1519 void NfcTag::setTransceiveTimeout(int techId, int timeout) { in setTransceiveTimeout() function in NfcTag
H A DNativeNfcManager.cpp1838 NfcTag::getInstance().setTransceiveTimeout(tech, timeout); in nfcManager_doSetTimeout()