xref: /aosp_15_r20/frameworks/wilhelm/tests/sandbox/nativewindow.h (revision bebae9c0e76121f8312ccb50385c080b3a0b023c)
1*bebae9c0SAndroid Build Coastguard Worker #include <android/native_window_jni.h>
2*bebae9c0SAndroid Build Coastguard Worker 
3*bebae9c0SAndroid Build Coastguard Worker #ifdef __cplusplus
4*bebae9c0SAndroid Build Coastguard Worker extern "C" {
5*bebae9c0SAndroid Build Coastguard Worker #endif
6*bebae9c0SAndroid Build Coastguard Worker 
7*bebae9c0SAndroid Build Coastguard Worker extern ANativeWindow *getNativeWindow();
8*bebae9c0SAndroid Build Coastguard Worker extern void disposeNativeWindow();
9*bebae9c0SAndroid Build Coastguard Worker 
10*bebae9c0SAndroid Build Coastguard Worker #ifdef __cplusplus
11*bebae9c0SAndroid Build Coastguard Worker }
12*bebae9c0SAndroid Build Coastguard Worker #endif
13