HomeSort by relevance Sort by last modified time
    Searched refs:AndroidGetApiLevel (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_unwind_linux_libcdep.cc 51 if (AndroidGetApiLevel() >= ANDROID_LOLLIPOP_MR1) return;
sanitizer_common.h 738 AndroidApiLevel AndroidGetApiLevel();
742 INLINE AndroidApiLevel AndroidGetApiLevel() { return ANDROID_NOT_ANDROID; }
747 return (AndroidGetApiLevel() == ANDROID_LOLLIPOP_MR1) ? 8 : 4;
sanitizer_linux_libcdep.cc 462 u32 api_level = AndroidGetApiLevel();
sanitizer_linux.cc     [all...]

Completed in 226 milliseconds