Home
last modified time | relevance | path

Searched refs:AndroidGetApiLevel (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cc51 if (AndroidGetApiLevel() >= ANDROID_LOLLIPOP_MR1) return; in SanitizerInitializeUnwinder()
Dsanitizer_common.h738 AndroidApiLevel AndroidGetApiLevel();
742 INLINE AndroidApiLevel AndroidGetApiLevel() { return ANDROID_NOT_ANDROID; } in AndroidGetApiLevel() function
747 return (AndroidGetApiLevel() == ANDROID_LOLLIPOP_MR1) ? 8 : 4; in GetPthreadDestructorIterations()
Dsanitizer_linux_libcdep.cc462 u32 api_level = AndroidGetApiLevel(); in init()
Dsanitizer_linux.cc1212 AndroidApiLevel AndroidGetApiLevel() { in AndroidGetApiLevel() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cpp96 if (AndroidGetApiLevel() >= ANDROID_LOLLIPOP_MR1) return; in SanitizerInitializeUnwinder()
Dsanitizer_common.h868 AndroidApiLevel AndroidGetApiLevel();
872 inline AndroidApiLevel AndroidGetApiLevel() { return ANDROID_NOT_ANDROID; } in AndroidGetApiLevel() function
877 return (AndroidGetApiLevel() == ANDROID_LOLLIPOP_MR1) ? 8 : 4; in GetPthreadDestructorIterations()
Dsanitizer_linux_libcdep.cpp611 return AndroidGetApiLevel() <= ANDROID_LOLLIPOP_MR1; in requiresProcmaps()
769 } else if (AndroidGetApiLevel() > ANDROID_KITKAT) { in WriteOneLineToSyslog()
Dsanitizer_linux.cpp1726 AndroidApiLevel AndroidGetApiLevel() { in AndroidGetApiLevel() function