Searched defs:lookup (Results 1 - 4 of 4) sorted by relevance

/system/tools/hidl/c2hal/
H A DScope.h39 T lookup(std::string name) const;
72 T Scope<T>::lookup(std::string name) const { function in class:android::Scope
/system/tools/hidl/
H A DHash.cpp104 std::vector<std::string> lookup(const std::string &fqName) const { function in struct:android::HashFile
170 return file->lookup(interfaceName);
/system/hwservicemanager/
H A DServiceManager.cpp73 const HidlService *ServiceManager::PackageInterfaceMap::lookup( function in class:android::hidl::manager::V1_0::implementation::ServiceManager::PackageInterfaceMap
84 HidlService *ServiceManager::PackageInterfaceMap::lookup( function in class:android::hidl::manager::V1_0::implementation::ServiceManager::PackageInterfaceMap
88 const_cast<const PackageInterfaceMap*>(this)->lookup(name));
163 const HidlService *hidlService = ifaceMap.lookup(name);
201 HidlService *hidlService = ifaceMap.lookup(name);
334 HidlService *service = ifaceMap.lookup(name);
403 HidlService *service = ifaceMap.lookup(name);
/system/bt/btif/src/
H A Dbtif_config.cc358 const char* lookup = "0123456789abcdef"; local
369 str[(i * 2) + 0] = lookup[(value[i] >> 4) & 0x0F];
370 str[(i * 2) + 1] = lookup[value[i] & 0x0F];

Completed in 315 milliseconds