Searched defs:updatableViaSystem (Results 1 – 3 of 3) sorted by relevance
46 bool updatableViaSystem) in ManifestInstance()60 bool updatableViaSystem) in ManifestInstance()121 bool ManifestInstance::updatableViaSystem() const { in updatableViaSystem() function in android::vintf::ManifestInstance
67 inline bool updatableViaSystem() const { return mUpdatableViaSystem; } in updatableViaSystem() function
145 …verride, std::optional<std::string> updatableViaApex, std::optional<std::string> updatableViaSyste… in Hal()322 std::optional<std::string> updatableViaSystem = std::nullopt; in read() local