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

  /hardware/nxp/secure_element/libese-spi/p73/spm/
phNxpEse_Spm.cpp 55 * Returns On Success ESESTATUS_SUCCESS else proper error code
59 ESESTATUS status = ESESTATUS_SUCCESS;
75 * Returns Always returns ESESTATUS_SUCCESS
80 return ESESTATUS_SUCCESS;
91 * Returns On Success ESESTATUS_SUCCESS else proper error code
96 ESESTATUS wSpmStatus = ESESTATUS_SUCCESS;
112 if (wSpmStatus != ESESTATUS_SUCCESS) {
133 if (wSpmStatus != ESESTATUS_SUCCESS) {
153 if (wSpmStatus != ESESTATUS_SUCCESS) {
186 * Returns On Success ESESTATUS_SUCCESS else proper error cod
    [all...]
  /hardware/nxp/secure_element/libese-spi/p73/lib/
phNxpEse_Api.cpp 162 ESESTATUS wConfigStatus = ESESTATUS_SUCCESS;
167 ESESTATUS wSpmStatus = ESESTATUS_SUCCESS;
218 if (wConfigStatus != ESESTATUS_SUCCESS) {
228 if (wSpmStatus != ESESTATUS_SUCCESS) {
234 if (wSpmStatus != ESESTATUS_SUCCESS) {
241 if (wConfigStatus != ESESTATUS_SUCCESS) {
249 if (wSpmStatus != ESESTATUS_SUCCESS) {
276 if (wConfigStatus != ESESTATUS_SUCCESS) {
283 if (wSpmStatus != ESESTATUS_SUCCESS) {
305 if (wSpmStatus != ESESTATUS_SUCCESS) {
    [all...]
phNxpEseDataMgr.cpp 35 * Returns On Success ESESTATUS_SUCCESS else proper error code
52 if (ESESTATUS_SUCCESS != phNxpEse_GetDataFromList(&total_data_len, pbuff)) {
71 return ESESTATUS_SUCCESS;
78 * Returns On Success ESESTATUS_SUCCESS else proper error code
100 return ESESTATUS_SUCCESS;
108 * Returns On Success ESESTATUS_SUCCESS else proper error code
128 return ESESTATUS_SUCCESS;
136 * Returns On Success ESESTATUS_SUCCESS else proper error code
140 ESESTATUS status = ESESTATUS_SUCCESS;
phNxpEseProto7816_3.cpp 67 if (ESESTATUS_SUCCESS != status) {
90 if (ESESTATUS_SUCCESS != status) {
126 ESESTATUS status = ESESTATUS_SUCCESS;
356 return ESESTATUS_SUCCESS;
404 return ESESTATUS_SUCCESS;
422 if (ESESTATUS_SUCCESS != phNxpEse_StoreDatainList(data_len, p_data)) {
425 status = ESESTATUS_SUCCESS;
442 return ESESTATUS_SUCCESS;
469 return ESESTATUS_SUCCESS;
566 ESESTATUS status = ESESTATUS_SUCCESS;
    [all...]
  /hardware/nxp/nfc/halimpl/common/
phEseStatus.h 39 * The macro is not required for the ESESTATUS_SUCCESS value.
47 (((phEseStatus) == (ESESTATUS_SUCCESS)) \
48 ? (ESESTATUS_SUCCESS) \
73 #define ESESTATUS_SUCCESS (0x0000)
78 #define ESESTATUS_OK (ESESTATUS_SUCCESS)
  /hardware/nxp/secure_element/1.0/
SecureElement.cpp 43 ESESTATUS status = ESESTATUS_SUCCESS;
59 if (status != ESESTATUS_SUCCESS) {
105 if (status != ESESTATUS_SUCCESS) {
128 if (status != ESESTATUS_SUCCESS) {
150 if (status != ESESTATUS_SUCCESS) {
202 if (status != ESESTATUS_SUCCESS) {
249 if (status != ESESTATUS_SUCCESS) {
278 if (status != ESESTATUS_SUCCESS) {
349 if (status != ESESTATUS_SUCCESS) {
389 ESESTATUS status = ESESTATUS_SUCCESS;
    [all...]
  /hardware/nxp/secure_element/libese-spi/p73/common/
phEseStatus.h 39 * The macro is not required for the ESESTATUS_SUCCESS value.
47 (((phEseStatus) == (ESESTATUS_SUCCESS)) \
48 ? (ESESTATUS_SUCCESS) \
59 ESESTATUS_SUCCESS = (0x0000),
  /hardware/nxp/secure_element/libese-spi/p73/pal/spi/
phNxpEsePal_spi.cpp 107 return ESESTATUS_SUCCESS;
120 ** ESESTATUS_SUCCESS - open_and_configure operation
184 return ESESTATUS_SUCCESS;
316 ret = ESESTATUS_SUCCESS;
321 ret = ESESTATUS_SUCCESS;
326 ret = ESESTATUS_SUCCESS;
331 ret = ESESTATUS_SUCCESS;
  /hardware/nxp/secure_element/ls_client/src/
LsClient.cpp 156 if (status == ESESTATUS_SUCCESS) {
158 if (status == ESESTATUS_SUCCESS) {
LsLib.cpp 159 if (eseStat != ESESTATUS_SUCCESS && (rspApdu.len < 0x03)) {
234 if (eseStat != ESESTATUS_SUCCESS && (rspApdu.len == 0x00)) {
324 if ((eseStat != ESESTATUS_SUCCESS) && (rspApdu.len == 0x00)) {
810 if (eseStat != ESESTATUS_SUCCESS) {
878 if (eseStat != ESESTATUS_SUCCESS) {
    [all...]

Completed in 69 milliseconds