Home
last modified time | relevance | path

Searched refs:API_LEVEL_AT_LEAST (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h29 #if defined(API_LEVEL_AT_LEAST)
31 #undef API_LEVEL_AT_LEAST
34 #define API_LEVEL_AT_LEAST(sdk_api_level, vendor_api_level) \ macro
48 if API_LEVEL_AT_LEAST(__ANDROID_API_V__, 202404) { in PersistableBundle()
58 if API_LEVEL_AT_LEAST(__ANDROID_API_V__, 202404) { in PersistableBundle()
64 if API_LEVEL_AT_LEAST(__ANDROID_API_V__, 202404) {
74 if API_LEVEL_AT_LEAST(__ANDROID_API_V__, 202404) { in readFromParcel()
85 if API_LEVEL_AT_LEAST(__ANDROID_API_V__, 202404) { in writeToParcel()
100 if API_LEVEL_AT_LEAST(__ANDROID_API_V__, 202404) {
113 if API_LEVEL_AT_LEAST(__ANDROID_API_V__, 202404) { in deepEquals()
[all …]
/frameworks/native/libs/ui/
DGralloc5.cpp95 if API_LEVEL_AT_LEAST(__ANDROID_API_FUTURE__, 202404) { in loadIMapperLibrary()