Home
last modified time | relevance | path

Searched refs:OS_VERSION_6_2 (Results 1 – 10 of 10) sorted by relevance

/hardware/nxp/secure_element/snxxx/libese-spi/common/include/
DphNxpEseFeatures.h40 OS_VERSION_6_2 = 5, enumerator
/hardware/nxp/secure_element/snxxx/1.2/
DVirtualISO.cpp113 mMaxChannelCount = (GET_CHIP_OS_VERSION() > OS_VERSION_6_2) ? 0x0C : 0x04; in init()
170 mMaxChannelCount = (GET_CHIP_OS_VERSION() > OS_VERSION_6_2) ? 0x0C : 0x04; in init_1_1()
242 if (GET_CHIP_OS_VERSION() <= OS_VERSION_6_2) { in openLogicalChannel()
268 mMaxChannelCount = (GET_CHIP_OS_VERSION() > OS_VERSION_6_2) ? 0x0C : 0x04; in openLogicalChannel()
447 mMaxChannelCount = (GET_CHIP_OS_VERSION() > OS_VERSION_6_2) ? 0x0C : 0x04; in openBasicChannel()
709 (GET_CHIP_OS_VERSION() > OS_VERSION_6_2) ? 0x0C : 0x04; in reset()
DSecureElement.cpp436 if ((GET_CHIP_OS_VERSION() < OS_VERSION_6_2) && in openLogicalChannel()
1067 if (GET_CHIP_OS_VERSION() < OS_VERSION_6_2) in getMaxChannelCnt()
1069 else if (GET_CHIP_OS_VERSION() == OS_VERSION_6_2) in getMaxChannelCnt()
/hardware/nxp/secure_element/snxxx/aidl/
DVirtualISO.cpp102 mMaxChannelCount = (GET_CHIP_OS_VERSION() > OS_VERSION_6_2) ? 0x0C : 0x04; in init()
180 if (GET_CHIP_OS_VERSION() <= OS_VERSION_6_2) { in openLogicalChannel()
206 mMaxChannelCount = (GET_CHIP_OS_VERSION() > OS_VERSION_6_2) ? 0x0C : 0x04; in openLogicalChannel()
386 mMaxChannelCount = (GET_CHIP_OS_VERSION() > OS_VERSION_6_2) ? 0x0C : 0x04; in openBasicChannel()
650 (GET_CHIP_OS_VERSION() > OS_VERSION_6_2) ? 0x0C : 0x04; in reset()
DSecureElement.cpp181 if ((GET_CHIP_OS_VERSION() < OS_VERSION_6_2) && in getAtr()
977 if (GET_CHIP_OS_VERSION() < OS_VERSION_6_2) in getMaxChannelCnt()
979 else if (GET_CHIP_OS_VERSION() == OS_VERSION_6_2) in getMaxChannelCnt()
/hardware/nxp/secure_element/snxxx/1.1/
DVirtualISO.cpp108 mMaxChannelCount = (GET_CHIP_OS_VERSION() >= OS_VERSION_6_2) ? 0x0C : 0x04; in init()
165 mMaxChannelCount = (GET_CHIP_OS_VERSION() >= OS_VERSION_6_2) ? 0x0C : 0x04; in init_1_1()
DSecureElement.cpp124 mMaxChannelCount = (GET_CHIP_OS_VERSION() >= OS_VERSION_6_2) ? 0x0C : 0x04; in init()
192 mMaxChannelCount = (GET_CHIP_OS_VERSION() >= OS_VERSION_6_2) ? 0x0C : 0x04; in init_1_1()
/hardware/nxp/secure_element/snxxx/1.0/
DVirtualISO.cpp98 mMaxChannelCount = (GET_CHIP_OS_VERSION() >= OS_VERSION_6_2) ? 0x0C : 0x04; in init()
DSecureElement.cpp101 mMaxChannelCount = (GET_CHIP_OS_VERSION() >= OS_VERSION_6_2) ? 0x0C : 0x04; in init()
/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
DphNxpEseProto7816_3.cpp921 phNxpEse_setOsVersion(OS_VERSION_6_2); in phNxpEseProto7816_DecodeSFrameATRData()