Searched defs:ANativeWindow (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/android/
H A Dnative_window.h47 struct ANativeWindow;
49 * {@link ANativeWindow} is opaque type that provides access to a native window.
53 typedef struct ANativeWindow ANativeWindow; typedef in typeref:struct:ANativeWindow
56 * {@link ANativeWindow} is a struct that represents a windows buffer.
82 * Acquire a reference on the given ANativeWindow object. This prevents the object
85 void ANativeWindow_acquire(ANativeWindow* window);
90 void ANativeWindow_release(ANativeWindow* window);
96 int32_t ANativeWindow_getWidth(ANativeWindow* window);
102 int32_t ANativeWindow_getHeight(ANativeWindow* windo
[all...]

Completed in 115 milliseconds