Home
last modified time | relevance | path

Searched refs:AIDL_FATAL_IF (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Daidl_to_ndk.cpp244 AIDL_FATAL_IF(aidl.IsGeneric(), aidl) << aidl.ToString(); in GetTypeAspect()
253 AIDL_FATAL_IF(type == nullptr, aidl_name) << "Unrecognized type."; in GetTypeAspect()
266 AIDL_FATAL_IF(info.nullable_array == nullptr, aidl) << "Unsupported type in NDK Backend."; in GetTypeAspect()
269 AIDL_FATAL_IF(info.array == nullptr, aidl) << "Unsupported type in NDK Backend."; in GetTypeAspect()
274 AIDL_FATAL_IF(info.nullable == nullptr, aidl) << "Unsupported type in NDK Backend."; in GetTypeAspect()
Daidl_language.h125 #define AIDL_FATAL_IF(CONDITION, CONTEXT) \ macro
Daidl_language.cpp155 AIDL_FATAL_IF(!is_array_, this); in ArrayBase()