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 | 201 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()
|
D | RegionSamplingThread.h | 72 void addListener(const Rect& samplingArea, const sp<IBinder>& stopLayerHandle,
|
D | SurfaceFlinger.h | 468 status_t addRegionSamplingListener(const Rect& samplingArea, const sp<IBinder>& stopLayerHandle,
|
D | SurfaceFlinger.cpp | 1300 const sp<IBinder>& stopLayerHandle, in addRegionSamplingListener() argument 1305 mRegionSamplingThread->addListener(samplingArea, stopLayerHandle, listener); in addRegionSamplingListener()
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposer.cpp | 804 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()
|
D | SurfaceComposerClient.cpp | 1529 const Rect& samplingArea, const sp<IBinder>& stopLayerHandle, in addRegionSamplingListener() argument 1532 stopLayerHandle, in addRegionSamplingListener()
|
/frameworks/native/libs/gui/include/gui/ |
D | ISurfaceComposer.h | 377 const sp<IBinder>& stopLayerHandle,
|
D | SurfaceComposerClient.h | 500 const sp<IBinder>& stopLayerHandle,
|