Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A Dcheck_vintf.cpp452 std::string deprecateError; in checkAllFiles() local
453 int deprecateResult = vintfObject->checkDeprecation(hidlMetadata, &deprecateError); in checkAllFiles()
455 SetErrorCode(&retError) << deprecateError; in checkAllFiles()
457 SetErrorCode(&retError, -deprecateResult) << deprecateError; in checkAllFiles()