Searched refs:SurfaceChanges (Results 1 – 3 of 3) sorted by relevance
50 typedef google::protobuf::RepeatedPtrField<SurfaceChange> SurfaceChanges; typedef80 status_t doSurfaceTransaction(const SurfaceChanges& surfaceChange);
154 **SurfaceChanges** and **DisplayChanges**156 - **SurfaceChanges** contain an id of the surface being manipulated and can be changes such as
361 status_t Replayer::doSurfaceTransaction(const SurfaceChanges& surfaceChanges) { in doSurfaceTransaction()