Home
last modified time | relevance | path

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

/external/oboe/tests/
DtestStreamOpen.cpp23 #ifndef __ANDROID_API_S__
24 #define __ANDROID_API_S__ 31 macro
429 if (getSdkVersion() >= __ANDROID_API_S__){ in TEST_F()
439 if (getSdkVersion() >= __ANDROID_API_S__){ in TEST_F()
450 if (getSdkVersion() >= __ANDROID_API_S__){ in TEST_F()
460 if (getSdkVersion() >= __ANDROID_API_S__){ in TEST_F()
/external/tensorflow/tensorflow/lite/nnapi/sl/include/
DSupportLibrary.h35 #define __NNAPI_FL5_MIN_ANDROID_API__ __ANDROID_API_S__
/external/oboe/src/aaudio/
DAAudioLoader.h93 #ifndef __ANDROID_API_S__
94 #define __ANDROID_API_S__ 31 macro
DAAudioLoader.cpp94 if (getSdkVersion() >= __ANDROID_API_S__){ in open()