Searched refs:SEterminal (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/nxp/secure_element/snxxx/1.0/ |
H A 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()
|
/aosp12/hardware/nxp/secure_element/snxxx/1.1/ |
H A D | NxpEseService.cpp | 52 const char* SEterminal = "eSEx"; in main() local 71 if ((ret) && (strncmp(SEterminal, terminalID, 3) == 0)) { in main() 108 if ((ret) && (strncmp(SEterminal, terminalID, 3) == 0)) { in main()
|
/aosp12/hardware/nxp/secure_element/snxxx/1.2/ |
H A D | NxpEseService.cpp | 54 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()
|
/aosp12/hardware/nxp/secure_element/snxxx/ese-clients/src/ |
H A D | eSEClient.cpp | 323 const char* SEterminal = "eSEx"; in performLSUpdate() local 331 if ((ret) && (strncmp(SEterminal, terminalID, 3) == 0)) { in performLSUpdate() 335 if ((ret) && (strncmp(SEterminal, terminalID, 3) == 0)) { in performLSUpdate()
|