Home
last modified time | relevance | path

Searched refs:removeHdrLayerInfoListener (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControlHdrLayerInfoListener.cpp67 return SurfaceComposerClient::removeHdrLayerInfoListener(token, this); in stopListening()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposer.h475 virtual status_t removeHdrLayerInfoListener(const sp<IBinder>& displayToken,
H A DSurfaceComposerClient.h225 static status_t removeHdrLayerInfoListener(const sp<IBinder>& displayToken,
/aosp12/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp1063 status_t removeHdrLayerInfoListener(const sp<IBinder>& displayToken, in removeHdrLayerInfoListener() function in android::BpSurfaceComposer
2010 return removeHdrLayerInfoListener(displayToken, listener); in onTransact()
H A DSurfaceComposerClient.cpp2175 status_t SurfaceComposerClient::removeHdrLayerInfoListener( in removeHdrLayerInfoListener() function in android::SurfaceComposerClient
2177 return ComposerService::getComposerService()->removeHdrLayerInfoListener(displayToken, in removeHdrLayerInfoListener()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h705 status_t removeHdrLayerInfoListener(const sp<IBinder>& displayToken,
H A DSurfaceFlinger.cpp1662 status_t SurfaceFlinger::removeHdrLayerInfoListener( in removeHdrLayerInfoListener() function in android::SurfaceFlinger
/aosp12/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp831 status_t removeHdrLayerInfoListener(const sp<IBinder>&, in removeHdrLayerInfoListener() function in android::FakeSurfaceComposer