Sign in
android
/
platform
/
frameworks
/
wilhelm
/
refs/heads/android13-qpr3-c-s11-release
/
.
/
tests
/
sandbox
/
nativewindow.h
blob: 24c9399922cdfc16729ce9766f308aabfa6f62b1 [
file
] [
log
] [
blame
] [
edit
]
#include
<android/native_window_jni.h>
#ifdef
__cplusplus
extern
"C"
{
#endif
extern
ANativeWindow
*
getNativeWindow
();
extern
void
disposeNativeWindow
();
#ifdef
__cplusplus
}
#endif