Lines Matching refs:SurfaceInterceptor
34 SurfaceInterceptor::~SurfaceInterceptor() = default;
38 SurfaceInterceptor::SurfaceInterceptor(SurfaceFlinger* flinger) in SurfaceInterceptor() function in android::impl::SurfaceInterceptor
43 void SurfaceInterceptor::enable(const SortedVector<sp<Layer>>& layers, in enable()
56 void SurfaceInterceptor::disable() { in disable()
69 bool SurfaceInterceptor::isEnabled() { in isEnabled()
73 void SurfaceInterceptor::saveExistingDisplaysLocked( in saveExistingDisplaysLocked()
84 void SurfaceInterceptor::saveExistingSurfacesLocked(const SortedVector<sp<Layer>>& layers) { in saveExistingSurfacesLocked()
94 void SurfaceInterceptor::addInitialSurfaceStateLocked(Increment* increment, in addInitialSurfaceStateLocked()
118 void SurfaceInterceptor::addInitialDisplayStateLocked(Increment* increment, in addInitialDisplayStateLocked()
132 status_t SurfaceInterceptor::writeProtoFileLocked() { in writeProtoFileLocked()
149 const sp<const Layer> SurfaceInterceptor::getLayer(const wp<const IBinder>& weakHandle) { in getLayer()
157 const std::string SurfaceInterceptor::getLayerName(const sp<const Layer>& layer) { in getLayerName()
161 int32_t SurfaceInterceptor::getLayerId(const sp<const Layer>& layer) { in getLayerId()
165 Increment* SurfaceInterceptor::createTraceIncrementLocked() { in createTraceIncrementLocked()
171 SurfaceChange* SurfaceInterceptor::createSurfaceChangeLocked(Transaction* transaction, in createSurfaceChangeLocked()
179 DisplayChange* SurfaceInterceptor::createDisplayChangeLocked(Transaction* transaction, in createDisplayChangeLocked()
187 void SurfaceInterceptor::setProtoRectLocked(Rectangle* protoRect, const Rect& rect) { in setProtoRectLocked()
194 void SurfaceInterceptor::addPositionLocked(Transaction* transaction, int32_t layerId, in addPositionLocked()
203 void SurfaceInterceptor::addDepthLocked(Transaction* transaction, int32_t layerId, in addDepthLocked()
211 void SurfaceInterceptor::addSizeLocked(Transaction* transaction, int32_t layerId, uint32_t w, in addSizeLocked()
220 void SurfaceInterceptor::addAlphaLocked(Transaction* transaction, int32_t layerId, in addAlphaLocked()
228 void SurfaceInterceptor::addMatrixLocked(Transaction* transaction, int32_t layerId, in addMatrixLocked()
239 void SurfaceInterceptor::addTransparentRegionLocked(Transaction* transaction, in addTransparentRegionLocked()
251 void SurfaceInterceptor::addFlagsLocked(Transaction* transaction, int32_t layerId, in addFlagsLocked()
272 void SurfaceInterceptor::addLayerStackLocked(Transaction* transaction, int32_t layerId, in addLayerStackLocked()
280 void SurfaceInterceptor::addCropLocked(Transaction* transaction, int32_t layerId, in addCropLocked()
289 void SurfaceInterceptor::addFinalCropLocked(Transaction* transaction, int32_t layerId, in addFinalCropLocked()
298 void SurfaceInterceptor::addDeferTransactionLocked(Transaction* transaction, int32_t layerId, in addDeferTransactionLocked()
312 void SurfaceInterceptor::addOverrideScalingModeLocked(Transaction* transaction, in addOverrideScalingModeLocked()
320 void SurfaceInterceptor::addSurfaceChangesLocked(Transaction* transaction, in addSurfaceChangesLocked()
381 void SurfaceInterceptor::addDisplayChangesLocked(Transaction* transaction, in addDisplayChangesLocked()
399 void SurfaceInterceptor::addTransactionLocked(Increment* increment, in addTransactionLocked()
419 void SurfaceInterceptor::addSurfaceCreationLocked(Increment* increment, in addSurfaceCreationLocked()
429 void SurfaceInterceptor::addSurfaceDeletionLocked(Increment* increment, in addSurfaceDeletionLocked()
436 void SurfaceInterceptor::addBufferUpdateLocked(Increment* increment, const sp<const Layer>& layer, in addBufferUpdateLocked()
446 void SurfaceInterceptor::addVSyncUpdateLocked(Increment* increment, nsecs_t timestamp) { in addVSyncUpdateLocked()
451 void SurfaceInterceptor::addDisplaySurfaceLocked(Transaction* transaction, int32_t displayId, in addDisplaySurfaceLocked()
471 void SurfaceInterceptor::addDisplayLayerStackLocked(Transaction* transaction, in addDisplayLayerStackLocked()
479 void SurfaceInterceptor::addDisplaySizeLocked(Transaction* transaction, int32_t displayId, in addDisplaySizeLocked()
488 void SurfaceInterceptor::addDisplayProjectionLocked(Transaction* transaction, in addDisplayProjectionLocked()
500 void SurfaceInterceptor::addDisplayCreationLocked(Increment* increment, in addDisplayCreationLocked()
510 void SurfaceInterceptor::addDisplayDeletionLocked(Increment* increment, int32_t displayId) { in addDisplayDeletionLocked()
515 void SurfaceInterceptor::addPowerModeUpdateLocked(Increment* increment, int32_t displayId, in addPowerModeUpdateLocked()
523 void SurfaceInterceptor::saveTransaction(const Vector<ComposerState>& stateUpdates, in saveTransaction()
536 void SurfaceInterceptor::saveSurfaceCreation(const sp<const Layer>& layer) { in saveSurfaceCreation()
545 void SurfaceInterceptor::saveSurfaceDeletion(const sp<const Layer>& layer) { in saveSurfaceDeletion()
554 void SurfaceInterceptor::saveBufferUpdate(const sp<const Layer>& layer, uint32_t width, in saveBufferUpdate()
565 void SurfaceInterceptor::saveVSyncEvent(nsecs_t timestamp) { in saveVSyncEvent()
573 void SurfaceInterceptor::saveDisplayCreation(const DisplayDeviceState& info) { in saveDisplayCreation()
582 void SurfaceInterceptor::saveDisplayDeletion(int32_t displayId) { in saveDisplayDeletion()
591 void SurfaceInterceptor::savePowerModeUpdate(int32_t displayId, int32_t mode) { in savePowerModeUpdate()