Searched refs:MAX_CHANNEL_NUM (Results 1 – 7 of 7) sorted by relevance
43 static const uint16_t MAX_CHANNEL_NUM = 4; variable47 bool g_openedChannels[MAX_CHANNEL_NUM] = {false, false, false, false};144 if ((ret == SECURE_ELEMENT_CA_RET_OK) && (channelCreated < MAX_CHANNEL_NUM - 1) && in openLogicalChannel()218 if (channelNumber < MAX_CHANNEL_NUM - 1 && g_openedChannels[channelNumber]) { in closeChannel()292 for (size_t i = 0; i < MAX_CHANNEL_NUM; i++) { in OnRemoteDied()
41 static const uint16_t MAX_CHANNEL_NUM = 4; variable44 bool g_openedChannels[MAX_CHANNEL_NUM] = {false, false, false, false};271 channelCreated < MAX_CHANNEL_NUM - 1 && !g_openedChannels[channelCreated]) { in openLogicalChannel()333 if (channelNumber < MAX_CHANNEL_NUM - 1 && g_openedChannels[channelNumber]) { in closeChannel()376 for (size_t i = 0; i < MAX_CHANNEL_NUM; i++) { in OnRemoteDied()
29 #define MAX_CHANNEL_NUM 14 macro
29 const int MAX_CHANNEL_NUM = 2; variable72 for (int ch = 0; ch < MAX_CHANNEL_NUM; ch++) { in Init()
68 if (baseFeature == NULL || freqs == NULL || size < MAX_CHANNEL_NUM || num == NULL || band < 0) { in GetValidFreqsWithBandInner()
213 #define MAX_CHANNEL_NUM 14 macro
1121 int32_t freqs[MAX_CHANNEL_NUM] = {0};1122 uint32_t size = MAX_CHANNEL_NUM;1163 int32_t freqs[MAX_CHANNEL_NUM] = {0};1164 uint32_t size = MAX_CHANNEL_NUM;