Searched refs:sContext (Results 1 – 2 of 2) sorted by relevance
234 TEEC_ContextInner *sContext = NULL; in FindBnContext() local247 sContext = tmp; in FindBnContext()252 return sContext; in FindBnContext()257 TEEC_ContextInner *sContext = NULL; in GetBnContext() local264 sContext = FindBnContext(context); in GetBnContext()265 if (sContext != NULL) { in GetBnContext()266 AtomInc(&sContext->ops_cnt); in GetBnContext()269 return sContext; in GetBnContext()296 sContext = FindBnContext(context); in FindAndRemoveBnContext()297 if (sContext != NULL) { in FindAndRemoveBnContext()[all …]
798 auto sContext = std::make_shared<RSContext>(); variable799 node->context_ = sContext;836 auto sContext = std::make_shared<RSContext>(); variable837 node->context_ = sContext;1164 auto sContext = std::make_shared<RSContext>(); variable1165 context = sContext;