Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/halimpl/tml/
DphTmlNfc_i2c.cc45 extern phTmlNfc_i2cfragmentation_t fragmentation_enabled;
234 if (fragmentation_enabled == I2C_FRAGMENATATION_DISABLED && in phTmlNfc_i2c_write()
242 if (fragmentation_enabled == I2C_FRAGMENTATION_ENABLED && in phTmlNfc_i2c_write()
253 if (fragmentation_enabled == I2C_FRAGMENTATION_ENABLED && in phTmlNfc_i2c_write()
DphTmlNfc_i2c.h36 extern phTmlNfc_i2cfragmentation_t fragmentation_enabled;
DphTmlNfc.cc981 fragmentation_enabled = result; in phTmlNfc_set_fragmentation_enabled()
985 return fragmentation_enabled; in phTmlNfc_get_fragmentation_enabled()
/hardware/nxp/nfc/snxxx/halimpl/tml/transport/
DNfccI2cTransport.cc45 extern phTmlNfc_i2cfragmentation_t fragmentation_enabled;
285 if (fragmentation_enabled == I2C_FRAGMENATATION_DISABLED && in Write()
293 if (fragmentation_enabled == I2C_FRAGMENTATION_ENABLED && in Write()
306 if (fragmentation_enabled == I2C_FRAGMENTATION_ENABLED && in Write()
DNfccI2cTransport.h59 extern phTmlNfc_i2cfragmentation_t fragmentation_enabled;
DNfccTransport.h54 extern phTmlNfc_i2cfragmentation_t fragmentation_enabled;
/hardware/nxp/nfc/snxxx/halimpl/tml/
DphTmlNfc.cc1127 fragmentation_enabled = result; in phTmlNfc_set_fragmentation_enabled()
1131 return fragmentation_enabled; in phTmlNfc_get_fragmentation_enabled()
/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphDnldNfc.cc32 phTmlNfc_i2cfragmentation_t fragmentation_enabled = I2C_FRAGMENATATION_DISABLED; variable