Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_ndk.cpp454 const bool cacheable = !method->IsUserDefined() && method->GetName() == kGetInterfaceVersion && in GenerateClientSource() local
457 cacheable ? std::make_optional<std::string>(kCacheVariable) : std::nullopt; in GenerateClientSource()