Searched defs:ID (Results 1 - 2 of 2) sorted by relevance

/system/tools/hidl/c2hal/
H A DType.h44 ID, enumerator in enum:android::Type::Qualifier::Qualification
80 case Qualifier::ID: return "ID";
/system/netd/tests/
H A Ddns_tls_test.cpp105 const uint16_t ID = 52; member in namespace:android::net
107 const bytevec QUERY = make_query(ID, SIZE);
173 // Fewer than 65536 queries to avoid ID exhaustion.
193 ALOGD("FakeSocketDelay got query with ID %d", int(id));
236 // Fewer than 65536 queries to avoid ID exhaustion.
254 // even if they all have the same original ID.
291 // and they should all be mapped correctly back to the original ID.
316 // The ID space is now full, so subsequent queries should fail immediately.
532 mThreads.emplace_back(&IDnsTlsSocketObserver::onResponse, mObserver, make_query(ID + 1, SIZE));
829 // The ID shoul
[all...]

Completed in 78 milliseconds