Searched refs:techId (Results 1 – 2 of 2) sorted by relevance
1452 int NfcTag::getTransceiveTimeout (int techId) in getTransceiveTimeout() argument1456 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() argument1478 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()
308 bool isDefaultTransceiveTimeout (int techId, int timeout);321 int getTransceiveTimeout (int techId);335 void setTransceiveTimeout (int techId, int timeout);