Home
last modified time | relevance | path

Searched refs:HdfStringToInt (Results 1 - 1 of 1) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/host/
H A Ddevhost.c62 bool HdfStringToInt(const char *str, int *value) in HdfStringToInt() function
100 if (!HdfStringToInt(argv[DEVHOST_PROCESS_PRI_POS], &procPriority)) { in HdfSetProcPriority()
104 if (!HdfStringToInt(argv[DEVHOST_THREAD_PRI_POS], &schedPriority)) { in HdfSetProcPriority()
128 if (!HdfStringToInt(argv[i], &malloptKey)) { in SetMallopt()
132 if (!HdfStringToInt(argv[i + 1], &malloptValue)) { in SetMallopt()
168 if (!HdfStringToInt(argv[DEVHOST_INPUT_PARAM_HOSTID_POS], &hostId)) { in main()

Completed in 1 milliseconds