Home
last modified time | relevance | path

Searched refs:engine_handle_cmd (Results 1 – 13 of 13) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c182 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd() function
239 state->onAppCmd = engine_handle_cmd; in android_main()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c182 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd() function
239 state->onAppCmd = engine_handle_cmd; in android_main()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c182 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd() function
239 state->onAppCmd = engine_handle_cmd; in android_main()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c182 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd() function
239 state->onAppCmd = engine_handle_cmd; in android_main()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c182 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd() function
239 state->onAppCmd = engine_handle_cmd; in android_main()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c182 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd() function
239 state->onAppCmd = engine_handle_cmd; in android_main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c182 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd() function
239 state->onAppCmd = engine_handle_cmd; in android_main()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c182 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd() function
239 state->onAppCmd = engine_handle_cmd; in android_main()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c182 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd() function
239 state->onAppCmd = engine_handle_cmd; in android_main()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c182 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd() function
239 state->onAppCmd = engine_handle_cmd; in android_main()
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/android/
H A Dgodot_android.cpp538 static void engine_handle_cmd(struct android_app *app, int32_t cmd) { in engine_handle_cmd() function
742 state->onAppCmd = engine_handle_cmd; in android_main()
/dports/devel/godot2/godot-2.1.6-stable/platform/android/
H A Dgodot_android.cpp538 static void engine_handle_cmd(struct android_app *app, int32_t cmd) { in engine_handle_cmd() function
742 state->onAppCmd = engine_handle_cmd; in android_main()
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/display/device/
H A Ddisplay_android.cpp329 static void engine_handle_cmd(struct android_app* app, int32_t cmd) { in engine_handle_cmd() function
915 app->onAppCmd = pangolin::engine_handle_cmd; in DeferredNativeActivity_onCreate()