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

  /hardware/qcom/gps/msm8909w_3100/gnss/
GnssAdapter.h 217 bool resolveInAddress(const char* hostAddress, struct in_addr* inAddress);
GnssAdapter.cpp 470 GnssAdapter::resolveInAddress(const char* hostAddress, struct in_addr* inAddress)
703 if (!mAdapter.resolveInAddress(mConfig.assistanceServer.hostName, &addr)) {
    [all...]
  /hardware/qcom/gps/msm8998/gnss/
GnssAdapter.h 204 bool resolveInAddress(const char* hostAddress, struct in_addr* inAddress);
GnssAdapter.cpp 450 GnssAdapter::resolveInAddress(const char* hostAddress, struct in_addr* inAddress)
663 if (!mAdapter.resolveInAddress(mConfig.assistanceServer.hostName, &addr)) {
    [all...]

Completed in 435 milliseconds