| 494 | }; |
| 495 | |
| 496 | struct Surface |
| 497 | { |
| 498 | struct ApiTable |
| 499 | { |
| 500 | void *DisConnect; |
| 501 | }; |
| 502 | |
| 503 | inline static ApiTable Api; |
| 504 | }; |
| 505 | } // namespace libgui |
| 506 | } // namespace android::anative_window_creator::detail::apis |
| 507 |
nothing calls this directly
no outgoing calls
no test coverage detected