Searched refs:stopLayerHandle (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_CompositionSamplingListener.cpp | 86 sp<IBinder> stopLayerHandle = ibinderForJavaObject(env, stopLayerTokenObj); in nativeRegister() local 89 Rect(left, top, right, bottom), stopLayerHandle, listener) != OK) { in nativeRegister()
|
/frameworks/native/services/surfaceflinger/ |
D | RegionSamplingThread.cpp | 198 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()
|
D | RegionSamplingThread.h | 72 void addListener(const Rect& samplingArea, const sp<IBinder>& stopLayerHandle,
|
D | SurfaceFlinger.h | 453 status_t addRegionSamplingListener(const Rect& samplingArea, const sp<IBinder>& stopLayerHandle,
|
D | SurfaceFlinger.cpp | 1311 const sp<IBinder>& stopLayerHandle, in addRegionSamplingListener() argument 1316 mRegionSamplingThread->addListener(samplingArea, stopLayerHandle, listener); in addRegionSamplingListener()
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposer.cpp | 803 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()
|
D | SurfaceComposerClient.cpp | 1528 const Rect& samplingArea, const sp<IBinder>& stopLayerHandle, in addRegionSamplingListener() argument 1531 stopLayerHandle, in addRegionSamplingListener()
|
/frameworks/native/libs/gui/include/gui/ |
D | ISurfaceComposer.h | 374 const sp<IBinder>& stopLayerHandle,
|
D | SurfaceComposerClient.h | 501 const sp<IBinder>& stopLayerHandle,
|