OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AndroidApiLevel
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common.h
788
enum
AndroidApiLevel
{
823
AndroidApiLevel
AndroidGetApiLevel();
827
INLINE
AndroidApiLevel
AndroidGetApiLevel() { return ANDROID_NOT_ANDROID; }
sanitizer_linux.cc
1659
static
AndroidApiLevel
AndroidDetectApiLevelStatic() {
1669
static
AndroidApiLevel
AndroidDetectApiLevel() {
1683
AndroidApiLevel
AndroidGetApiLevel() {
1684
AndroidApiLevel
level =
1685
(
AndroidApiLevel
)atomic_load(&android_api_level, memory_order_relaxed);
Completed in 306 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025