Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/lib/emotion/
H A Demotion_main.c139 static int _emotion_init_count = 0; variable
146 if (_emotion_init_count > 0) in emotion_init()
148 _emotion_init_count++; in emotion_init()
179 _emotion_init_count = 1; in emotion_init()
220 if (_emotion_init_count <= 0) in emotion_shutdown()
225 if (--_emotion_init_count) return EINA_TRUE; in emotion_shutdown()
/dports/devel/efl/efl-1.25.1/src/modules/emotion/gstreamer1/
H A Demotion_gstreamer.c9 static int _emotion_init_count = 0; variable
1198 if (_emotion_init_count > 0) in gstreamer_module_init()
1242 _emotion_init_count = 1; in gstreamer_module_init()
1260 if (_emotion_init_count > 1) in gstreamer_module_shutdown()
1262 _emotion_init_count--; in gstreamer_module_shutdown()
1265 else if (_emotion_init_count == 0) in gstreamer_module_shutdown()
1270 _emotion_init_count = 0; in gstreamer_module_shutdown()