HomeSort by relevance Sort by last modified time
    Searched defs:fetchAllInformation (Results 1 - 5 of 5) sorted by null

  /system/libvintf/
RuntimeInfo-host.cpp 26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) {
27 LOG(WARNING) << "Should not run fetchAllInformation on host.";
RuntimeInfo-target.cpp 48 status_t fetchAllInformation(RuntimeInfo::FetchFlags flags);
162 status_t RuntimeInfoFetcher::fetchAllInformation(RuntimeInfo::FetchFlags flags) {
185 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags flags) {
186 return RuntimeInfoFetcher(this).fetchAllInformation(flags);
CompatibilityMatrix.cpp 55 status_t CompatibilityMatrix::fetchAllInformation(const std::string& path, std::string* error) {
56 return details::fetchAllInformation(path, gCompatibilityMatrixConverter, this, error);
utils.h 98 status_t fetchAllInformation(const std::string& path, const XmlConverter<T>& converter,
HalManifest.cpp 363 status_t HalManifest::fetchAllInformation(const std::string& path, std::string* error) {
364 return details::fetchAllInformation(path, gHalManifestConverter, this, error);

Completed in 74 milliseconds