| 425 | namespace libgui |
| 426 | { |
| 427 | struct LayerMetadata |
| 428 | { |
| 429 | struct ApiTable |
| 430 | { |
| 431 | void *Constructor; |
| 432 | void *SetInt32; |
| 433 | }; |
| 434 | |
| 435 | inline static ApiTable Api; |
| 436 | }; |
| 437 | |
| 438 | struct SurfaceComposerClient |
| 439 | { |
nothing calls this directly
no outgoing calls
no test coverage detected