Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dperformance_hint.h225 int APerformanceHint_setPreferPowerEfficiency(
/frameworks/base/native/android/tests/performance_hint/
DPerformanceHintNativeTest.cpp247 int result = APerformanceHint_setPreferPowerEfficiency(session, true); in TEST_F()
251 result = APerformanceHint_setPreferPowerEfficiency(session, false); in TEST_F()
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_riscv64.cc249 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_setPreferPowerEfficiency);
616 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_setPreferPowerEfficiency); in init_stub_library()
Dstubs_arm.cc249 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_setPreferPowerEfficiency);
616 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_setPreferPowerEfficiency); in init_stub_library()
Dstubs_arm64.cc249 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_setPreferPowerEfficiency);
616 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_setPreferPowerEfficiency); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt351 APerformanceHint_setPreferPowerEfficiency; # introduced=VanillaIceCream
Dperformance_hint.cpp526 int APerformanceHint_setPreferPowerEfficiency(APerformanceHintSession* session, bool enabled) { in APerformanceHint_setPreferPowerEfficiency() function