Home
last modified time | relevance | path

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

/hardware/st/nfc/1.0/adaptation/
Dconfig.cpp33 const int transport_config_path_size = variable
147 for (int i = 0; i < transport_config_path_size - 1; i++) { in findConfigFile()
155 filePath.assign(transport_config_paths[transport_config_path_size - 1]); in findConfigFile()
/hardware/st/nfc/st21nfc/adaptation/
Dconfig.cpp34 const int transport_config_path_size = variable
148 for (int i = 0; i < transport_config_path_size - 1; i++) { in findConfigFile()
/hardware/nxp/nfc/halimpl/utils/
DphNxpConfig.cpp62 const int transport_config_path_size = variable
218 for (int i = 0; i < transport_config_path_size - 1; i++) { in findConfigFilePathFromTransportConfigPaths()