Searched refs:resolved (Results 1 – 13 of 13) sorted by relevance
/system/core/adb/ |
D | adb_listeners.cpp | 218 int resolved = 0; in install_listener() local 219 listener->fd = socket_spec_listen(listener->local_name, error, &resolved); in install_listener() 225 if (resolved != 0) { in install_listener() 226 listener->local_name = android::base::StringPrintf("tcp:%d", resolved); in install_listener() 228 *resolved_tcp_port = resolved; in install_listener()
|
/system/tools/hidl/ |
D | Reference.h | 101 void set(T* resolved) { in set() 103 CHECK(resolved != nullptr); in set() 104 mResolved = resolved; in set()
|
D | hidl-gen_y.yy | 651 // Since typedefs are always resolved to their target it makes
|
/system/libvintf/ |
D | check_vintf.cpp | 69 auto resolved = resolve(path, error); in fetch() local 70 if (resolved.empty()) { in fetch() 73 status_t status = details::FileSystemImpl::fetch(resolved, fetched, error); in fetch() 74 LOG(INFO) << "Fetch '" << resolved << "': " << toString(status); in fetch() 79 auto resolved = resolve(path, error); in listFiles() local 80 if (resolved.empty()) { in listFiles() 83 status_t status = details::FileSystemImpl::listFiles(resolved, out, error); in listFiles() 84 LOG(INFO) << "List '" << resolved << "': " << toString(status); in listFiles()
|
/system/bt/ |
D | BUILD.gn | 19 # resolved or known not to exist (which will cause the build to fail). So if
|
/system/core/adb/client/ |
D | transport_mdns.cpp | 577 auto resolved = new ResolvedService(discovered->ServiceName(), discovered->RegType(), in register_resolved_mdns_service() local 580 if (! resolved->Initialized()) { in register_resolved_mdns_service() 582 delete resolved; in register_resolved_mdns_service()
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 93 classes, or permissions from a neverallow rule that could not be resolved
|
/system/core/libutils/ |
D | README | 161 is resolved automatically by the system.
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 379 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
|
D | Doxyfile.bak | 379 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
|
D | Doxyfile | 438 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 397 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
|
/system/chre/pal/doc/ |
D | Doxyfile | 397 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
|