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

  /frameworks/native/libs/binder/
IpPrefix.cpp 59 const uint8_t* bytes = reinterpret_cast<const uint8_t*>(&mUnion.mInAddr);
85 memcpy((void*)&mUnion.mInAddr, &byte_vector[0], sizeof(mUnion.mInAddr));
102 return mUnion.mInAddr;
117 *addr = mUnion.mInAddr;
146 mUnion.mInAddr = addr;
169 return 0 == memcmp(&lhs.mUnion.mInAddr, &rhs.mUnion.mInAddr, sizeof(struct in_addr));
  /frameworks/native/libs/binder/include/binder/
IpPrefix.h 76 InternalUnion(const struct in_addr &addr):mInAddr(addr) { };
78 struct in_addr mInAddr;

Completed in 692 milliseconds