HomeSort by relevance Sort by last modified time
    Searched refs:current_spm_state (Results 1 - 2 of 2) sorted by null

  /hardware/nxp/secure_element/libese-spi/p73/spm/
phNxpEse_Spm.cpp 97 spm_state_t current_spm_state = SPM_STATE_INVALID; local
111 wSpmStatus = phNxpEse_SPM_GetState(&current_spm_state);
116 if (current_spm_state & SPM_STATE_DWNLD) {
132 wSpmStatus = phNxpEse_SPM_GetState(&current_spm_state);
137 if (current_spm_state & SPM_STATE_DWNLD) {
152 wSpmStatus = phNxpEse_SPM_GetState(&current_spm_state);
157 if (current_spm_state & SPM_STATE_DWNLD) {
192 spm_state_t current_spm_state = SPM_STATE_INVALID; local
199 wSpmStatus = phNxpEse_SPM_GetState(&current_spm_state);
204 if (current_spm_state == SPM_STATE_DWNLD)
    [all...]
  /hardware/nxp/secure_element/libese-spi/p73/lib/
phNxpEse_Api.cpp 168 spm_state_t current_spm_state = SPM_STATE_INVALID; local
248 wSpmStatus = phNxpEse_SPM_GetState(&current_spm_state);
254 if ((current_spm_state & SPM_STATE_SPI) |
255 (current_spm_state & SPM_STATE_SPI_PRIO)) {
263 if (current_spm_state & SPM_STATE_JCOP_DWNLD) {
352 spm_state_t current_spm_state = SPM_STATE_INVALID; local
409 wSpmStatus = phNxpEse_SPM_GetState(&current_spm_state);
415 if ((current_spm_state & SPM_STATE_SPI) |
416 (current_spm_state & SPM_STATE_SPI_PRIO)) {
423 if (current_spm_state & SPM_STATE_JCOP_DWNLD)
554 spm_state_t current_spm_state = SPM_STATE_INVALID; local
1194 spm_state_t current_spm_state = SPM_STATE_INVALID; local
    [all...]

Completed in 66 milliseconds