Home
last modified time | relevance | path

Searched refs:g_openedChannelCount (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/secure_element/vendor_adaptor/
H A Dse_vendor_adaptions.cpp46 uint16_t g_openedChannelCount = 0; member
71 g_openedChannelCount = 0; in init()
131 if (g_openedChannelCount == 0) { in openLogicalChannel()
132 HDF_LOGI("openLogicalChannel: g_openedChannelCount = %{public}d, Uninit", g_openedChannelCount); in openLogicalChannel()
142 g_openedChannelCount++; in openLogicalChannel()
151 channelNumber, g_openedChannelCount); in openLogicalChannel()
177 if (g_openedChannelCount == 0) { in openBasicChannel()
178 HDF_LOGI("openBasicChannel failed: g_openedChannelCount = %{public}d, Uninit", g_openedChannelCount); in openBasicChannel()
[all...]
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.cpp44 uint16_t g_openedChannelCount = 0; member
208 g_openedChannelCount = 0; in init()
263 if (g_openedChannelCount == 0) { in openLogicalChannel()
264 HDF_LOGI("openLogicalChannel: g_openedChannelCount = %{public}d, Uninit", g_openedChannelCount); in openLogicalChannel()
279 g_openedChannelCount++; in openLogicalChannel()
306 if (g_openedChannelCount == 0) { in openBasicChannel()
307 HDF_LOGI("openBasicChannel failed: g_openedChannelCount = %{public}d, Uninit", g_openedChannelCount); in openBasicChannel()
320 g_openedChannelCount in openBasicChannel()
[all...]

Completed in 2 milliseconds