HomeSort by relevance Sort by last modified time
    Searched defs:bcm_nfc_location (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
NonVolatileStore.cpp 34 static const char* bcm_nfc_location = "/data/nfc"; variable
60 std::string fn (bcm_nfc_location);
116 std::string fn (bcm_nfc_location);
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 41 char bcm_nfc_location[120]; variable
103 if ( !GetStrValue ( NAME_NFA_STORAGE, bcm_nfc_location, sizeof ( bcm_nfc_location ) ) )
104 strcpy ( bcm_nfc_location, "/data/nfc" );

Completed in 104 milliseconds