Searched defs:setPanid (Results 1 - 4 of 4) sorted by path

/frameworks/base/lowpan/java/android/net/lowpan/
H A DLowpanBeaconInfo.java65 public Builder setPanid(int x) { method in class:LowpanBeaconInfo.Builder
66 mIdentityBuilder.setPanid(x);
H A DLowpanIdentity.java68 setPanid(x.getPanid());
113 public Builder setPanid(int x) { method in class:LowpanIdentity.Builder
245 builder.setPanid(in.readInt());
/frameworks/opt/net/lowpan/libandroid_net_lowpan/
H A DLowpanBeaconInfo.cpp77 LowpanBeaconInfo::Builder& LowpanBeaconInfo::Builder::setPanid(int32_t value) { function in class:android::net::lowpan::LowpanBeaconInfo::Builder
78 mIdentityBuilder.setPanid(value);
H A DLowpanIdentity.cpp102 LowpanIdentity::Builder& LowpanIdentity::Builder::setPanid(int32_t value) { function in class:android::net::lowpan::LowpanIdentity::Builder

Completed in 114 milliseconds