Home
last modified time | relevance | path

Searched refs:max_credits (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dpatchram.cpp435 UINT8 max_credits = 1; in nfc_hal_post_reset_init() local
448 … if (GetNumValue(MAX_RF_DATA_CREDITS, &max_credits, sizeof(max_credits)) && (max_credits > 0)) in nfc_hal_post_reset_init()
450 ALOGD("%s : max_credits=%d", __FUNCTION__, max_credits); in nfc_hal_post_reset_init()
451 HAL_NfcSetMaxRfDataCredits(max_credits); in nfc_hal_post_reset_init()
488 UINT8 max_credits = 1; in HalNciCallback() local
490 … if (GetNumValue(MAX_RF_DATA_CREDITS, &max_credits, sizeof(max_credits)) && (max_credits > 0)) in HalNciCallback()
492 ALOGD("%s : max_credits=%d", __FUNCTION__, max_credits); in HalNciCallback()
493 HAL_NfcSetMaxRfDataCredits(max_credits); in HalNciCallback()
/external/libnfc-nci/src/hal/int/
Dnfc_hal_int_api.h273 void HAL_NfcSetMaxRfDataCredits (UINT8 max_credits);
/external/libnfc-nci/halimpl/bcm2079x/hal/int/
Dnfc_hal_int_api.h273 void HAL_NfcSetMaxRfDataCredits (UINT8 max_credits);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_nci.c867 void HAL_NfcSetMaxRfDataCredits (UINT8 max_credits) in HAL_NfcSetMaxRfDataCredits() argument
869 NCI_TRACE_DEBUG2 ("HAL_NfcSetMaxRfDataCredits %d->%d", nfc_hal_cb.max_rf_credits, max_credits); in HAL_NfcSetMaxRfDataCredits()
870 nfc_hal_cb.max_rf_credits = max_credits; in HAL_NfcSetMaxRfDataCredits()