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

  /system/nfc/src/nfc/nfc/
nfc_main.c 201 nfc_set_state(NFC_STATE_IDLE);
244 nfc_set_state(NFC_STATE_NFCC_POWER_OFF_SLEEP);
254 nfc_set_state(NFC_STATE_NONE);
263 ** Function nfc_set_state
270 void nfc_set_state(tNFC_STATE nfc_state) { function
272 NFC_TRACE_DEBUG4("nfc_set_state %d (%s)->%d (%s)", nfc_cb.nfc_state,
276 NFC_TRACE_DEBUG2("nfc_set_state %d->%d", nfc_cb.nfc_state, nfc_state);
339 nfc_set_state(NFC_STATE_NFCC_POWER_OFF_SLEEP);
342 nfc_set_state(NFC_STATE_NONE);
348 nfc_set_state(NFC_STATE_NONE)
    [all...]
nfc_task.c 304 nfc_set_state(NFC_STATE_W4_HAL_CLOSE);
307 nfc_set_state(NFC_STATE_W4_HAL_OPEN);
310 nfc_set_state(NFC_STATE_W4_HAL_CLOSE);
352 nfc_set_state(NFC_STATE_CORE_INIT);
nfc_ncif.c 716 nfc_set_state(NFC_STATE_OPEN);
923 nfc_set_state(NFC_STATE_IDLE);
    [all...]
  /system/nfc/src/nfc/int/
nfc_int.h 288 void nfc_set_state(tNFC_STATE nfc_state);

Completed in 133 milliseconds