Lines Matching refs:SurfaceInterceptor
35 SurfaceInterceptor::~SurfaceInterceptor() = default;
39 SurfaceInterceptor::SurfaceInterceptor(SurfaceFlinger* flinger) in SurfaceInterceptor() function in android::impl::SurfaceInterceptor
44 void SurfaceInterceptor::enable(const SortedVector<sp<Layer>>& layers, in enable()
57 void SurfaceInterceptor::disable() { in disable()
70 bool SurfaceInterceptor::isEnabled() { in isEnabled()
74 void SurfaceInterceptor::saveExistingDisplaysLocked( in saveExistingDisplaysLocked()
85 void SurfaceInterceptor::saveExistingSurfacesLocked(const SortedVector<sp<Layer>>& layers) { in saveExistingSurfacesLocked()
95 void SurfaceInterceptor::addInitialSurfaceStateLocked(Increment* increment, in addInitialSurfaceStateLocked()
122 void SurfaceInterceptor::addInitialDisplayStateLocked(Increment* increment, in addInitialDisplayStateLocked()
136 status_t SurfaceInterceptor::writeProtoFileLocked() { in writeProtoFileLocked()
153 const sp<const Layer> SurfaceInterceptor::getLayer(const wp<const IBinder>& weakHandle) { in getLayer()
161 const std::string SurfaceInterceptor::getLayerName(const sp<const Layer>& layer) { in getLayerName()
165 int32_t SurfaceInterceptor::getLayerId(const sp<const Layer>& layer) { in getLayerId()
169 Increment* SurfaceInterceptor::createTraceIncrementLocked() { in createTraceIncrementLocked()
175 SurfaceChange* SurfaceInterceptor::createSurfaceChangeLocked(Transaction* transaction, in createSurfaceChangeLocked()
183 DisplayChange* SurfaceInterceptor::createDisplayChangeLocked(Transaction* transaction, in createDisplayChangeLocked()
191 void SurfaceInterceptor::setProtoRectLocked(Rectangle* protoRect, const Rect& rect) { in setProtoRectLocked()
198 void SurfaceInterceptor::addPositionLocked(Transaction* transaction, int32_t layerId, in addPositionLocked()
207 void SurfaceInterceptor::addDepthLocked(Transaction* transaction, int32_t layerId, in addDepthLocked()
215 void SurfaceInterceptor::addSizeLocked(Transaction* transaction, int32_t layerId, uint32_t w, in addSizeLocked()
224 void SurfaceInterceptor::addAlphaLocked(Transaction* transaction, int32_t layerId, in addAlphaLocked()
232 void SurfaceInterceptor::addMatrixLocked(Transaction* transaction, int32_t layerId, in addMatrixLocked()
243 void SurfaceInterceptor::addTransparentRegionLocked(Transaction* transaction, in addTransparentRegionLocked()
255 void SurfaceInterceptor::addFlagsLocked(Transaction* transaction, int32_t layerId, in addFlagsLocked()
276 void SurfaceInterceptor::addLayerStackLocked(Transaction* transaction, int32_t layerId, in addLayerStackLocked()
284 void SurfaceInterceptor::addCropLocked(Transaction* transaction, int32_t layerId, in addCropLocked()
293 void SurfaceInterceptor::addCornerRadiusLocked(Transaction* transaction, int32_t layerId, in addCornerRadiusLocked()
301 void SurfaceInterceptor::addDeferTransactionLocked(Transaction* transaction, int32_t layerId, in addDeferTransactionLocked()
315 void SurfaceInterceptor::addOverrideScalingModeLocked(Transaction* transaction, in addOverrideScalingModeLocked()
323 void SurfaceInterceptor::addSurfaceChangesLocked(Transaction* transaction, in addSurfaceChangesLocked()
385 void SurfaceInterceptor::addDisplayChangesLocked(Transaction* transaction, in addDisplayChangesLocked()
403 void SurfaceInterceptor::addTransactionLocked(Increment* increment, in addTransactionLocked()
423 void SurfaceInterceptor::addSurfaceCreationLocked(Increment* increment, in addSurfaceCreationLocked()
433 void SurfaceInterceptor::addSurfaceDeletionLocked(Increment* increment, in addSurfaceDeletionLocked()
440 void SurfaceInterceptor::addBufferUpdateLocked(Increment* increment, const sp<const Layer>& layer, in addBufferUpdateLocked()
450 void SurfaceInterceptor::addVSyncUpdateLocked(Increment* increment, nsecs_t timestamp) { in addVSyncUpdateLocked()
455 void SurfaceInterceptor::addDisplaySurfaceLocked(Transaction* transaction, int32_t sequenceId, in addDisplaySurfaceLocked()
475 void SurfaceInterceptor::addDisplayLayerStackLocked(Transaction* transaction, in addDisplayLayerStackLocked()
483 void SurfaceInterceptor::addDisplaySizeLocked(Transaction* transaction, int32_t sequenceId, in addDisplaySizeLocked()
492 void SurfaceInterceptor::addDisplayProjectionLocked(Transaction* transaction, in addDisplayProjectionLocked()
504 void SurfaceInterceptor::addDisplayCreationLocked(Increment* increment, in addDisplayCreationLocked()
516 void SurfaceInterceptor::addDisplayDeletionLocked(Increment* increment, int32_t sequenceId) { in addDisplayDeletionLocked()
521 void SurfaceInterceptor::addPowerModeUpdateLocked(Increment* increment, int32_t sequenceId, in addPowerModeUpdateLocked()
529 void SurfaceInterceptor::saveTransaction(const Vector<ComposerState>& stateUpdates, in saveTransaction()
542 void SurfaceInterceptor::saveSurfaceCreation(const sp<const Layer>& layer) { in saveSurfaceCreation()
551 void SurfaceInterceptor::saveSurfaceDeletion(const sp<const Layer>& layer) { in saveSurfaceDeletion()
560 void SurfaceInterceptor::saveBufferUpdate(const sp<const Layer>& layer, uint32_t width, in saveBufferUpdate()
571 void SurfaceInterceptor::saveVSyncEvent(nsecs_t timestamp) { in saveVSyncEvent()
579 void SurfaceInterceptor::saveDisplayCreation(const DisplayDeviceState& info) { in saveDisplayCreation()
588 void SurfaceInterceptor::saveDisplayDeletion(int32_t sequenceId) { in saveDisplayDeletion()
597 void SurfaceInterceptor::savePowerModeUpdate(int32_t sequenceId, int32_t mode) { in savePowerModeUpdate()