Home
last modified time | relevance | path

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

/aosp12/hardware/nxp/nfc/snxxx/halimpl/tml/
H A DphTmlNfc.cc122 gpphTmlNfc_Context->platform_type = in phTmlNfc_Init()
942 if (PLATFORM_IF_I3C == gpphTmlNfc_Context->platform_type) { in phTmlNfc_IoCtl()
970 if (PLATFORM_IF_I3C == gpphTmlNfc_Context->platform_type) { in phTmlNfc_IoCtl()
1009 if (PLATFORM_IF_I3C == gpphTmlNfc_Context->platform_type && in phTmlNfc_IoCtl()
H A DphTmlNfc.h188 int platform_type; /*for common(i2c or i3c) mw implementation*/ member
/aosp12/hardware/nxp/nfc/snxxx/halimpl/hal/
H A DphNxpNciHal.cc834 if (PLATFORM_IF_I2C == gpphTmlNfc_Context->platform_type) { in phNxpNciHal_MinOpen()