Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c2452 bool convertUsimToSim(uint8_t *byteUSIM, int len, uint8_t *hexSIM) { argument
2458 if (byteUSIM[i] == USIM_FILE_DES_TAG) {
2464 if (byteUSIM[i] == USIM_FILE_SIZE_TAG) {
2468 i += (byteUSIM[i + 1] + 2);
2472 byteUSIM[sizeIndex + USIM_DATA_OFFSET_2];
2474 byteUSIM[sizeIndex + USIM_DATA_OFFSET_3];
2476 if ((byteUSIM[desIndex + RESPONSE_DATA_FILE_DES_FLAG] & 0x07) ==
2479 } else if ((byteUSIM[desIndex + RESPONSE_DATA_FILE_DES_FLAG] & 0x07) ==
2481 if (USIM_FILE_DES_TAG != byteUSIM[RESPONSE_DATA_FILE_DES_FLAG]) {
2485 if (TYPE_FILE_DES_LEN != byteUSIM[RESPONSE_DATA_FILE_DES_LEN_FLAG]) {
[all …]