Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/nci/jni/
H A DNfcTag.h335 int getTransceiveTimeout(int techId);
H A DNfcTag.cpp1497 int NfcTag::getTransceiveTimeout(int techId) { in getTransceiveTimeout() function in NfcTag
H A DNativeNfcTag.cpp947 NfcTag::getInstance().getTransceiveTimeout(sCurrentConnectedTargetType); in nativeNfcTag_doTransceive()
H A DNativeNfcManager.cpp1855 int timeout = NfcTag::getInstance().getTransceiveTimeout(tech); in nfcManager_doGetTimeout()