Lines Matching refs:g_example
111 static ExampleService g_example = {
128 SAMGR_GetInstance()->RegisterService((Service *)&g_example);
129 SAMGR_GetInstance()->RegisterDefaultFeatureApi(EXAMPLE_SERVICE, GET_IUNKNOWN(g_example));
171 g_example.identity.queueId = NULL;
172 g_example.identity.featureId = -1;
173 g_example.identity.serviceId = -1;
190 AsyncTimeCall(GET_IUNKNOWN(g_example));
201 static DemoFeature g_example = {
220 SAMGR_GetInstance()->RegisterFeature(EXAMPLE_SERVICE, (Feature *)&g_example);
221 …SAMGR_GetInstance()->RegisterFeatureApi(EXAMPLE_SERVICE, EXAMPLE_FEATURE, GET_IUNKNOWN(g_example));
326 static DemoFeature g_example = {
379 …SAMGR_GetInstance()->RegisterFeatureApi(EXAMPLE_SERVICE, EXAMPLE_FEATURE, GET_IUNKNOWN(g_example));