Home
last modified time | relevance | path

Searched refs:nfc_wake_active_mode (Results 1 – 7 of 7) sorted by relevance

/external/libnfc-nci/src/hal/int/
Dnfc_hal_post_reset.h52 UINT8 nfc_wake_active_mode; member
Dnfc_hal_int_api.h166 UINT8 nfc_wake_active_mode,
Dnfc_hal_int.h389 UINT8 nfc_wake_active_mode; /* NFC_HAL_LP_ACTIVE_LOW/HIGH */ member
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_dm.c1063 if (cmd == nfc_hal_cb.dev_cb.nfc_wake_active_mode) in nfc_hal_dm_set_nfc_wake()
1361 UINT8 nfc_wake_active_mode, in HAL_NfcSetSnoozeMode() argument
1371 nfc_hal_cb.dev_cb.nfc_wake_active_mode = nfc_wake_active_mode; in HAL_NfcSetSnoozeMode()
1386 UINT8_TO_STREAM (p, nfc_wake_active_mode); /* BT Wake Active Mode */ in HAL_NfcSetSnoozeMode()
/external/libnfc-nci/src/include/
Dconfig.h117 unsigned char nfc_wake_active_mode; /* NFC_LP_ACTIVE_LOW or NFC_LP_ACTIVE_HIGH */ member
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c316 return ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_ON : UPIO_OFF); in wake_state()
330 return ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_OFF : UPIO_ON); in sleep_state()
344 …int asserted_state = ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_O… in isWake()
Dpatchram.cpp240 gSnoozeModeCfg.nfc_wake_active_mode, in postDownloadPatchram()