Searched refs:onNativeWindowDestroyed (Results 1 – 4 of 4) sorted by relevance
41 GuestAddr onNativeWindowDestroyed; member
204 void (*onNativeWindowDestroyed)(ANativeActivity* activity, ANativeWindow* window); member
572 if (oldNativeWindow != NULL && code->callbacks.onNativeWindowDestroyed != NULL) { in onSurfaceChanged_native()573 code->callbacks.onNativeWindowDestroyed(code, in onSurfaceChanged_native()625 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowDestroyed != NULL) { in onSurfaceDestroyed_native()626 code->callbacks.onNativeWindowDestroyed(code, in onSurfaceDestroyed_native()
175 GuestAddr func = GetGuestCallbacks(guest_activity)->onNativeWindowDestroyed; in Wrap_OnNativeWindowDestroyed()255 callbacks->onNativeWindowDestroyed = Wrap_OnNativeWindowDestroyed; in WrapNativeActivityCallbacks()