Home
last modified time | relevance | path

Searched refs:techId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/nci/jni/
DNfcTag.cpp1452 int NfcTag::getTransceiveTimeout (int techId) in getTransceiveTimeout() argument
1456 if ((techId > 0) && (techId < (int) mTechnologyTimeoutsTable.size())) in getTransceiveTimeout()
1457 retval = mTechnologyTimeoutsTable [techId]; in getTransceiveTimeout()
1459 ALOGE ("%s: invalid tech=%d", fn, techId); in getTransceiveTimeout()
1475 void NfcTag::setTransceiveTimeout (int techId, int timeout) in setTransceiveTimeout() argument
1478 if ((techId >= 0) && (techId < (int) mTechnologyTimeoutsTable.size())) in setTransceiveTimeout()
1479 mTechnologyTimeoutsTable [techId] = timeout; in setTransceiveTimeout()
1481 ALOGE ("%s: invalid tech=%d", fn, techId); in setTransceiveTimeout()
DNfcTag.h308 bool isDefaultTransceiveTimeout (int techId, int timeout);
321 int getTransceiveTimeout (int techId);
335 void setTransceiveTimeout (int techId, int timeout);