Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Dapi_preamble.txt5 // This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
/system/tools/hidl/
DCoordinator.cpp812 std::vector<std::string> frozen = in checkHash() local
822 if (frozen.size() == 0) { in checkHash()
831 if (std::find(frozen.begin(), frozen.end(), currentHash) == frozen.end()) { in checkHash()