| 436 | }; |
| 437 | |
| 438 | struct SurfaceComposerClient |
| 439 | { |
| 440 | struct Transaction; |
| 441 | |
| 442 | struct ApiTable |
| 443 | { |
| 444 | void *Constructor; |
| 445 | void *CreateSurface; |
| 446 | void *MirrorSurface; |
| 447 | void *GetInternalDisplayToken; |
| 448 | void *GetBuiltInDisplay; |
| 449 | void *GetDisplayState; |
| 450 | void *GetDisplayInfo; |
| 451 | void *GetPhysicalDisplayIds; |
| 452 | void *GetPhysicalDisplayToken; |
| 453 | |
| 454 | void *OpenGlobalTransaction; |
| 455 | void *CloseGlobalTransaction; |
| 456 | }; |
| 457 | |
| 458 | inline static ApiTable Api; |
| 459 | }; |
| 460 | |
| 461 | struct SurfaceComposerClient::Transaction |
| 462 | { |
nothing calls this directly
no outgoing calls
no test coverage detected