Lines Matching defs:api
649 struct ANativeWindow* window __UNUSED, int api __UNUSED) __deprecated;
652 struct ANativeWindow* window __UNUSED, int api __UNUSED) {
658 struct ANativeWindow* window __UNUSED, int api __UNUSED) __deprecated;
661 struct ANativeWindow* window __UNUSED, int api __UNUSED) {
898 * native_window_api_connect(..., int api)
904 struct ANativeWindow* window, int api)
906 return window->perform(window, NATIVE_WINDOW_API_CONNECT, api);
910 * native_window_api_disconnect(..., int api)
916 struct ANativeWindow* window, int api)
918 return window->perform(window, NATIVE_WINDOW_API_DISCONNECT, api);