Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A 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()
H A Dsanitizer_unwind_linux_libcdep.cc51 if (AndroidGetApiLevel() >= ANDROID_LOLLIPOP_MR1) return; in SanitizerInitializeUnwinder()
H A Dsanitizer_linux_libcdep.cc462 u32 api_level = AndroidGetApiLevel(); in init()
H A Dsanitizer_linux.cc1212 AndroidApiLevel AndroidGetApiLevel() { in AndroidGetApiLevel() function