Searched refs:hints (Results 1 – 3 of 3) sorted by relevance
26 struct addrinfo hints; in resolve() local27 memset(&hints, 0, sizeof(hints)); in resolve()28 hints.ai_family = AF_UNSPEC; in resolve()29 hints.ai_socktype = SOCK_DGRAM; in resolve()31 int res = ::getaddrinfo(name, port, &hints, addrs); in resolve()
22 # Allow EdgeTPU DBA service to request power hints from the Power Service.
34 # Allow TPU NNAPI HAL to request power hints from the Power Service