Searched refs:sContext (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
D | ThermalManager.java | 45 private static Context sContext; field in ThermalManager 497 sContext = context; in setContext() 773 if (sQueryProfileIntent != null && sContext != null) { in sendQueryProfileIntent() 777 sContext.sendStickyBroadcastAsUser(sQueryProfileIntent, UserHandle.ALL); in sendQueryProfileIntent()
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
D | delegation_client.c | 1185 TEEC_Context sContext; in delegation_main() local 1384 &sContext); /* TEEC_Context* context */ in delegation_main() 1393 if(createSession(&sContext, &sSession, &sOperation) == 0) in delegation_main() 1396 runSession(&sContext, &sSession, &sOperation); in delegation_main() 1398 TEEC_FinalizeContext(&sContext); in delegation_main()
|
/hardware/ti/omap4-aah/security/tf_daemon/ |
D | delegation_client.c | 1351 TEEC_Context sContext; in delegation_main() local 1550 &sContext); /* TEEC_Context* context */ in delegation_main() 1559 if(createSession(&sContext, &sSession, &sOperation) == 0) in delegation_main() 1562 runSession(&sContext, &sSession, &sOperation); in delegation_main() 1564 TEEC_FinalizeContext(&sContext); in delegation_main()
|
/hardware/ti/omap4xxx/security/tee_client_api/ |
D | tee_client_api_linux_driver.c | 355 TEEC_Context* sContext, in TEEC_GetTimeLimit() argument 360 VAR_NOT_USED(sContext); in TEEC_GetTimeLimit() 362 TRACE_INFO("TEEC_GetTimeLimit(0x%X, %u ms)", sContext, nTimeout); in TEEC_GetTimeLimit()
|
/hardware/ti/omap4-aah/security/tee_client_api/ |
D | tee_client_api_linux_driver.c | 363 TEEC_Context* sContext, in TEEC_GetTimeLimit() argument 368 VAR_NOT_USED(sContext); in TEEC_GetTimeLimit() 370 TRACE_INFO("TEEC_GetTimeLimit(0x%X, %u ms)", sContext, nTimeout); in TEEC_GetTimeLimit()
|