Home | History | Annotate | Download | only in jni

Lines Matching refs:xx

203     for (size_t xx = 0; xx < mActualNumEe; xx++)
205 if ((mEeInfo[xx].num_interface > 0) && (mEeInfo[xx].ee_interface[0] == NCI_NFCEE_INTERFACE_HCI_ACCESS) )
294 for (UINT8 xx = 0; xx < mActualNumEe; xx++)
296 if ((mEeInfo[xx].num_interface != 0) && (mEeInfo[xx].ee_interface[0] != NCI_NFCEE_INTERFACE_HCI_ACCESS) )
300 fn, xx, mEeInfo[xx].ee_handle, eeStatusToString(mEeInfo[xx].ee_status), mEeInfo[xx].num_interface,
301 mEeInfo[xx].ee_interface[0], mEeInfo[xx].ee_interface[1], mEeInfo[xx].num_tlvs);
303 for (size_t yy = 0; yy < mEeInfo[xx].num_tlvs; yy++)
306 fn, xx, yy, mEeInfo[xx].ee_tlv[yy].tag, mEeInfo[xx].ee_tlv[yy].len, mEeInfo[xx].ee_tlv[yy].info[0],
307 mEeInfo[xx].ee_tlv[yy].info[1], mEeInfo[xx].ee_tlv[yy].info[2]);
745 for (UINT8 xx = 0; xx < mHciCfg.num_pipes; xx++)
747 if ( (mHciCfg.pipe[xx].dest_host == destHost)
748 && (mHciCfg.pipe[xx].dest_gate == mDestinationGate) )
750 mNewSourceGate = mHciCfg.pipe[xx].local_gate;
751 mNewPipeId = mHciCfg.pipe[xx].pipe_id;
1133 for (UINT8 xx = 0; xx < info.num_ee; xx++)
1138 fn, xx, info.ee_disc_info[xx].ee_handle,
1139 info.ee_disc_info[xx].la_protocol,
1140 info.ee_disc_info[xx].lb_protocol,
1141 info.ee_disc_info[xx].lf_protocol,
1142 info.ee_disc_info[xx].lbp_protocol);
1382 for (UINT8 xx = 0; xx < mActualNumEe; xx++)
1384 if (mEeInfo[xx].ee_handle == eeHandle)
1385 return (&mEeInfo[xx]);
1404 for (UINT8 xx = 0; xx < mActualNumEe; xx++)
1406 if (mActiveSeOverride && (overrideEeHandle != mEeInfo[xx].ee_handle))
1408 if ((mEeInfo[xx].num_interface != 0) &&
1409 (mEeInfo[xx].ee_interface[0] != NCI_NFCEE_INTERFACE_HCI_ACCESS) &&
1410 (mEeInfo[xx].ee_status != NFC_NFCEE_STATUS_INACTIVE))
1411 return (mEeInfo[xx].ee_handle);