Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/
Dhal_wrapper.cc73 bool mHciCreditLent = false; variable
106 mHciCreditLent = false; in hal_wrapper_open()
346 mHciCreditLent = true; in halWrapperDataCallback()
363 } else if (mHciCreditLent && (p_data[0] == 0x60) && (p_data[1] == 0x06)) { in halWrapperDataCallback()
366 mHciCreditLent = false; in halWrapperDataCallback()
447 if (mHciCreditLent && (p_data[0] == 0x60) && (p_data[1] == 0x06)) { in halWrapperDataCallback()
449 mHciCreditLent = false; in halWrapperDataCallback()