HomeSort by relevance Sort by last modified time
    Searched full:broadcast (Results 576 - 600 of 2147) sorted by null

<<21222324252627282930>>

  /external/autotest/client/deps/lansim/src/py/
host.py 14 # Broadcast address:
43 # Reply to broadcast ARP requests.
45 "dst": "\xff" * 6, # Broadcast HW addr.
  /external/libpcap/
fad-gifc.c 285 * Get the broadcast address for this address on this
316 * Not a broadcast interface, so no broadcast
  /external/toybox/toys/other/
ifconfig.c 32 netmask|broadcast|pointopoint ADDRESS - set more IPv4 characteristics
211 "UP", "BROADCAST", "DEBUG", "LOOPBACK", "POINTOPOINT", "NOTRAILERS",
371 {"broadcast", IFF_BROADCAST, SIOCSIFBRDADDR},
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dpSink.java 46 * Intent used to broadcast the change in connection state of the A2DP Sink
67 * Intent used to broadcast the change in the Playing state of the A2DP Sink
101 * Intent used to broadcast the change in the Playing state of the A2DP Sink
  /frameworks/base/core/java/android/os/
DropBoxManager.java 63 * Broadcast Action: This is broadcast when a new entry is added in the dropbox.
65 * in order to receive this broadcast.
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestBase.java 44 * It registers connectivity manager broadcast and WiFi broadcast to provide
92 * A wrapper of a broadcast receiver which provides network connectivity information
  /frameworks/base/docs/html/google/play/billing/
billing_promotions.jd 160 When the user makes a purchase, the system invokes your broadcast receiver's
170 unregister the broadcast receiver:
176 <strong>Note:</strong> Don't register this broadcast receiver in the
  /frameworks/base/docs/html/topic/performance/
background-optimization.jd 51 implicit broadcast may start many background processes that have registered
107 broadcast will not start. This could pose a problem for apps that want
363 broadcast receivers can help your app run better on such devices. Although
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 52 * mentioned in this table will therefore cause the system to send a broadcast with
113 // Will we need a post-restore broadcast for this element?
162 // broadcast with the historical value now that the new value has
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFocus.cpp 262 mDoAFCond.broadcast();
806 mDoAFCond.broadcast();
816 mDoAFCond.broadcast();
  /packages/apps/Messaging/src/com/android/messaging/receiver/
SmsReceiver.java 91 // On KLP we don't need to abort the broadcast
141 LogUtil.v(TAG, "Enabling SMS/MMS broadcast abort");
151 LogUtil.v(TAG, "Disabling SMS/MMS broadcast abort");
  /system/connectivity/dhcp_client/
dhcp_message.cc 256 // Check broadcast flags.
257 // It should be 0 because we do not request broadcast reply.
445 // require broadcast flag.
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c 1183 TH_LOG("cond broadcast non-zero");
    [all...]
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 85 * Broadcast Action: Query available keyboard layouts.
88 * by querying broadcast receivers that are registered for this action.
90 * by declaring a suitable broadcast receiver in its manifest.
92 * Here is an example broadcast receiver declaration that an application
461 * {@link #ACTION_QUERY_KEYBOARD_LAYOUTS} broadcast receiver.
482 * {@link #ACTION_QUERY_KEYBOARD_LAYOUTS} broadcast receiver.
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 65 * adb shell am broadcast -a "android.intent.action.EVENT_REMINDER"
76 // The broadcast for notification refreshes scheduled by the app. This is to
77 // distinguish the EVENT_REMINDER broadcast sent by the provider.
626 * Creates a broadcast pending intent that fires to AlertReceiver when the email button
    [all...]
  /system/connectivity/shill/net/
netlink_manager_unittest.cc 514 // Verify that broadcast handler is called for the message after the
520 // Install and then uninstall message-specific handler; verify broadcast
531 // Install handler for different message; verify that broadcast handler is
649 // Install a broadcast handler.
699 // Verify that broadcast handler is called now that the done message has
772 // broadcast handler gets called, instead of the message's handler.
    [all...]
  /art/runtime/gc/
allocation_record.cc 173 new_record_condition_.Broadcast(Thread::Current());
183 new_record_condition_.Broadcast(Thread::Current());
  /art/runtime/lambda/
box_table.cc 275 new_weaks_condition_.Broadcast(self);
282 new_weaks_condition_.Broadcast(self);
  /bionic/tests/
ifaddrs_test.cpp 195 if ((flags & IFF_BROADCAST) != 0) result += " BROADCAST";
242 print_sockaddr_inet((ifa->ifa_flags & IFF_BROADCAST) ? "broadcast" : "destination",
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyBroadcastReceiver.java 64 * <li>Returned the number of RESTRICT_BACKGROUND_CHANGED broadcasts in an ordered broadcast.
153 * result data for the ordered broadcast.
  /docs/source.android.com/src/devices/tech/config/
voicemail.jd 150 <li>Receiving the <code>VoicemailContract.ACTION_SYNC_VOICEMAIL</code> broadcast
170 broadcast <code>VoicemailContract.ACTION_FETCH_VOICEMAIL</code>, which the
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsPresence.java 183 * from network. If the presence service receives notify then it will broadcast the
227 * from network. If the presence service receives notify then it will broadcast the intent
  /external/kernel-headers/original/uapi/linux/
if.h 48 * @IFF_BROADCAST: broadcast address valid. Volatile.
231 #define ifr_broadaddr ifr_ifru.ifru_broadaddr /* broadcast address */
  /external/libevent/
evthread.c 417 _evthreadimpl_cond_signal(void *cond, int broadcast)
420 return _evthread_cond_fns.signal_condition(cond, broadcast);
  /external/libevent/include/event2/
thread.h 148 /** Function to signal a condition variable. If 'broadcast' is 1, all
154 int (*signal_condition)(void *cond, int broadcast);

Completed in 1478 milliseconds

<<21222324252627282930>>