Searched refs:SEterminal (Results 1 – 5 of 5) sorted by relevance
/hardware/nxp/secure_element/snxxx/1.0/ |
D | NxpEseService.cpp | 52 const char* SEterminal = "eSEx"; in main() local 71 if ((ret) && (strncmp(SEterminal, terminalID, 3) == 0)) { in main() 110 if ((ret) && (strncmp(SEterminal, terminalID, 3) == 0)) { in main()
|
/hardware/nxp/secure_element/snxxx/aidl/ |
D | NxpEseService.cpp | 75 const char* SEterminal = "eSEx"; in main() local 97 if ((ret) && (strncmp(SEterminal, terminalID, 3) == 0)) { in main() 119 if ((ret) && (strncmp(SEterminal, terminalID, 3) == 0)) { in main()
|
/hardware/nxp/secure_element/snxxx/1.1/ |
D | NxpEseService.cpp | 55 const char* SEterminal = "eSEx"; in main() local 77 if ((ret) && (strncmp(SEterminal, terminalID, 3) == 0)) { in main() 119 if ((ret) && (strncmp(SEterminal, terminalID, 3) == 0)) { in main()
|
/hardware/nxp/secure_element/snxxx/1.2/ |
D | NxpEseService.cpp | 95 const char* SEterminal = "eSEx"; in main() local 121 if ((ret) && (strncmp(SEterminal, terminalID, 3) == 0)) { in main() 165 if ((ret) && (strncmp(SEterminal, terminalID, 3) == 0)) { in main()
|
/hardware/nxp/secure_element/snxxx/ese-clients/src/ |
D | eSEClient.cpp | 343 const char* SEterminal = "eSEx"; in performLSUpdate() local 351 if ((ret) && (strncmp(SEterminal, terminalID, 3) == 0)) { in performLSUpdate() 355 if ((ret) && (strncmp(SEterminal, terminalID, 3) == 0)) { in performLSUpdate()
|