HomeSort by relevance Sort by last modified time
    Searched defs:nfcee_id (Results 1 - 3 of 3) sorted by null

  /system/nfc/src/nfa/ee/
nfa_ee_api.c 116 p_info->ee_handle = NFA_HANDLE_GROUP_EE | (tNFA_HANDLE)p_cb->nfcee_id;
226 uint8_t nfcee_id = (ee_handle & 0xFF); local
230 if (nfcee_id == p_cb->nfcee_id) {
245 p_msg->nfcee_id = nfcee_id;
285 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
293 p_cb = nfa_ee_find_ecb(nfcee_id);
303 p_msg->nfcee_id = nfcee_id;
345 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
403 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
565 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
611 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
658 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
    [all...]
  /system/nfc/src/nfa/int/
nfa_ee_int.h 169 uint8_t nfcee_id; /* ID for this NFCEE */ member in struct:__anon107407
209 uint8_t nfcee_id; member in struct:__anon107411
217 uint8_t nfcee_id; member in struct:__anon107412
227 uint8_t nfcee_id; member in struct:__anon107413
237 uint8_t nfcee_id; member in struct:__anon107414
257 uint8_t nfcee_id; member in struct:__anon107416
266 uint8_t nfcee_id; member in struct:__anon107417
275 uint8_t nfcee_id; member in struct:__anon107418
287 uint8_t nfcee_id; member in struct:__anon107420
451 tNFA_EE_ECB* nfa_ee_find_ecb(uint8_t nfcee_id);
    [all...]
  /system/nfc/src/nfc/include/
nfc_api.h 306 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon107545
320 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon107546
329 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon107547
492 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon107556
501 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon107557
    [all...]

Completed in 105 milliseconds