Home | History | Annotate | Download | only in jni

Lines Matching refs:mNfaEeHandle

365         data->mNfaEeHandle = strtol ((char*) value, NULL, 16);
367 data->mNfaEeHandle = data->mNfaEeHandle | NFA_HANDLE_GROUP_EE;
368 ALOGD_IF (sDebug, "%s: %s=0x%X", fn, secElem, data->mNfaEeHandle);
435 data->mNfaEeHandle = strtol ((char*) value, NULL, 16);
437 data->mNfaEeHandle = data->mNfaEeHandle | NFA_HANDLE_GROUP_EE;
438 ALOGD_IF (sDebug, "%s: %s=0x%X", fn, secElem, data->mNfaEeHandle);
531 ALOGD ("%s: ee h=0x%X; protocol=0x%X", fn, proto->mNfaEeHandle, proto->mProtocol);
537 ALOGD ("%s: ee h=0x%X; technology=0x%X", fn, tech->mNfaEeHandle, tech->mTechnology);
553 ALOGD ("%s: ee h=0x%X; protocol=0x%X", fn, proto->mNfaEeHandle, proto->mProtocol);
559 ALOGD ("%s: ee h=0x%X; technology=0x%X", fn, tech->mNfaEeHandle, tech->mTechnology);