Searched refs:mUnion (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
H A DIpPrefix.cpp56 const uint8_t* bytes = reinterpret_cast<const uint8_t*>(&mUnion.mIn6Addr);
57 byte_vector.insert(byte_vector.end(), bytes, bytes+sizeof(mUnion.mIn6Addr));
59 const uint8_t* bytes = reinterpret_cast<const uint8_t*>(&mUnion.mInAddr);
60 byte_vector.insert(byte_vector.end(), bytes, bytes+sizeof(mUnion.mIn6Addr));
81 memcpy((void*)&mUnion.mIn6Addr, &byte_vector[0], sizeof(mUnion.mIn6Addr));
85 memcpy((void*)&mUnion.mInAddr, &byte_vector[0], sizeof(mUnion.mInAddr));
97 return mUnion.mIn6Addr;
102 return mUnion
[all...]
/frameworks/native/include/binder/
H A DIpPrefix.h40 mUnion(addr), mPrefixLength(plen), mIsIpv6(true) { }
43 mUnion(addr), mPrefixLength(plen), mIsIpv6(false) { }
79 } mUnion; member in class:android::net::IpPrefix
/frameworks/native/libs/binder/include/binder/
H A DIpPrefix.h40 mUnion(addr), mPrefixLength(plen), mIsIpv6(true) { }
43 mUnion(addr), mPrefixLength(plen), mIsIpv6(false) { }
79 } mUnion; member in class:android::net::IpPrefix

Completed in 68 milliseconds