Searched refs:mMasterElectionEP (Results 1 - 3 of 3) sorted by path

/frameworks/base/libs/common_time/
H A Dcommon_time_server.cpp123 reinterpret_cast<struct sockaddr_in*>(&mMasterElectionEP);
124 memset(&mMasterElectionEP, 0, sizeof(mMasterElectionEP));
421 sockaddrToString(mMasterElectionEP, true, masterElectionEPStr,
429 if (AF_INET != mMasterElectionEP.ss_family) {
464 ipv4_addr = reinterpret_cast<struct sockaddr_in*>(&mMasterElectionEP);
1076 sockaddrToString(mMasterElectionEP, true, dstEPStr, sizeof(dstEPStr));
1086 reinterpret_cast<const sockaddr *>(&mMasterElectionEP),
1087 sizeof(mMasterElectionEP));
1161 sockaddrToString(mMasterElectionEP, tru
[all...]
H A Dcommon_time_server.h247 struct sockaddr_storage mMasterElectionEP; // Endpoint over which we conduct master election member in class:android::CommonTimeServer
H A Dcommon_time_server_api.cpp99 memcpy(addr, &mMasterElectionEP, sizeof(*addr));
125 memcpy(&mMasterElectionEP, addr, sizeof(mMasterElectionEP));
382 sockaddrToString(mMasterElectionEP, true, meStr, sizeof(meStr));

Completed in 62 milliseconds