Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cc52 if (AndroidGetApiLevel() >= ANDROID_LOLLIPOP_MR1) return; in SanitizerInitializeUnwinder()
H A Dsanitizer_common.h823 AndroidApiLevel AndroidGetApiLevel();
827 INLINE AndroidApiLevel AndroidGetApiLevel() { return ANDROID_NOT_ANDROID; } in AndroidGetApiLevel() function
832 return (AndroidGetApiLevel() == ANDROID_LOLLIPOP_MR1) ? 8 : 4; in GetPthreadDestructorIterations()
H A Dsanitizer_linux_libcdep.cc586 return AndroidGetApiLevel() <= ANDROID_LOLLIPOP_MR1; in requiresProcmaps()
744 } else if (AndroidGetApiLevel() > ANDROID_KITKAT) { in WriteOneLineToSyslog()
H A Dsanitizer_linux.cc1683 AndroidApiLevel AndroidGetApiLevel() { in AndroidGetApiLevel() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cc50 if (AndroidGetApiLevel() >= ANDROID_LOLLIPOP_MR1) return; in SanitizerInitializeUnwinder()
H A Dsanitizer_common.h819 AndroidApiLevel AndroidGetApiLevel();
823 INLINE AndroidApiLevel AndroidGetApiLevel() { return ANDROID_NOT_ANDROID; } in AndroidGetApiLevel() function
828 return (AndroidGetApiLevel() == ANDROID_LOLLIPOP_MR1) ? 8 : 4; in GetPthreadDestructorIterations()
H A Dsanitizer_linux.cc1750 AndroidApiLevel AndroidGetApiLevel() { in AndroidGetApiLevel() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cpp96 if (AndroidGetApiLevel() >= ANDROID_LOLLIPOP_MR1) return; in SanitizerInitializeUnwinder()
H A Dsanitizer_common.h917 AndroidApiLevel AndroidGetApiLevel();
921 inline AndroidApiLevel AndroidGetApiLevel() { return ANDROID_NOT_ANDROID; } in AndroidGetApiLevel() function
926 return (AndroidGetApiLevel() == ANDROID_LOLLIPOP_MR1) ? 8 : 4; in GetPthreadDestructorIterations()