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

  /packages/apps/Protips/src/com/android/protips/
ProtipWidget.java 148 final Intent bcast = new Intent(context, ProtipWidget.class); local
149 bcast.setAction(ACTION_POKE);
150 bcast.putExtra(EXTRA_TIMES, 3);
151 mContext.sendBroadcast(bcast);
196 Intent bcast = new Intent(context, ProtipWidget.class); local
197 bcast.setAction(ACTION_NEXT_TIP);
199 context, 0, bcast, PendingIntent.FLAG_UPDATE_CURRENT);
203 bcast = new Intent(context, ProtipWidget.class);
204 bcast.setAction(ACTION_POKE);
205 bcast.putExtra(EXTRA_TIMES, 1)
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
CustomizationRestrictionsTest.java 127 final BroadcastReceiverRegistrator bcast =
135 bcast.waitForBroadcast();
143 bcast.waitForBroadcast();
150 bcast.waitForBroadcast();
  /external/wpa_supplicant_8/src/wps/
wps.c 323 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
343 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
wps_er.c 1510 u8 bcast[ETH_ALEN]; local
    [all...]
wps_registrar.c 795 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
798 addr = bcast;
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
ipaddr.py 549 bcast = int(self.broadcast) - 1
550 while cur <= bcast:
556 bcast = int(self.broadcast)
557 while cur <= bcast:
    [all...]
  /external/libnl/lib/route/
addr.c 903 int rtnl_addr_set_broadcast(struct rtnl_addr *addr, struct nl_addr *bcast)
905 return __assign_addr(addr, &addr->a_bcast, bcast, ADDR_ATTR_BROADCAST);
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 1042 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1075 bcast, i,
1113 bcast, 0, 1,
    [all...]
  /external/toybox/toys/pending/
ip.c 61 iface[IFNAMSIZ+1], laddr[64], bcast[64]; member in struct:linkdata
783 line_feed, link->type, link->laddr, peer ,link->bcast);
858 inet_ntop(AF_INET, RTA_DATA(attr), link->bcast, 64);
859 else fill_address(RTA_DATA(attr), link->bcast);
    [all...]

Completed in 724 milliseconds