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

/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_post_reset.h52 UINT8 nfc_wake_active_mode; member in struct:__anon23960
H A Dnfc_hal_int_api.h153 ** nfc_wake_active_mode/dh_wake_active_mode
166 UINT8 nfc_wake_active_mode,
H A Dnfc_hal_int.h388 UINT8 nfc_wake_active_mode; /* NFC_HAL_LP_ACTIVE_LOW/HIGH */ member in struct:__anon23953
/external/libnfc-nci/src/include/
H A Dconfig.h115 unsigned char nfc_wake_active_mode; /* NFC_LP_ACTIVE_LOW or NFC_LP_ACTIVE_HIGH */ member in struct:__anon23968
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c943 ** nfc_wake_active_mode cmd result of voltage on NFC_WAKE
951 if (cmd == nfc_hal_cb.dev_cb.nfc_wake_active_mode)
1236 ** nfc_wake_active_mode/dh_wake_active_mode
1249 UINT8 nfc_wake_active_mode,
1259 nfc_hal_cb.dev_cb.nfc_wake_active_mode = nfc_wake_active_mode;
1274 UINT8_TO_STREAM (p, nfc_wake_active_mode); /* BT Wake Active Mode */
1246 HAL_NfcSetSnoozeMode(UINT8 snooze_mode, UINT8 idle_threshold_dh, UINT8 idle_threshold_nfcc, UINT8 nfc_wake_active_mode, UINT8 dh_wake_active_mode, tHAL_NFC_STATUS_CBACK *p_snooze_cback) argument
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dpatchram.cpp239 gSnoozeModeCfg.nfc_wake_active_mode,
H A Duserial_linux.c315 return ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_ON : UPIO_OFF);
329 return ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_OFF : UPIO_ON);
343 int asserted_state = ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_ON : UPIO_OFF);

Completed in 3511 milliseconds