MCPcopy Create free account
hub / github.com/Bzi-Han/AndroidSurfaceImgui / SurfaceComposerClient

Class SurfaceComposerClient

modules/ANativeWindowCreator.h:438–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected