Searched refs:sContext (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalManager.java45 private static Context sContext; field in class:ThermalManager
497 sContext = context;
773 if (sQueryProfileIntent != null && sContext != null) {
777 sContext.sendStickyBroadcastAsUser(sQueryProfileIntent, UserHandle.ALL);
/hardware/ti/omap4-aah/security/tf_daemon/
H A Ddelegation_client.c1351 TEEC_Context sContext; local
1550 &sContext); /* TEEC_Context* context */
1559 if(createSession(&sContext, &sSession, &sOperation) == 0)
1562 runSession(&sContext, &sSession, &sOperation);
1564 TEEC_FinalizeContext(&sContext);
/hardware/ti/omap4xxx/security/tf_daemon/
H A Ddelegation_client.c1185 TEEC_Context sContext; local
1384 &sContext); /* TEEC_Context* context */
1393 if(createSession(&sContext, &sSession, &sOperation) == 0)
1396 runSession(&sContext, &sSession, &sOperation);
1398 TEEC_FinalizeContext(&sContext);
/hardware/ti/omap4-aah/security/tee_client_api/
H A Dtee_client_api_linux_driver.c363 TEEC_Context* sContext,
368 VAR_NOT_USED(sContext);
370 TRACE_INFO("TEEC_GetTimeLimit(0x%X, %u ms)", sContext, nTimeout);
362 TEEC_GetTimeLimit( TEEC_Context* sContext, uint32_t nTimeout, TEEC_TimeLimit* sTimeLimit) argument
/hardware/ti/omap4xxx/security/tee_client_api/
H A Dtee_client_api_linux_driver.c355 TEEC_Context* sContext,
360 VAR_NOT_USED(sContext);
362 TRACE_INFO("TEEC_GetTimeLimit(0x%X, %u ms)", sContext, nTimeout);
354 TEEC_GetTimeLimit( TEEC_Context* sContext, uint32_t nTimeout, TEEC_TimeLimit* sTimeLimit) argument

Completed in 171 milliseconds