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

  /external/libnfc-nci/src/nfa/dm/
nfa_dm_main.c 226 tNFA_STATUS nfa_dm_check_set_config (UINT8 tlv_list_len, UINT8 *p_tlv_list, BOOLEAN app_init)
404 /* If need to change TLV in the original list. (Do not modify list if app_init) */
405 if ((updated_len != xx) && (!app_init))
415 if (updated_len || app_init)
425 if (app_init)
  /packages/apps/Nfc/nci/jni/
RoutingManager.cpp 510 tNFC_APP_INIT& app_init = action.param.app_init; local
512 action.ee_handle, action.trigger, app_init.len_aid, app_init.len_data);
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 145 tNFC_APP_INIT app_init; /* NFA_EE_TRGR_APP_INIT: The information for the application initiated trigger */ member in union:__anon28639
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c     [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_dm_int.h 609 tNFA_STATUS nfa_dm_check_set_config (UINT8 tlv_list_len, UINT8 *p_tlv_list, BOOLEAN app_init);
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 448 tNFC_APP_INIT app_init; member in union:__anon28911::__anon28912
    [all...]
  /external/openssl/apps/
apps.c 173 int app_init(long mesgwin);
453 #ifndef APP_INIT
454 int app_init(long mesgwin) function
    [all...]

Completed in 233 milliseconds