HomeSort by relevance Sort by last modified time
    Searched refs:mDestinationGate (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/nci/jni/
SecureElement.h 406 UINT8 mDestinationGate; //destination gate of the UICC
SecureElement.cpp 66 mDestinationGate (4), //loopback gate
159 mDestinationGate = num;
160 ALOGD ("%s: Default destination gate: 0x%X", fn, mDestinationGate);
723 mDestinationGate= gGatePipe;
760 && (mHciCfg.pipe[xx].dest_gate == mDestinationGate) )
792 nfaStat = NFA_HciCreatePipe (mNfaHciHandle, mNewSourceGate, destHost, mDestinationGate);
    [all...]

Completed in 2302 milliseconds