Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/1.0/
DSecureElement.cpp217 uint8_t sw1 = rspApdu.p_data[rspApdu.len - 2]; in openLogicalChannel() local
221 if (sw1 == 0x90 && sw2 == 0x00) { in openLogicalChannel()
228 else if (sw1 == 0x6A && sw2 == 0x82) { in openLogicalChannel()
232 else if (sw1 == 0x6A && sw2 == 0x86) { in openLogicalChannel()
293 uint8_t sw1 = rspApdu.p_data[rspApdu.len - 2]; in openBasicChannel() local
297 if ((sw1 == 0x90) && (sw2 == 0x00)) { in openBasicChannel()
309 else if (sw1 == 0x6A && sw2 == 0x82) { in openBasicChannel()
313 else if (sw1 == 0x6A && sw2 == 0x86) { in openBasicChannel()
/hardware/nxp/secure_element/1.1/
DSecureElement.cpp258 uint8_t sw1 = rspApdu.p_data[rspApdu.len - 2]; in openLogicalChannel() local
262 if (sw1 == 0x90 && sw2 == 0x00) { in openLogicalChannel()
269 else if (sw1 == 0x6A && sw2 == 0x82) { in openLogicalChannel()
273 else if (sw1 == 0x6A && sw2 == 0x86) { in openLogicalChannel()
334 uint8_t sw1 = rspApdu.p_data[rspApdu.len - 2]; in openBasicChannel() local
338 if ((sw1 == 0x90) && (sw2 == 0x00)) { in openBasicChannel()
350 else if (sw1 == 0x6A && sw2 == 0x82) { in openBasicChannel()
354 else if (sw1 == 0x6A && sw2 == 0x86) { in openBasicChannel()
/hardware/ril/reference-ril/
Dril.h658 int sw1; member
Dreference-ril.c352 err = at_tok_nextint(&line, &response->sw1); in parseSimResponseLine()
/hardware/ril/include/telephony/
Dril.h658 int sw1; member
/hardware/interfaces/radio/1.0/
Dtypes.hal1403 int32_t sw1;
/hardware/ril/libril/
Dril_service.cpp4147 result.sw1 = resp->sw1; in responseIccIo()