Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dperformance_hint.h267 void AWorkDuration_release(AWorkDuration* _Nonnull aWorkDuration)
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_arm64.cc367 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AWorkDuration_release);
734 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AWorkDuration_release); in init_stub_library()
Dstubs_riscv64.cc367 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AWorkDuration_release);
734 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AWorkDuration_release); in init_stub_library()
Dstubs_arm.cc367 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AWorkDuration_release);
734 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AWorkDuration_release); in init_stub_library()
/frameworks/base/native/android/tests/performance_hint/
DPerformanceHintNativeTest.cpp324 AWorkDuration_release(aWorkDuration); in TEST_F()
/frameworks/base/native/android/
Dlibandroid.map.txt354 AWorkDuration_release; # introduced=VanillaIceCream
Dperformance_hint.cpp547 void AWorkDuration_release(AWorkDuration* aWorkDuration) { in AWorkDuration_release() function