Searched defs:removeJankListener (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | JankTrackerTest.cpp | 52 void removeJankListener(int32_t layerId, int64_t after) { in removeJankListener() function in android::JankTrackerTest
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/Jank/ |
H A D | JankTracker.cpp | 53 void JankTracker::removeJankListener(int32_t layerId, sp<IBinder> listener, int64_t afterVsync) { in removeJankListener() function in android::JankTracker
|
/aosp_15_r20/frameworks/native/libs/gui/aidl/android/gui/ |
H A D | ISurfaceComposer.aidl | 607 oneway void removeJankListener(int layerId, IJankListener listener, long afterVsync); in removeJankListener() method
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/libs/gui/libgui_aidl_static/android_arm64_armv8-2a_cortex-a55_static/gen/aidl_library/android/gui/ |
D | ISurfaceComposer.h | 412 …::android::binder::Status removeJankListener(int32_t /*layerId*/, const ::android::sp<::android::g… in removeJankListener() function
|
D | BnSurfaceComposer.h | 398 …::android::binder::Status removeJankListener(int32_t layerId, const ::android::sp<::android::gui::… in removeJankListener() function
|
D | ISurfaceComposer.cpp | 2654 ::android::binder::Status BpSurfaceComposer::removeJankListener(int32_t layerId, const ::android::s… in removeJankListener() function in android::gui::BpSurfaceComposer
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/libs/gui/libgui_aidl_static/android_arm64_armv8-2a_cortex-a55_static_sabi/gen/aidl_library/android/gui/ |
D | ISurfaceComposer.h | 412 …::android::binder::Status removeJankListener(int32_t /*layerId*/, const ::android::sp<::android::g… in removeJankListener() function
|
D | BnSurfaceComposer.h | 398 …::android::binder::Status removeJankListener(int32_t layerId, const ::android::sp<::android::gui::… in removeJankListener() function
|
D | ISurfaceComposer.cpp | 2654 ::android::binder::Status BpSurfaceComposer::removeJankListener(int32_t layerId, const ::android::s… in removeJankListener() function in android::gui::BpSurfaceComposer
|
/aosp_15_r20/frameworks/native/libs/gui/tests/ |
H A D | Surface_test.cpp | 1013 binder::Status removeJankListener(int32_t /*layerId*/, in removeJankListener() function in android::FakeSurfaceComposerAIDL
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlinger.cpp | 9380 binder::Status SurfaceComposerAIDL::removeJankListener(int32_t layerId, in removeJankListener() function in android::SurfaceComposerAIDL
|