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

  /packages/apps/Nfc/nci/jni/
RoutingManager.h 39 int aidInfo);
RoutingManager.cpp 364 int route, int aidInfo) {
370 NFA_EeAddAidRouting(route, aidLen, (uint8_t*)aid, powerState, aidInfo);
NativeNfcManager.cpp     [all...]
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 189 public boolean routeAid(byte[] aid, int route, int aidInfo);
NfcService.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
AidRoutingManager.java 79 int aidInfo;
144 int aidType = aidEntry.getValue().aidInfo;
RegisteredAidCache.java     [all...]
  /system/nfc/src/nfa/include/
nfa_ee_api.h 366 uint8_t aidInfo);
nfa_ee_int.h 277 uint8_t aidInfo;
  /system/nfc/src/nfa/ee/
nfa_ee_api.cc 425 uint8_t aidInfo) {
451 p_msg->aidInfo = aidInfo;
nfa_ee_act.cc     [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 133 public native boolean routeAid(byte[] aid, int route, int aidInfo);

Completed in 634 milliseconds