Searched refs:lookup (Results 1 - 10 of 10) 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
H A DExpression.cpp114 Define *define = ast.getDefinesScope().lookup(mValue);
/system/hwservicemanager/
H A DServiceManager.h75 HidlService *lookup(
77 const HidlService *lookup(
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/media/camera/docs/
H A Dmetadata_parser_xml.py46 from mako.lookup import TemplateLookup
310 lookup = TemplateLookup(directories=[os.getcwd()])
311 tpl = Template(filename=template, lookup=lookup)
/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/core/libpixelflinger/codeflinger/
H A DCodeCache.h87 sp<Assembly> lookup(const AssemblyKeyBase& key) const;
H A DCodeCache.cpp162 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const
/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];
/system/core/libpixelflinger/
H A Dscanline.cpp398 sp<Assembly> assembly = gCodeCache.lookup(key);

Completed in 298 milliseconds