Searched refs:allowError (Results 1 – 1 of 1) sorted by relevance
799 bool allowError = aidl_err == AidlError::FOUND_PARCELABLE && !options.FailOnParcelable(); in compile_aidl() local800 if (aidl_err != AidlError::OK && !allowError) { in compile_aidl()