Home | History | Annotate | Download | only in jni

Lines Matching refs:fn

151     static const char fn [] = "SecureElement::initialize";
155 ALOGD ("%s: enter", fn);
159 ALOGD ("%s: Default destination gate: 0x%X", fn, mDestinationGate);
165 ALOGD ("%s: Active SE override: 0x%X", fn, mActiveSeOverride);
194 ALOGD ("%s: No SE; No need to initialize SecureElement", fn);
207 ALOGD ("%s: Found HCI network, try hci register", fn);
214 ALOGE ("%s: fail hci register; error=0x%X", fn, nfaStat);
225 ALOGD ("%s: exit", fn);
241 static const char fn [] = "SecureElement::finalize";
242 ALOGD ("%s: enter", fn);
258 ALOGD ("%s: exit", fn);
273 static const char fn [] = "SecureElement::getEeInfo";
274 ALOGD ("%s: enter; mbNewEE=%d, mActualNumEe=%d", fn, mbNewEE, mActualNumEe);
284 ALOGE ("%s: fail get info; error=0x%X", fn, nfaStat);
291 ALOGD ("%s: num EEs discovered: %u", fn, mActualNumEe);
300 fn, xx, mEeInfo[xx].ee_handle, eeStatusToString(mEeInfo[xx].ee_status), mEeInfo[xx].num_interface,
306 fn, xx, yy, mEeInfo[xx].ee_tlv[yy].tag, mEeInfo[xx].ee_tlv[yy].len, mEeInfo[xx].ee_tlv[yy].info[0],
313 ALOGD ("%s: exit; mActualNumEe=%d, mNumEePresent=%d", fn, mActualNumEe,mNumEePresent);
394 static const char fn [] = "SecureElement::getSecureElementIdList";
395 ALOGD ("%s: enter", fn);
399 ALOGE ("%s: not init", fn);
405 ALOGE ("%s: no sec elem", fn);
418 ALOGD ("%s: index=%d; se id=0x%X", fn, ii, seId);
420 ALOGD("%s: exit", fn);
437 static const char fn [] = "SecureElement::activate";
441 ALOGD ("%s: enter; seID=0x%X", fn, seID);
445 ALOGE ("%s: not init", fn);
451 ALOGD ("%s: already active", fn);
458 ALOGE ("%s: no EE info", fn);
467 ALOGD ("%s: override ee h=0x%X", fn, overrideEeHandle );
470 ALOGE("%s: RF field indication still on, resetting", fn);
486 ALOGD ("%s: h=0x%X already activated", fn, eeItem.ee_handle);
493 ALOGD ("%s: set EE mode activate; h=0x%X", fn, eeItem.ee_handle);
501 ALOGE ("%s: NFA_EeModeSet failed; error=0x%X", fn, nfaStat);
508 ALOGE ("%s: ee handle not found", fn);
509 ALOGD ("%s: exit; active ee h=0x%X", fn, mActiveEeHandle);
526 static const char fn [] = "SecureElement::deactivate";
529 ALOGD ("%s: enter; seID=0x%X, mActiveEeHandle=0x%X", fn, seID, mActiveEeHandle);
533 ALOGE ("%s: not init", fn);
541 ALOGE ("%s: still busy", fn);
547 ALOGE ("%s: invalid EE handle", fn);
555 ALOGD ("%s: exit; ok=%u", fn, retval);
573 static const char fn [] = "SecureElement::notifyTransactionListenersOfAid";
574 ALOGD ("%s: enter; aid len=%u", fn, aidBufferLen);
584 ALOGE ("%s: jni env is null", fn);
592 ALOGE ("%s: fail allocate tlv", fn);
602 ALOGE ("%s: fail allocate array", fn);
610 ALOGE ("%s: fail fill array", fn);
618 ALOGE ("%s: fail notify", fn);
624 ALOGD ("%s: exit", fn);
639 static const char fn [] = "SecureElement::connectEE";
648 fn, mActiveEeHandle, gSEId, gGatePipe, gUseStaticPipe);
652 ALOGE ("%s: not init", fn);
659 ALOGD ("%s: Using SEID: 0x%x", fn, eeHandle );
664 ALOGE ("%s: invalid handle 0x%X", fn, eeHandle);
672 ALOGE ("%s: Handle 0x%04x NOT FOUND !!", fn, eeHandle);
723 ALOGE ("%s: fail create static pipe; error=0x%X", fn, nfaStat);
737 ALOGD ("%s: get gate, pipe list", fn);
753 ALOGD ("%s: found configured gate: 0x%02x pipe: 0x%02x", fn, mNewSourceGate, mNewPipeId);
763 ALOGD ("%s: allocate gate", fn);
768 ALOGE ("%s: fail allocate source gate; error=0x%X", fn, nfaStat);
778 ALOGD ("%s: create pipe", fn);
783 ALOGE ("%s: fail create pipe; error=0x%X", fn, nfaStat);
792 ALOGD ("%s: open pipe", fn);
797 ALOGE ("%s: fail open pipe; error=0x%X", fn, nfaStat);
816 ALOGD ("%s: exit; ok=%u", fn, retVal);
833 static const char fn [] = "SecureElement::disconnectEE";
837 ALOGD("%s: seID=0x%X; handle=0x%04x", fn, seID, eeHandle);
843 ALOGD("%s: try warm-reset on pipe id 0x%X; cmd=0x%X", fn, mNewPipeId, mOberthurWarmResetCommand);
850 ALOGD("%s: completed warm-reset on pipe 0x%X", fn, mNewPipeId);
860 ALOGE ("%s: fail dealloc gate; error=0x%X", fn, nfaStat);
895 static const char fn [] = "SecureElement::transceive";
901 ALOGD ("%s: enter; xmitBufferSize=%ld; recvBufferMaxSize=%ld; timeout=%ld", fn, xmitBufferSize, recvBufferMaxSize, timeoutMillisec);
941 ALOGD ("%s: Empty AID SELECT cmd detected, substituting AID from config file, new length=%d", fn, idx);
957 ALOGE ("%s: wait response timeout", fn);
963 ALOGE ("%s: fail send data; error=0x%X", fn, nfaStat);
977 ALOGD ("%s: exit; isSuccess: %d; recvBufferActualSize: %ld", fn, isSuccess, recvBufferActualSize);
984 static const char* fn = "SecureElement::notifyModeSet";
991 ALOGD ("%s: NFA_EE_MODE_SET_EVT; pEE->ee_status: %s (0x%04x)", fn, SecureElement::eeStatusToString(pEE->ee_status), pEE->ee_status);
994 ALOGE ("%s: NFA_EE_MODE_SET_EVT; EE: 0x%04x not found. mActiveEeHandle: 0x%04x", fn, eeHandle, sSecElem.mActiveEeHandle);
1012 static const char fn [] = "SecureElement::notifyListenMode";
1014 ALOGD ("%s: enter; listen mode active=%u", fn, isActivated);
1020 ALOGE ("%s: jni env is null", fn);
1035 ALOGE ("%s: fail notify", fn);
1038 ALOGD ("%s: exit", fn);
1053 static const char fn [] = "SecureElement::notifyRfFieldEvent";
1054 ALOGD ("%s: enter; is active=%u", fn, isActive);
1060 ALOGE ("%s: jni env is null", fn);
1067 ALOGE("%s: clock_gettime failed", fn);
1083 ALOGE ("%s: fail notify", fn);
1085 ALOGD ("%s: exit", fn);
1100 static const char fn [] = "SecureElement::resetRfFieldStatus`";
1101 ALOGD ("%s: enter;", fn);
1107 ALOGE("%s: clock_gettime failed", fn);
1112 ALOGD ("%s: exit", fn);
1128 static const char fn [] = "SecureElement::storeUiccInfo";
1129 ALOGD ("%s: Status: %u Num EE: %u", fn, info.status, info.num_ee);
1138 fn, xx, info.ee_disc_info[xx].ee_handle,
1237 static const char fn [] = "SecureElement::nfaHciCallback";
1238 ALOGD ("%s: event=0x%X", fn, event);
1244 ALOGD ("%s: NFA_HCI_REGISTER_EVT; status=0x%X; handle=0x%X", fn,
1254 ALOGD ("%s: NFA_HCI_ALLOCATE_GATE_EVT; status=0x%X; gate=0x%X", fn, eventData->status, eventData->allocated.gate);
1265 ALOGD ("%s: NFA_HCI_DEALLOCATE_GATE_EVT; status=0x%X; gate=0x%X", fn, deallocated.status, deallocated.gate);
1273 ALOGD ("%s: NFA_HCI_GET_GATE_PIPE_LIST_EVT; status=0x%X; num_pipes: %u num_gates: %u", fn,
1284 ALOGD ("%s: NFA_HCI_CREATE_PIPE_EVT; status=0x%X; pipe=0x%X; src gate=0x%X; dest host=0x%X; dest gate=0x%X", fn,
1295 ALOGD ("%s: NFA_HCI_OPEN_PIPE_EVT; status=0x%X; pipe=0x%X", fn, eventData->opened.status, eventData->opened.pipe);
1303 ALOGD ("%s: NFA_HCI_EVENT_SENT_EVT; status=0x%X", fn, eventData->evt_sent.status);
1309 ALOGD ("%s: NFA_HCI_RSP_RCVD_EVT; status: 0x%X; code: 0x%X; pipe: 0x%X; len: %u", fn,
1315 ALOGD ("%s: NFA_HCI_GET_REG_RSP_EVT; status: 0x%X; pipe: 0x%X, len: %d", fn,
1329 ALOGD ("%s: NFA_HCI_EVENT_RCVD_EVT; code: 0x%X; pipe: 0x%X; data len: %u", fn,
1333 ALOGD ("%s: NFA_HCI_EVENT_RCVD_EVT; data from static pipe", fn);
1340 ALOGD ("%s: NFA_HCI_EVENT_RCVD_EVT; NFA_HCI_EVT_POST_DATA", fn);
1347 ALOGD ("%s: NFA_HCI_EVENT_RCVD_EVT; NFA_HCI_EVT_TRANSACTION", fn);
1357 ALOGD ("%s: NFA_HCI_SET_REG_RSP_EVT; status=0x%X; pipe=0x%X", fn, registry.status, registry.pipe);
1364 ALOGE ("%s: unknown event code=0x%X ????", fn, event);