Home
last modified time | relevance | path

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

/frameworks/native/include/private/
Dperformance_hint_private.h96 int APerformanceHint_sendHint(APerformanceHintSession* session, SessionHint hint);
/frameworks/base/native/android/tests/performance_hint/
DPerformanceHintNativeTest.cpp177 result = APerformanceHint_sendHint(session, hintId); in TEST_F()
181 result = APerformanceHint_sendHint(session, hintId); in TEST_F()
185 result = APerformanceHint_sendHint(session, hintId); in TEST_F()
188 result = APerformanceHint_sendHint(session, static_cast<SessionHint>(-1)); in TEST_F()
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_arm64.cc247 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_sendHint);
614 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_sendHint); in init_stub_library()
Dstubs_riscv64.cc247 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_sendHint);
614 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_sendHint); in init_stub_library()
Dstubs_arm.cc247 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_sendHint);
614 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_sendHint); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt367 APerformanceHint_sendHint;
Dperformance_hint.cpp508 int APerformanceHint_sendHint(APerformanceHintSession* session, SessionHint hint) { in APerformanceHint_sendHint() function