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

  /frameworks/base/libs/common_time/
common_time_server_api.cpp 149 ifaceName = mBindIface;
159 mBindIface = ifaceName;
162 mBindIface.clear();
386 mBindIfaceValid ? mBindIface.string() : "<unbound>");
common_time_server.h 248 String8 mBindIface; // Endpoint for the service to bind to.
common_time_server.cpp 425 mBindIface.string(), masterElectionEPStr);
446 snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s", mBindIface.string());
548 strlcpy(ifr.ifr_name, mBindIface.string(), IFNAMSIZ);
    [all...]

Completed in 836 milliseconds