Home
last modified time | relevance | path

Searched refs:stopLayerHandle (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_CompositionSamplingListener.cpp94 sp<IBinder> stopLayerHandle = stopLayer != nullptr ? stopLayer->getHandle() : nullptr; in nativeRegister() local
96 Rect(left, top, right, bottom), stopLayerHandle, listener) != OK) { in nativeRegister()
/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h357 const sp<IBinder>& stopLayerHandle,
DSurfaceComposerClient.h615 const sp<IBinder>& stopLayerHandle,
/frameworks/native/libs/gui/
DISurfaceComposer.cpp751 status_t addRegionSamplingListener(const Rect& samplingArea, const sp<IBinder>& stopLayerHandle, in addRegionSamplingListener() argument
764 error = data.writeStrongBinder(stopLayerHandle); in addRegionSamplingListener()
1724 sp<IBinder> stopLayerHandle; in onTransact() local
1725 result = data.readNullableStrongBinder(&stopLayerHandle); in onTransact()
1736 return addRegionSamplingListener(samplingArea, stopLayerHandle, listener); in onTransact()
DSurfaceComposerClient.cpp2087 const Rect& samplingArea, const sp<IBinder>& stopLayerHandle, in addRegionSamplingListener() argument
2090 stopLayerHandle, in addRegionSamplingListener()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h678 status_t addRegionSamplingListener(const Rect& samplingArea, const sp<IBinder>& stopLayerHandle,
DSurfaceFlinger.cpp1531 const sp<IBinder>& stopLayerHandle, in addRegionSamplingListener() argument
1537 const wp<Layer> stopLayer = fromHandle(stopLayerHandle); in addRegionSamplingListener()