/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | CompositionEngineTest.cpp | 119 SET_FLAG_FOR_TEST(flags::multithreaded_present, false); in TEST_F() 335 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F() 348 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F() 361 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F() 374 SET_FLAG_FOR_TEST(flags::multithreaded_present, false); in TEST_F() 385 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F() 400 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F() 413 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F() 426 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F() 443 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F() [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/surfaceflinger/tests/unittests/libsurfaceflingerflags_test/android_arm64_armv8-2a_cortex-a55_static/gen/include/ |
D | com_android_graphics_surfaceflinger_flags.h | 51 virtual bool multithreaded_present() = 0; 107 virtual void multithreaded_present(bool val) = 0; 355 inline bool multithreaded_present() { in multithreaded_present() function 356 return provider_->multithreaded_present(); in multithreaded_present() 358 inline void multithreaded_present(bool val) { in multithreaded_present() function 359 provider_->multithreaded_present(val); in multithreaded_present()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | SurfaceFlinger_SetPowerModeInternalTest.cpp | 460 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F() 469 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F() 482 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F() 491 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F() 496 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F()
|
H A D | FlagManagerTest.cpp | 128 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F() 134 EXPECT_EQ(true, mFlagManager.multithreaded_present()); in TEST_F()
|
H A D | SurfaceFlinger_FoldableTest.cpp | 170 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F() 181 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F()
|
H A D | SchedulerTest.cpp | 719 SET_FLAG_FOR_TEST(flags::multithreaded_present, true); in TEST_F() 742 SET_FLAG_FOR_TEST(flags::multithreaded_present, false); in TEST_F()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/surfaceflinger/libsurfaceflingerflags/android_arm64_armv8-2a_cortex-a55_static/gen/include/ |
D | com_android_graphics_surfaceflinger_flags.h | 207 virtual bool multithreaded_present() = 0; 342 inline bool multithreaded_present() { in multithreaded_present() function
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/common/ |
H A D | FlagManager.cpp | 131 DUMP_ACONFIG_FLAG(multithreaded_present); in dump() 232 FLAG_MANAGER_ACONFIG_FLAG(multithreaded_present, "debug.sf.multithreaded_present")
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/surfaceflinger/tests/unittests/libsurfaceflingerflags_test/android_arm64_armv8-2a_cortex-a55_static/gen/ |
D | com_android_graphics_surfaceflinger_flags.cc | 541 virtual bool multithreaded_present() override { in multithreaded_present() function in com::android::graphics::surfaceflinger::flags::flag_provider 551 virtual void multithreaded_present(bool val) override { in multithreaded_present() function in com::android::graphics::surfaceflinger::flags::flag_provider 1078 return com::android::graphics::surfaceflinger::flags::multithreaded_present(); in com_android_graphics_surfaceflinger_flags_multithreaded_present() 1081 com::android::graphics::surfaceflinger::flags::multithreaded_present(val); in set_com_android_graphics_surfaceflinger_flags_multithreaded_present()
|
/aosp_15_r20/build/release/aconfig/ap4a/com.android.graphics.surfaceflinger.flags/ |
H A D | multithreaded_present_flag_values.textproto | 3 name: "multithreaded_present"
|
/aosp_15_r20/build/release/aconfig/bp1a/com.android.graphics.surfaceflinger.flags/ |
H A D | multithreaded_present_flag_values.textproto | 3 name: "multithreaded_present"
|
/aosp_15_r20/build/release/aconfig/trunk_staging/com.android.graphics.surfaceflinger.flags/ |
H A D | multithreaded_present_flag_values.textproto | 3 name: "multithreaded_present"
|
/aosp_15_r20/build/release/aconfig/ap3a/com.android.graphics.surfaceflinger.flags/ |
H A D | multithreaded_present_flag_values.textproto | 3 name: "multithreaded_present"
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/common/include/common/ |
H A D | FlagManager.h | 68 bool multithreaded_present() const;
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
H A D | CompositionEngine.cpp | 94 if (!FlagManager::getInstance().multithreaded_present() || outputs.size() < 2) { in offloadOutputs()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/surfaceflinger/libsurfaceflingerflags/android_arm64_armv8-2a_cortex-a55_static/gen/ |
D | com_android_graphics_surfaceflinger_flags.cc | 125 virtual bool multithreaded_present() override { in multithreaded_present() function in com::android::graphics::surfaceflinger::flags::flag_provider
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/ |
H A D | surfaceflinger_flags.aconfig | 41 name: "multithreaded_present"
|
H A D | SurfaceFlinger.cpp | 5512 (displayId == mActiveDisplayId || FlagManager::getInstance().multithreaded_present())) { in setPowerModeInternal() 5544 if (!FlagManager::getInstance().multithreaded_present()) { in setPowerModeInternal() 5551 if (currentModeNotDozeSuspend && FlagManager::getInstance().multithreaded_present()) { in setPowerModeInternal() 5570 (displayId == mActiveDisplayId || FlagManager::getInstance().multithreaded_present())) { in setPowerModeInternal() 5582 if (displayId == mActiveDisplayId || FlagManager::getInstance().multithreaded_present()) { in setPowerModeInternal()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | Scheduler.cpp | 558 !FlagManager::getInstance().multithreaded_present()) { in resyncAllToHardwareVsync()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | AidlComposerHal.cpp | 1711 if (!FlagManager::getInstance().multithreaded_present()) return false; in hasMultiThreadedPresentSupport()
|