Searched defs:pipe (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DSecureElement.cpp37 int gGatePipe = -1; // gate id or static pipe id to use in connectEE(), -1 means not set
38 bool gUseStaticPipe = false; // if true, use gGatePipe as static pipe id. if false, use as gate id
647 ALOGD ("%s: enter, mActiveEeHandle: 0x%04x, SEID: 0x%x, pipe_gate_num=%d, use pipe=%d",
686 // pipe/gate num was not specifed by app, get from config file
695 ALOGD ("%s: Using static pipe id: 0x%X", __FUNCTION__, mNewPipeId);
715 // If the .conf file had a static pipe to use, just use it.
723 ALOGE ("%s: fail create static pipe; error=0x%X", fn, nfaStat);
737 ALOGD ("%s: get gate, pipe list", fn);
747 if ( (mHciCfg.pipe[xx].dest_host == destHost)
748 && (mHciCfg.pipe[x
1179 UINT8 pipe = (mEeInfo[seIndex].ee_handle == EE_HANDLE_0xF3) ? 0x70 : 0x71; local
[all...]

Completed in 583 milliseconds