Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/aidl/
DSecureElement.h105 bool mHasPriorityAccess = false; member
DSecureElement.cpp159 mHasPriorityAccess = phNxpEse_isPriorityAccessEnabled(); in init()
962 if (mHasPriorityAccess && !isWeaverApplet(aid) && aid != araAid) { in getReserveChannelCnt()
980 cnt = (mHasPriorityAccess ? NUM_OF_CH5 : NUM_OF_CH4); in getMaxChannelCnt()
/hardware/nxp/secure_element/snxxx/1.2/
DSecureElement.h127 bool mHasPriorityAccess = false; member
DSecureElement.cpp139 mHasPriorityAccess = phNxpEse_isPriorityAccessEnabled(); in init()
251 mHasPriorityAccess = phNxpEse_isPriorityAccessEnabled(); in init_1_1()
1052 if (mHasPriorityAccess && aid != weaverAid && aid != araAid) { in getReserveChannelCnt()
1070 cnt = (mHasPriorityAccess ? NUM_OF_CH5 : NUM_OF_CH4); in getMaxChannelCnt()