Searched refs:snooze_mode (Results 1 - 11 of 11) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/int/
H A Dnfc_hal_post_reset.h47 UINT8 snooze_mode; member in struct:__anon7425
H A Dnfc_hal_int_api.h139 ** snooze_mode
157 tHAL_NFC_STATUS HAL_NfcSetSnoozeMode (UINT8 snooze_mode,
H A Dnfc_hal_int.h357 UINT8 snooze_mode; /* current snooze mode */ member in struct:__anon7419
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_post_reset.h47 UINT8 snooze_mode; member in struct:__anon7505
H A Dnfc_hal_int_api.h139 ** snooze_mode
157 tHAL_NFC_STATUS HAL_NfcSetSnoozeMode (UINT8 snooze_mode,
H A Dnfc_hal_int.h357 UINT8 snooze_mode; /* current snooze mode */ member in struct:__anon7499
/external/libnfc-nci/halimpl/bcm2079x/include/
H A Dconfig.h93 unsigned char snooze_mode; /* Snooze Mode */ member in struct:__anon7433
/external/libnfc-nci/src/include/
H A Dconfig.h92 unsigned char snooze_mode; /* Snooze Mode */ member in struct:__anon7513
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c797 if (nfc_hal_cb.dev_cb.snooze_mode != NFC_HAL_LP_SNOOZE_MODE_NONE)
885 &&(nfc_hal_cb.dev_cb.snooze_mode != NFC_HAL_LP_SNOOZE_MODE_NONE) )
894 nfc_hal_cb.dev_cb.snooze_mode = NFC_HAL_LP_SNOOZE_MODE_NONE;
997 nfc_hal_cb.dev_cb.snooze_mode = nfc_hal_cb.dev_cb.new_snooze_mode;
1001 if ( nfc_hal_cb.dev_cb.snooze_mode != NFC_HAL_LP_SNOOZE_MODE_NONE)
1031 ** snooze_mode
1049 tHAL_NFC_STATUS HAL_NfcSetSnoozeMode (UINT8 snooze_mode, argument
1059 NCI_TRACE_API1 ("HAL_NfcSetSnoozeMode (): snooze_mode = %d", snooze_mode);
1061 nfc_hal_cb.dev_cb.new_snooze_mode = snooze_mode;
[all...]
H A Dnfc_hal_nci.c611 if (nfc_hal_cb.dev_cb.snooze_mode != NFC_HAL_LP_SNOOZE_MODE_NONE)
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dpatchram.cpp198 else if (gSnoozeModeCfg.snooze_mode != NFC_HAL_LP_SNOOZE_MODE_NONE)
200 status = HAL_NfcSetSnoozeMode(gSnoozeModeCfg.snooze_mode,

Completed in 242 milliseconds