Home
last modified time | relevance | path

Searched refs:sendQuery (Results 1 – 4 of 4) sorted by relevance

/packages/modules/DnsResolver/
DDnsTlsTransport.cpp167 sendQuery(record->query); in query()
178 bool DnsTlsTransport::sendQuery(const DnsTlsQueryMap::Query& q) { in sendQuery() function in android::net::DnsTlsTransport
201 if (!sendQuery(q)) { in doConnect()
DDnsTlsTransport.h89 bool sendQuery(const DnsTlsQueryMap::Query& q) REQUIRES(mLock);
DDnsTlsSocket.h139 bool sendQuery(const std::vector<uint8_t>& buf) REQUIRES(mLock);
DDnsTlsSocket.cpp494 if (!sendQuery(q.front())) { in loop()
613 bool DnsTlsSocket::sendQuery(const std::vector<uint8_t>& buf) { in sendQuery() function in android::net::DnsTlsSocket