HomeSort by relevance Sort by last modified time
    Searched refs:num_eeprom_settings (Results 1 - 6 of 6) sorted by null

  /hardware/libhardware/include/hardware/
nfc.h 58 uint32_t num_eeprom_settings; member in struct:__anon16236
  /hardware/libhardware/modules/nfc/
nfc_hw_example.c 42 dev->num_eeprom_settings = 0;
  /device/samsung/crespo/nfc/
nfc_hw.c 108 dev->num_eeprom_settings = sizeof(pn544_eedata_settings) / 4;
  /device/samsung/tuna/nfc/
nfc_hw.c 127 dev->num_eeprom_settings = sizeof(pn544_eedata_settings) / 4;
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 539 uint8_t num_eeprom_settings; local
    [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcManager.cpp 394 if (pn544_dev->num_eeprom_settings == 0 || pn544_dev->eeprom_settings == NULL) {
492 for (i = 0; i < pn544_dev->num_eeprom_settings; i++)
    [all...]

Completed in 80 milliseconds