You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
src/api-impl-jni/util.c: add caching for SurfaceHolder; add gdb helper functions
This commit is contained in:
@@ -61,6 +61,10 @@ struct handle_cache {
|
||||
jclass class;
|
||||
jmethodID onInputQueueCreated;
|
||||
} input_queue_callback;
|
||||
struct {
|
||||
jclass class;
|
||||
jmethodID surfaceCreated;
|
||||
} surface_holder_callback;
|
||||
struct {
|
||||
jclass class;
|
||||
jmethodID setLayoutParams;
|
||||
|
||||
Reference in New Issue
Block a user