Searched refs:sendQuery (Results 1 – 4 of 4) sorted by relevance
167 sendQuery(record->query); in query()178 bool DnsTlsTransport::sendQuery(const DnsTlsQueryMap::Query& q) { in sendQuery() function in android::net::DnsTlsTransport201 if (!sendQuery(q)) { in doConnect()
89 bool sendQuery(const DnsTlsQueryMap::Query& q) REQUIRES(mLock);
139 bool sendQuery(const std::vector<uint8_t>& buf) REQUIRES(mLock);
494 if (!sendQuery(q.front())) { in loop()613 bool DnsTlsSocket::sendQuery(const std::vector<uint8_t>& buf) { in sendQuery() function in android::net::DnsTlsSocket