Home
last modified time | relevance | path

Searched refs:sContext (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c234 TEEC_ContextInner *sContext = NULL; in FindBnContext() local
247 sContext = tmp; in FindBnContext()
252 return sContext; in FindBnContext()
257 TEEC_ContextInner *sContext = NULL; in GetBnContext() local
264 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 …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test.cpp798 auto sContext = std::make_shared<RSContext>(); variable
799 node->context_ = sContext;
836 auto sContext = std::make_shared<RSContext>(); variable
837 node->context_ = sContext;
1164 auto sContext = std::make_shared<RSContext>(); variable
1165 context = sContext;