Home
last modified time | relevance | path

Searched refs:mInAddr (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DIpPrefix.cpp59 const uint8_t* bytes = reinterpret_cast<const uint8_t*>(&mUnion.mInAddr); in writeToParcel()
85 memcpy((void*)&mUnion.mInAddr, &byte_vector[0], sizeof(mUnion.mInAddr)); in readFromParcel()
102 return mUnion.mInAddr; in getAddressAsInAddr()
117 *addr = mUnion.mInAddr; in getAddressAsInAddr()
146 mUnion.mInAddr = addr; in setAddress()
169 return 0 == memcmp(&lhs.mUnion.mInAddr, &rhs.mUnion.mInAddr, sizeof(struct in_addr)); in operator ==()
/frameworks/native/libs/binder/include/binder/
DIpPrefix.h78 InternalUnion(const struct in_addr &addr):mInAddr(addr) { }; in InternalUnion()
80 struct in_addr mInAddr; member