Lines Matching refs:g_example
170 static ExampleService g_example = {
187 SAMGR_GetInstance()->RegisterService((Service *)&g_example);
188 SAMGR_GetInstance()->RegisterDefaultFeatureApi(EXAMPLE_SERVICE, GET_IUNKNOWN(g_example));
230 g_example.identity.queueId = NULL;
231 g_example.identity.featureId = -1;
232 g_example.identity.serviceId = -1;
249 AsyncTimeCall(GET_IUNKNOWN(g_example));
260 static DemoFeature g_example = {
279 SAMGR_GetInstance()->RegisterFeature(EXAMPLE_SERVICE, (Feature *)&g_example);
280 …SAMGR_GetInstance()->RegisterFeatureApi(EXAMPLE_SERVICE, EXAMPLE_FEATURE, GET_IUNKNOWN(g_example));
385 static DemoFeature g_example = {
438 …SAMGR_GetInstance()->RegisterFeatureApi(EXAMPLE_SERVICE, EXAMPLE_FEATURE, GET_IUNKNOWN(g_example));