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.cpp201 void RegionSamplingThread::addListener(const Rect& samplingArea, const sp<IBinder>& stopLayerHandle, in addListener() argument
204 if (stopLayerHandle != nullptr && stopLayerHandle->localBinder() != nullptr) { in addListener()
205 stopLayer = static_cast<Layer::Handle*>(stopLayerHandle.get())->owner; in addListener()
DRegionSamplingThread.h72 void addListener(const Rect& samplingArea, const sp<IBinder>& stopLayerHandle,
DSurfaceFlinger.h468 status_t addRegionSamplingListener(const Rect& samplingArea, const sp<IBinder>& stopLayerHandle,
DSurfaceFlinger.cpp1300 const sp<IBinder>& stopLayerHandle, in addRegionSamplingListener() argument
1305 mRegionSamplingThread->addListener(samplingArea, stopLayerHandle, listener); in addRegionSamplingListener()
/frameworks/native/libs/gui/
DISurfaceComposer.cpp804 const sp<IBinder>& stopLayerHandle, in addRegionSamplingListener() argument
817 error = data.writeStrongBinder(stopLayerHandle); in addRegionSamplingListener()
1513 sp<IBinder> stopLayerHandle; in onTransact() local
1514 result = data.readNullableStrongBinder(&stopLayerHandle); in onTransact()
1525 return addRegionSamplingListener(samplingArea, stopLayerHandle, listener); in onTransact()
DSurfaceComposerClient.cpp1529 const Rect& samplingArea, const sp<IBinder>& stopLayerHandle, in addRegionSamplingListener() argument
1532 stopLayerHandle, in addRegionSamplingListener()
/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h377 const sp<IBinder>& stopLayerHandle,
DSurfaceComposerClient.h500 const sp<IBinder>& stopLayerHandle,