Searched refs:mAidForEmptySelect (Results 1 – 2 of 2) sorted by relevance
88 memset (mAidForEmptySelect, 0, sizeof(mAidForEmptySelect)); in SecureElement()189 memset(mAidForEmptySelect, 0, sizeof(mAidForEmptySelect)); in initialize()222 … GetStrValue(NAME_AID_FOR_EMPTY_SELECT, (char*)&mAidForEmptySelect[0], sizeof(mAidForEmptySelect)); in initialize()913 if (mAidForEmptySelect[0] // 1 in transceive()914 && (mAidForEmptySelect[0] <= NCI_MAX_AID_LEN) // 2 in transceive()927 newSelectCmd[idx++] = mAidForEmptySelect[0]; in transceive()930 memcpy(&newSelectCmd[idx], &mAidForEmptySelect[1], mAidForEmptySelect[0]); in transceive()931 idx += mAidForEmptySelect[0]; in transceive()
421 UINT8 mAidForEmptySelect[NCI_MAX_AID_LEN+1]; variable