Home
last modified time | relevance | path

Searched refs:APerformanceHint_setUseFMQForTesting (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/include/private/
Dperformance_hint_private.h149 void APerformanceHint_setUseFMQForTesting(bool enabled);
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_arm64.cc295 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_setUseFMQForTesting);
728 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_setUseFMQForTesting); in init_stub_library()
Dstubs_arm.cc295 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_setUseFMQForTesting);
728 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_setUseFMQForTesting); in init_stub_library()
Dstubs_riscv64.cc295 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_setUseFMQForTesting);
728 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_setUseFMQForTesting); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt430 APerformanceHint_setUseFMQForTesting;
Dperformance_hint.cpp1351 void APerformanceHint_setUseFMQForTesting(bool enabled) { in APerformanceHint_setUseFMQForTesting() function
/frameworks/base/native/android/tests/performance_hint/
DPerformanceHintNativeTest.cpp208 APerformanceHint_setUseFMQForTesting(mUsingFMQ); in createManager()