Home
last modified time | relevance | path

Searched refs:mLayerId (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/gui/
DSurfaceControl.cpp58 mLayerId(layerId), in SurfaceControl()
70 mLayerId = other->mLayerId; in SurfaceControl()
188 return mLayerId; in getLayerId()
217 SAFE_PARCEL(parcel.writeInt32, mLayerId); in writeToParcel()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionTracingTest.cpp236 mTracing.onLayerAdded(fakeLayerHandle->localBinder(), mLayerId, "Test Layer", in SetUp()
240 mLayerId); in SetUp()
265 int mLayerId = 5; member in android::TransactionTracingMirrorLayerTest
/frameworks/native/libs/gui/include/gui/
DSurfaceControl.h124 int32_t mLayerId = 0; variable
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.h214 int32_t getLayerId() const { return mLayerId; }; in getLayerId()
240 const int32_t mLayerId; variable
DFrameTimeline.cpp314 mLayerId(layerId), in SurfaceFrame()
446 StringAppendF(&result, "Layer ID : %d\n", mLayerId); in dump()