Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_CompositionSamplingListener.cpp86 sp<IBinder> stopLayerHandle = ibinderForJavaObject(env, stopLayerTokenObj); in nativeRegister() local
89 Rect(left, top, right, bottom), stopLayerHandle, listener) != OK) { in nativeRegister()
/frameworks/native/services/surfaceflinger/
DRegionSamplingThread.cpp198 void RegionSamplingThread::addListener(const Rect& samplingArea, const sp<IBinder>& stopLayerHandle, in addListener() argument
201 if (stopLayerHandle != nullptr && stopLayerHandle->localBinder() != nullptr) { in addListener()
202 stopLayer = static_cast<Layer::Handle*>(stopLayerHandle.get())->owner; in addListener()
DRegionSamplingThread.h72 void addListener(const Rect& samplingArea, const sp<IBinder>& stopLayerHandle,
DSurfaceFlinger.h453 status_t addRegionSamplingListener(const Rect& samplingArea, const sp<IBinder>& stopLayerHandle,
DSurfaceFlinger.cpp1311 const sp<IBinder>& stopLayerHandle, in addRegionSamplingListener() argument
1316 mRegionSamplingThread->addListener(samplingArea, stopLayerHandle, listener); in addRegionSamplingListener()
/frameworks/native/libs/gui/
DISurfaceComposer.cpp803 const sp<IBinder>& stopLayerHandle, in addRegionSamplingListener() argument
816 error = data.writeStrongBinder(stopLayerHandle); in addRegionSamplingListener()
1509 sp<IBinder> stopLayerHandle; in onTransact() local
1510 result = data.readNullableStrongBinder(&stopLayerHandle); in onTransact()
1521 return addRegionSamplingListener(samplingArea, stopLayerHandle, listener); in onTransact()
DSurfaceComposerClient.cpp1528 const Rect& samplingArea, const sp<IBinder>& stopLayerHandle, in addRegionSamplingListener() argument
1531 stopLayerHandle, in addRegionSamplingListener()
/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h374 const sp<IBinder>& stopLayerHandle,
DSurfaceComposerClient.h501 const sp<IBinder>& stopLayerHandle,