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

/packages/apps/Nfc/nci/jni/
H A DNfcTag.h313 ** Function: getTransceiveTimeout
321 int getTransceiveTimeout (int techId);
H A DNativeNfcTag.cpp817 int timeout = NfcTag::getInstance ().getTransceiveTimeout (sCurrentConnectedTargetType);
H A DNfcTag.cpp1444 ** Function: getTransceiveTimeout
1452 int NfcTag::getTransceiveTimeout (int techId) function in class:NfcTag
1454 static const char fn [] = "NfcTag::getTransceiveTimeout";
H A DNativeNfcManager.cpp1498 int timeout = NfcTag::getInstance().getTransceiveTimeout (tech);

Completed in 119 milliseconds