Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A Dutils.cpp53 std::optional<FqInstance> convertedInterface = FqInstance::from(interface); in canConvertToFqInstance() local
54 if (!convertedInterface.has_value() || !convertedInterface->hasInterface()) { in canConvertToFqInstance()