Home
last modified time | relevance | path

Searched refs:getLayerId (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerHandle.h47 static uint32_t getLayerId(const sp<IBinder>& handle);
DLayerHandle.cpp57 uint32_t LayerHandle::getLayerId(const sp<IBinder>& binder) { in getLayerId() function in android::surfaceflinger::LayerHandle
/frameworks/native/services/surfaceflinger/tests/
DDumpsys_test.cpp103 std::string layerName = base::StringPrintf("MY_TEST_LAYER#%d", newLayer->getLayerId()); in TEST()
/frameworks/native/libs/gui/include/gui/
DSurfaceControl.h81 int32_t getLayerId() const;
/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java879 mSurfaceControlInputReceivers.put(surfaceControl.getLayerId(), in registerBatchedSurfaceControlInputReceiver()
902 mSurfaceControlInputReceivers.put(surfaceControl.getLayerId(), in registerUnbatchedSurfaceControlInputReceiver()
919 surfaceControl.getLayerId()); in unregisterSurfaceControlInputReceiver()
935 surfaceControl.getLayerId()); in getSurfaceControlInputClientToken()
DSurfaceControl.java1521 proto.write(LAYER_ID, getLayerId()); in dumpDebug()
4773 public int getLayerId() { in getLayerId() method in SurfaceControl
/frameworks/base/services/core/java/com/android/server/wm/
DPerfettoTransitionTracer.java220 layerId = target.mContainer.mSurfaceControl.getLayerId(); in addTransitionTargetsToProto()
DLegacyTransitionTracer.java192 layerId = target.mContainer.mSurfaceControl.getLayerId(); in dumpTransitionTargetsToProto()
/frameworks/native/libs/gui/
DSurfaceControl.cpp188 int32_t SurfaceControl::getLayerId() const { in getLayerId() function in android::SurfaceControl
DSurfaceComposerClient.cpp277 mJankListeners.count(surfaceControl->getLayerId()) != 0) { in addCallbackFunctionLocked()
288 mJankListeners.insert({surfaceControl->getLayerId(), listener}); in addJankListener()
312 {surfaceControl->getLayerId(), SurfaceStatsCallbackEntry(context, cookie, listener)}); in addSurfaceStatsListener()
343 if (!includingJankData && mJankListeners.count(surfaceControl->getLayerId()) != 0) { in addSurfaceControlToCallbacks()
473 layerId = sc->getLayerId(); in onTransactionCompleted()
1351 s.state.layerId = sc->getLayerId(); in getLayerState()
2349 mTransactionCompletedListener->addTrustedPresentationCallback(cb, sc->getLayerId(), in setTrustedPresentationCallback()
2360 s->trustedPresentationListener.callbackId = sc->getLayerId(); in setTrustedPresentationCallback()
2367 mTransactionCompletedListener->clearTrustedPresentationCallback(sc->getLayerId()); in clearTrustedPresentationCallback()
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.h222 int32_t getLayerId() const { return mLayerId; }; in getLayerId() function
DFrameTimeline.cpp1314 layerIds.count(surfaceFrame->getLayerId()) > 0) { in computeFps()
/frameworks/base/core/java/com/android/internal/jank/
DFrameTracker.java318 markEvent("FT#layerId", mSurfaceControl.getLayerId()); in beginInternal()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp368 const auto layerId = static_cast<int32_t>(LayerHandle::getLayerId(layerHandle)); in createDisplayEventConnection()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp299 return LayerHandle::getLayerId(surfaceControl->getHandle()); in getLayerIdFromSurfaceControl()
4792 args.parentId = LayerHandle::getLayerId(args.parentHandle.promote()); in addClientLayer()
4793 args.layerIdToMirror = LayerHandle::getLayerId(args.mirrorLayerHandle.promote()); in addClientLayer()
5250 resolvedState.layerId = LayerHandle::getLayerId(resolvedState.state.surface); in setTransactionState()
5263 LayerHandle::getLayerId(touchableRegionCropHandle.promote()); in setTransactionState()
7977 uint32_t excludeLayer = LayerHandle::getLayerId(handle); in captureDisplay()
8118 uint32_t excludeLayer = LayerHandle::getLayerId(handle); in captureLayers()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp2145 return surface->getLayerId(); in nativeGetLayerId()