Home
last modified time | relevance | path

Searched defs:setDebugFlash (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/frameworks/native/libs/gui/aidl/android/gui/
H A DISurfaceComposer.aidl527 void setDebugFlash(int delay); in setDebugFlash() 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/
DISurfaceComposer.h370 ::android::binder::Status setDebugFlash(int32_t /*delay*/) override { in setDebugFlash() function
DBnSurfaceComposer.h344 ::android::binder::Status setDebugFlash(int32_t delay) override { in setDebugFlash() function
DISurfaceComposer.cpp2192 ::android::binder::Status BpSurfaceComposer::setDebugFlash(int32_t delay) { in setDebugFlash() 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/
DISurfaceComposer.h370 ::android::binder::Status setDebugFlash(int32_t /*delay*/) override { in setDebugFlash() function
DBnSurfaceComposer.h344 ::android::binder::Status setDebugFlash(int32_t delay) override { in setDebugFlash() function
DISurfaceComposer.cpp2192 ::android::binder::Status BpSurfaceComposer::setDebugFlash(int32_t delay) { in setDebugFlash() function in android::gui::BpSurfaceComposer
/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp953 binder::Status setDebugFlash(int /*delay*/) override { return binder::Status::ok(); } in setDebugFlash() function in android::FakeSurfaceComposerAIDL
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp9223 binder::Status SurfaceComposerAIDL::setDebugFlash(int delay) { in setDebugFlash() function in android::SurfaceComposerAIDL