Searched refs:cla (Results 1 – 6 of 6) sorted by relevance
/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
D | CommandApdu.cc | 41 commandApduArray[0] = cmdApdu.cla; in CommandApdu_toByteArray() 96 int CommandApdu_formApduType4(char cla, char ins, char p1, char p2, char lc, in CommandApdu_formApduType4() argument 102 cmdApdu->cla = cla; in CommandApdu_formApduType4() 126 int CommandApdu_formApduType2(char cla, char ins, char p1, char p2, char le, in CommandApdu_formApduType2() argument 128 cmdApdu->cla = cla; in CommandApdu_formApduType2()
|
D | CommandApdu.h | 26 char cla; member 64 int CommandApdu_formApduType4(char cla, char ins, char p1, char p2, char lc, 77 int CommandApdu_formApduType2(char cla, char ins, char p1, char p2, char le,
|
/hardware/ril/include/telephony/ |
D | ril.h | 650 int cla; member
|
/hardware/ril/reference-ril/ |
D | ril.h | 650 int cla; member
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 1760 int32_t cla;
|
/hardware/ril/libril/ |
D | ril_service.cpp | 738 apdu.cla = message.cla; in dispatchIccApdu()
|