Home
last modified time | relevance | path

Searched refs:addSizeLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceInterceptor.h138 void addSizeLocked(Transaction* transaction, int32_t layerId, uint32_t w, uint32_t h);
DSurfaceInterceptor.cpp215 void SurfaceInterceptor::addSizeLocked(Transaction* transaction, int32_t layerId, uint32_t w, in addSizeLocked() function in android::impl::SurfaceInterceptor
342 addSizeLocked(transaction, layerId, state.w, state.h); in addSurfaceChangesLocked()