Home
last modified time | relevance | path

Searched refs:getReserveChannelCnt (Results 1 – 4 of 4) sorted by relevance

/hardware/nxp/secure_element/snxxx/aidl/
DSecureElement.h109 uint8_t getReserveChannelCnt(const std::vector<uint8_t>& aid);
DSecureElement.cpp340 mMaxChannelCount - getReserveChannelCnt(aid) - 1; in openLogicalChannel()
957 uint8_t SecureElement::getReserveChannelCnt(const std::vector<uint8_t>& aid) { in getReserveChannelCnt() function in aidl::android::hardware::secure_element::SecureElement
/hardware/nxp/secure_element/snxxx/1.2/
DSecureElement.h137 uint8_t getReserveChannelCnt(const hidl_vec<uint8_t>& aid);
DSecureElement.cpp421 mMaxChannelCount - getReserveChannelCnt(aid) - 1; in openLogicalChannel()
1045 uint8_t SecureElement::getReserveChannelCnt(const hidl_vec<uint8_t>& aid) { in getReserveChannelCnt() function in android::hardware::secure_element::V1_2::implementation::SecureElement