HomeSort by relevance Sort by last modified time
    Searched refs:bcast (Results 1 - 5 of 5) 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...]
  /external/wpa_supplicant_8/src/wps/
wps.c 308 const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
328 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
wps_er.c 1502 u8 bcast[ETH_ALEN]; local
    [all...]
wps_registrar.c 790 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
793 addr = bcast;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 1054 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
1087 bcast, i,
1125 bcast, 0, 1,
    [all...]

Completed in 124 milliseconds