Lines Matching refs:SurfaceInterceptor
34 SurfaceInterceptor::SurfaceInterceptor(SurfaceFlinger* flinger) in SurfaceInterceptor() function in android::SurfaceInterceptor
39 void SurfaceInterceptor::enable(const SortedVector<sp<Layer>>& layers, in enable()
52 void SurfaceInterceptor::disable() { in disable()
65 bool SurfaceInterceptor::isEnabled() { in isEnabled()
69 void SurfaceInterceptor::saveExistingDisplaysLocked( in saveExistingDisplaysLocked()
80 void SurfaceInterceptor::saveExistingSurfacesLocked(const SortedVector<sp<Layer>>& layers) { in saveExistingSurfacesLocked()
90 void SurfaceInterceptor::addInitialSurfaceStateLocked(Increment* increment, in addInitialSurfaceStateLocked()
114 void SurfaceInterceptor::addInitialDisplayStateLocked(Increment* increment, in addInitialDisplayStateLocked()
128 status_t SurfaceInterceptor::writeProtoFileLocked() { in writeProtoFileLocked()
145 const sp<const Layer> SurfaceInterceptor::getLayer(const wp<const IBinder>& weakHandle) { in getLayer()
153 const std::string SurfaceInterceptor::getLayerName(const sp<const Layer>& layer) { in getLayerName()
157 int32_t SurfaceInterceptor::getLayerId(const sp<const Layer>& layer) { in getLayerId()
161 Increment* SurfaceInterceptor::createTraceIncrementLocked() { in createTraceIncrementLocked()
167 SurfaceChange* SurfaceInterceptor::createSurfaceChangeLocked(Transaction* transaction, in createSurfaceChangeLocked()
175 DisplayChange* SurfaceInterceptor::createDisplayChangeLocked(Transaction* transaction, in createDisplayChangeLocked()
183 void SurfaceInterceptor::setProtoRectLocked(Rectangle* protoRect, const Rect& rect) { in setProtoRectLocked()
190 void SurfaceInterceptor::addPositionLocked(Transaction* transaction, int32_t layerId, in addPositionLocked()
199 void SurfaceInterceptor::addDepthLocked(Transaction* transaction, int32_t layerId, in addDepthLocked()
207 void SurfaceInterceptor::addSizeLocked(Transaction* transaction, int32_t layerId, uint32_t w, in addSizeLocked()
216 void SurfaceInterceptor::addAlphaLocked(Transaction* transaction, int32_t layerId, in addAlphaLocked()
224 void SurfaceInterceptor::addMatrixLocked(Transaction* transaction, int32_t layerId, in addMatrixLocked()
235 void SurfaceInterceptor::addTransparentRegionLocked(Transaction* transaction, in addTransparentRegionLocked()
247 void SurfaceInterceptor::addFlagsLocked(Transaction* transaction, int32_t layerId, in addFlagsLocked()
268 void SurfaceInterceptor::addLayerStackLocked(Transaction* transaction, int32_t layerId, in addLayerStackLocked()
276 void SurfaceInterceptor::addCropLocked(Transaction* transaction, int32_t layerId, in addCropLocked()
285 void SurfaceInterceptor::addFinalCropLocked(Transaction* transaction, int32_t layerId, in addFinalCropLocked()
294 void SurfaceInterceptor::addDeferTransactionLocked(Transaction* transaction, int32_t layerId, in addDeferTransactionLocked()
308 void SurfaceInterceptor::addOverrideScalingModeLocked(Transaction* transaction, in addOverrideScalingModeLocked()
316 void SurfaceInterceptor::addSurfaceChangesLocked(Transaction* transaction, in addSurfaceChangesLocked()
377 void SurfaceInterceptor::addDisplayChangesLocked(Transaction* transaction, in addDisplayChangesLocked()
395 void SurfaceInterceptor::addTransactionLocked(Increment* increment, in addTransactionLocked()
415 void SurfaceInterceptor::addSurfaceCreationLocked(Increment* increment, in addSurfaceCreationLocked()
425 void SurfaceInterceptor::addSurfaceDeletionLocked(Increment* increment, in addSurfaceDeletionLocked()
432 void SurfaceInterceptor::addBufferUpdateLocked(Increment* increment, const sp<const Layer>& layer, in addBufferUpdateLocked()
442 void SurfaceInterceptor::addVSyncUpdateLocked(Increment* increment, nsecs_t timestamp) { in addVSyncUpdateLocked()
447 void SurfaceInterceptor::addDisplaySurfaceLocked(Transaction* transaction, int32_t displayId, in addDisplaySurfaceLocked()
467 void SurfaceInterceptor::addDisplayLayerStackLocked(Transaction* transaction, in addDisplayLayerStackLocked()
475 void SurfaceInterceptor::addDisplaySizeLocked(Transaction* transaction, int32_t displayId, in addDisplaySizeLocked()
484 void SurfaceInterceptor::addDisplayProjectionLocked(Transaction* transaction, in addDisplayProjectionLocked()
496 void SurfaceInterceptor::addDisplayCreationLocked(Increment* increment, in addDisplayCreationLocked()
506 void SurfaceInterceptor::addDisplayDeletionLocked(Increment* increment, int32_t displayId) { in addDisplayDeletionLocked()
511 void SurfaceInterceptor::addPowerModeUpdateLocked(Increment* increment, int32_t displayId, in addPowerModeUpdateLocked()
519 void SurfaceInterceptor::saveTransaction(const Vector<ComposerState>& stateUpdates, in saveTransaction()
532 void SurfaceInterceptor::saveSurfaceCreation(const sp<const Layer>& layer) { in saveSurfaceCreation()
541 void SurfaceInterceptor::saveSurfaceDeletion(const sp<const Layer>& layer) { in saveSurfaceDeletion()
550 void SurfaceInterceptor::saveBufferUpdate(const sp<const Layer>& layer, uint32_t width, in saveBufferUpdate()
561 void SurfaceInterceptor::saveVSyncEvent(nsecs_t timestamp) { in saveVSyncEvent()
569 void SurfaceInterceptor::saveDisplayCreation(const DisplayDeviceState& info) { in saveDisplayCreation()
578 void SurfaceInterceptor::saveDisplayDeletion(int32_t displayId) { in saveDisplayDeletion()
587 void SurfaceInterceptor::savePowerModeUpdate(int32_t displayId, int32_t mode) { in savePowerModeUpdate()