Home
last modified time | relevance | path

Searched defs:lookup (Results 1 – 7 of 7) sorted by relevance

/system/tools/hidl/c2hal/
DScope.h72 T Scope<T>::lookup(std::string name) const { in lookup() function
/system/chre/apps/chqts/src/shared/
Dnano_string.cc68 constexpr char lookup[16] = { in uint32ToHexAscii() local
/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp166 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const in lookup() function in android::CodeCache
/system/tools/hidl/hashing/
DHash.cpp109 std::vector<std::string> lookup(const std::string& fqName) const { in lookup() function
/system/hwservicemanager/
DServiceManager.cpp112 HidlService* ServiceManager::lookup(const std::string& fqName, const std::string& name) { in lookup() function in android::hidl::manager::implementation::ServiceManager
159 const HidlService *ServiceManager::PackageInterfaceMap::lookup( in lookup() function in android::hidl::manager::implementation::ServiceManager::PackageInterfaceMap
170 HidlService *ServiceManager::PackageInterfaceMap::lookup( in lookup() function in android::hidl::manager::implementation::ServiceManager::PackageInterfaceMap
/system/netd/resolv/
Dres_cache.cpp1346 static void _cache_add_p(Cache* cache, Entry** lookup, Entry* e) { in _cache_add_p()
1359 static void _cache_remove_p(Cache* cache, Entry** lookup) { in _cache_remove_p()
1375 Entry** lookup = _cache_lookup_p(cache, oldest); in _cache_remove_oldest() local
1395 Entry** lookup = _cache_lookup_p(cache, e); in _cache_remove_expired() local
1422 Entry** lookup; in _resolv_cache_lookup() local
1520 Entry** lookup; in _resolv_cache_add() local
/system/bt/btif/src/
Dbtif_config.cc452 const char* lookup = "0123456789abcdef"; in btif_config_set_bin() local