Searched refs:iRet (Results 1 – 2 of 2) sorted by relevance
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | uart.cpp | 50 LSTATUS iRet = -1; local 62 iRet = RegQueryInfoKey(hKey, achClass, &cchClassName, NULL, &cSubKeys, &cbMaxSubKey, 66 if (ERROR_SUCCESS == iRet) {
|
| /developtools/hdc/src/host/ |
| D | host_uart.cpp | 137 LSTATUS iRet = -1; in EnumSerialPort() local 149 iRet = RegQueryInfoKey(hKey, achClass, &cchClassName, NULL, &cSubKeys, &cbMaxSubKey, in EnumSerialPort() 153 if (ERROR_SUCCESS == iRet) { in EnumSerialPort()
|