Home
last modified time | relevance | path

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

/aosp12/hardware/samsung/nfc/halimpl/include/
H A Dutil.h31 int get_config_string(const char* field, char* strBuffer, size_t bufferSize);
/aosp12/hardware/samsung/nfc/halimpl/src/
H A Ddevice.cc78 ret = get_config_string(cfg_name_table[CFG_POWER_DRIVER], pw_driver_name, in device_open()
82 ret = get_config_string(cfg_name_table[CFG_TRANS_DRIVER], tr_driver_name, in device_open()
H A Dutil.cc160 int get_config_string(const char* field, char* strBuffer, size_t bufferSize) { in get_config_string() function