Searched refs:retA (Results 1 - 4 of 4) sorted by relevance
/vendor/hisilicon/hispark_pegasus/hals/utils/token/ |
H A D | hal_token.c | 213 int32_t retA = ReadTokenWithFlag(TOKEN_A_ADDR, tokenWithFlagA, TOKEN_WITH_FLAG_SIZE);
in OEMReadToken() local 215 if ((retA != 0) && (retB != 0)) {
in OEMReadToken() 218 } else if ((retA == 0) && (retB != 0)) {
in OEMReadToken() 221 } else if ((retA != 0) && (retB == 0)) {
in OEMReadToken() 358 int32_t retA = ReadTokenWithFlag(TOKEN_A_ADDR, tokenWithFlagA, TOKEN_WITH_FLAG_SIZE);
in OEMWriteToken() local 360 if ((retA != 0) && (retB != 0)) {
in OEMWriteToken() 363 } else if ((retA == 0) && (retB != 0)) {
in OEMWriteToken() 366 } else if ((retA != 0) && (retB == 0)) {
in OEMWriteToken()
|
/vendor/hisilicon/hispark_taurus/hals/utils/token/ |
H A D | hal_token.c | 283 int32_t retA = ReadTokenWithFlag(TOKEN_FILE_PATH, TOKEN_A_FILE_NAME, tokenWithFlagA, TOKEN_WITH_FLAG_SIZE);
in OEMReadToken() local 285 if ((retA != 0) && (retB != 0)) {
in OEMReadToken() 288 } else if ((retA == 0) && (retB != 0)) {
in OEMReadToken() 291 } else if ((retA != 0) && (retB == 0)) {
in OEMReadToken() 428 int32_t retA = ReadTokenWithFlag(TOKEN_FILE_PATH, TOKEN_A_FILE_NAME, tokenWithFlagA, TOKEN_WITH_FLAG_SIZE);
in OEMWriteToken() local 430 if ((retA != 0) && (retB != 0)) {
in OEMWriteToken() 433 } else if ((retA == 0) && (retB != 0)) {
in OEMWriteToken() 436 } else if ((retA != 0) && (retB == 0)) {
in OEMWriteToken()
|
/vendor/hisilicon/hispark_taurus_linux/hals/utils/token/ |
H A D | hal_token.c | 283 int32_t retA = ReadTokenWithFlag(TOKEN_FILE_PATH, TOKEN_A_FILE_NAME, tokenWithFlagA, TOKEN_WITH_FLAG_SIZE);
in OEMReadToken() local 285 if ((retA != 0) && (retB != 0)) {
in OEMReadToken() 288 } else if ((retA == 0) && (retB != 0)) {
in OEMReadToken() 291 } else if ((retA != 0) && (retB == 0)) {
in OEMReadToken() 428 int32_t retA = ReadTokenWithFlag(TOKEN_FILE_PATH, TOKEN_A_FILE_NAME, tokenWithFlagA, TOKEN_WITH_FLAG_SIZE);
in OEMWriteToken() local 430 if ((retA != 0) && (retB != 0)) {
in OEMWriteToken() 433 } else if ((retA == 0) && (retB != 0)) {
in OEMWriteToken() 436 } else if ((retA != 0) && (retB == 0)) {
in OEMWriteToken()
|
/vendor/hisilicon/hispark_taurus_mini_system/hals/utils/token/ |
H A D | hal_token.c | 283 int32_t retA = ReadTokenWithFlag(TOKEN_FILE_PATH, TOKEN_A_FILE_NAME, tokenWithFlagA, TOKEN_WITH_FLAG_SIZE);
in OEMReadToken() local 285 if ((retA != 0) && (retB != 0)) {
in OEMReadToken() 288 } else if ((retA == 0) && (retB != 0)) {
in OEMReadToken() 291 } else if ((retA != 0) && (retB == 0)) {
in OEMReadToken() 428 int32_t retA = ReadTokenWithFlag(TOKEN_FILE_PATH, TOKEN_A_FILE_NAME, tokenWithFlagA, TOKEN_WITH_FLAG_SIZE);
in OEMWriteToken() local 430 if ((retA != 0) && (retB != 0)) {
in OEMWriteToken() 433 } else if ((retA == 0) && (retB != 0)) {
in OEMWriteToken() 436 } else if ((retA != 0) && (retB == 0)) {
in OEMWriteToken()
|
Completed in 5 milliseconds