Home
last modified time | relevance | path

Searched refs:_stop_video (Results 1 – 14 of 14) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/platform/android/
H A Djava_godot_io_wrapper.cpp63 _stop_video = p_env->GetMethodID(cls, "stopVideo", "()V"); in GodotIOJavaWrapper()
191 if (_stop_video) { in stop_video()
193 env->CallVoidMethod(godot_io_instance, _stop_video); in stop_video()
H A Djava_godot_io_wrapper.h61 jmethodID _stop_video = 0; variable
/dports/devel/godot-tools/godot-3.2.3-stable/platform/android/
H A Djava_godot_io_wrapper.cpp63 _stop_video = p_env->GetMethodID(cls, "stopVideo", "()V"); in GodotIOJavaWrapper()
191 if (_stop_video) { in stop_video()
193 env->CallVoidMethod(godot_io_instance, _stop_video); in stop_video()
H A Djava_godot_io_wrapper.h61 jmethodID _stop_video = 0; variable
/dports/devel/godot/godot-3.2.3-stable/platform/iphone/
H A Dos_iphone.cpp557 extern void _stop_video();
605 _stop_video(); in native_video_stop()
H A Dgl_view.mm67 void _stop_video(); function
186 void _stop_video() { function
705 _stop_video();
734 _stop_video();
/dports/devel/godot-tools/godot-3.2.3-stable/platform/iphone/
H A Dos_iphone.cpp557 extern void _stop_video();
605 _stop_video(); in native_video_stop()
H A Dgl_view.mm67 void _stop_video(); function
186 void _stop_video() { function
705 _stop_video();
734 _stop_video();
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/iphone/
H A Dgl_view.mm65 void _stop_video(); function
170 void _stop_video() { function
648 _stop_video();
677 _stop_video();
H A Dos_iphone.cpp517 extern void _stop_video();
565 _stop_video(); in native_video_stop()
/dports/devel/godot2/godot-2.1.6-stable/platform/iphone/
H A Dgl_view.mm65 void _stop_video(); function
170 void _stop_video() { function
648 _stop_video();
677 _stop_video();
H A Dos_iphone.cpp517 extern void _stop_video();
565 _stop_video(); in native_video_stop()
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/android/
H A Djava_glue.cpp754 static void _stop_video() { in _stop_video() function
860 …que_id, _get_system_dir, _play_video, _is_video_playing, _pause_video, _stop_video, _set_keep_scre… in Java_org_godotengine_godot_GodotLib_initialize()
/dports/devel/godot2/godot-2.1.6-stable/platform/android/
H A Djava_glue.cpp754 static void _stop_video() { in _stop_video() function
860 …que_id, _get_system_dir, _play_video, _is_video_playing, _pause_video, _stop_video, _set_keep_scre… in Java_org_godotengine_godot_GodotLib_initialize()