Searched refs:_emotion_init_count (Results 1 – 2 of 2) sorted by relevance
139 static int _emotion_init_count = 0; variable146 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()
9 static int _emotion_init_count = 0; variable1198 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()