Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:SurfaceInterceptor

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