HomeSort by relevance Sort by last modified time
    Searched refs:mHints (Results 1 - 3 of 3) sorted by null

  /system/netd/
DnsProxyListener.h 48 mHints(hints) {}
60 struct addrinfo* mHints; // owned
DnsProxyListener.cpp 45 free(mHints);
75 int rv = getaddrinfo(mHost, mService, mHints, &result);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
VoiceProxy.java 111 private Hints mHints;
139 mHints = new Hints(service, prefs, new Hints.Display() {
312 if (mHints.showPunctuationHintIfNecessary(ic)) {
552 mHints.registerVoiceResult(bestResult);
    [all...]

Completed in 35 milliseconds