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

1 2 3 4 5 6 7 891011>>

  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_agps.h 81 // broadcast
89 inline Notification(const int broadcast,
92 rcver(NULL), groupID(broadcast), rsrcStatus(status),
103 inline Notification(const int broadcast) :
104 rcver(NULL), groupID(broadcast), rsrcStatus(RSRC_STATUS_MAX),
296 // either has my id, or has a broadcast id.
  /system/connectivity/shill/net/
rtnl_handler.cc 353 const IPAddress& broadcast,
355 CHECK(local.family() == broadcast.family());
373 if (!broadcast.IsDefault()) {
374 msg.SetAttribute(IFA_BROADCAST, broadcast.address());
385 const IPAddress& broadcast,
391 broadcast,
netlink_socket.h 72 // |GetSequenceNumber| won't return zero because that is the 'broadcast'
84 // Subscribes to netlink broadcast events.
  /frameworks/base/docs/html/guide/components/
fundamentals.jd 148 <dt><b>Broadcast receivers</b></dt>
150 <dd>A <i>broadcast receiver</i> is a component that responds to system-wide broadcast
151 announcements. Many broadcasts originate from the system&mdash;for example, a broadcast announcing
154 some data has been downloaded to the device and is available for them to use. Although broadcast
157 to alert the user when a broadcast event occurs. More commonly, though, a broadcast receiver is
161 <p>A broadcast receiver is implemented as a subclass of {@link android.content.BroadcastReceiver}
162 and each broadcast is delivered as an {@link android.content.Intent} object. For more information,
196 broadcast receivers&mdash;are activated by an asynchronous message called an <em>intent</em>
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
SystemUpdatePolicyTest.java 135 assertTrue("Timeout while waiting for broadcast.",
138 fail("Interrupted while waiting for broadcast.");
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleReceiver.java 28 * Broadcast receiver that can change the system's locale.
33 * $ adb shell am broadcast -a com.android.intent.action.SET_LOCALE \
  /development/samples/training/threadsample/src/com/example/android/threadsample/
Constants.java 42 public static final String BROADCAST_ACTION = "com.example.android.threadsample.BROADCAST";
70 // Status values to broadcast to the Activity
  /external/iproute2/include/linux/
if_tun.h 97 * If the filter is enabled in order to accept broadcast packets
98 * broadcast addr must be explicitly included in the addr list.
  /external/iptables/extensions/
libxt_pkttype.c 3 * packets by their type (BROADCAST, UNICAST, MULTICAST).
26 {"broadcast", PACKET_BROADCAST, 1, "to all"},
  /external/kernel-headers/original/uapi/linux/can/
bcm.h 4 * Definitions for CAN Broadcast Manager (BCM)
56 * struct bcm_msg_head - head of messages to/from the broadcast manager
  /external/kernel-headers/original/uapi/linux/
if_tun.h 97 * If the filter is enabled in order to accept broadcast packets
98 * broadcast addr must be explicitly included in the addr list.
  /external/libevent/
evthread_pthread.c 123 evthread_posix_cond_signal(void *_cond, int broadcast)
127 if (broadcast)
  /frameworks/av/camera/tests/
CameraBinderTests.cpp 78 mCondition.broadcast();
85 mTorchCondition.broadcast();
175 mStatusCondition.broadcast();
183 mStatusCondition.broadcast();
194 mStatusCondition.broadcast();
206 mStatusCondition.broadcast();
215 mStatusCondition.broadcast();
224 mStatusCondition.broadcast();
  /frameworks/av/media/libstagefright/httplive/
LiveDataSource.cpp 151 mCondition.broadcast();
160 mCondition.broadcast();
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.cpp 197 mCondition.broadcast();
215 mCondition.broadcast();
  /frameworks/base/docs/html/training/monitoring-device-state/
index.jd 69 <dt><b><a href="manifest-receivers.html">Manipulating Broadcast Receivers On Demand</a></b></dt>
70 <dd>Broadcast receivers that you've declared in the manifest can be toggled at runtime to disable
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InterfaceAddressTest.java 40 // RI may fail on this when both broadcast addresses are null
53 // RI may fail on this when both broadcast addresses are null
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlarmScheduler.java 43 * Schedules the next EVENT_REMINDER_APP broadcast with AlarmManager, by querying the events
72 // Add a slight delay for the EVENT_REMINDER_APP broadcast for a couple reasons:
73 // (1) so that the concurrent reminder broadcast from the provider doesn't result
286 * Schedules an alarm for the EVENT_REMINDER_APP broadcast, for the specified
287 * alarm time with a slight delay (to account for the possible duplicate broadcast
307 Log.d(TAG, "Scheduling alarm for EVENT_REMINDER_APP broadcast for event " + eventId
311 // Schedule an EVENT_REMINDER_APP broadcast with AlarmManager. The extra is
314 // Note that the 'setClass' is required, because otherwise it seems the broadcast
  /packages/providers/TelephonyProvider/
AndroidManifest.xml 27 <protected-broadcast android:name="android.provider.action.EXTERNAL_PROVIDER_CHANGE" />
28 <protected-broadcast android:name="android.intent.action.CONTENT_CHANGED" />
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
asoundef.h 94 #define IEC958_AES1_CON_BROADCAST1_MASK 0x07 /**< Broadcast mask */
95 #define IEC958_AES1_CON_BROADCAST1_ID 0x04 /**< Broadcast ID */
96 #define IEC958_AES1_CON_DAB_JAPAN (IEC958_AES1_CON_BROADCAST1_ID|0x00) /**< Digital audio broadcast (Japan) */
97 #define IEC958_AES1_CON_DAB_EUROPE (IEC958_AES1_CON_BROADCAST1_ID|0x08) /**< Digital audio broadcast (Europe) */
98 #define IEC958_AES1_CON_DAB_USA (IEC958_AES1_CON_BROADCAST1_ID|0x60) /**< Digital audio broadcast (USA) */
101 #define IEC958_AES1_CON_BROADCAST1_OTHER (IEC958_AES1_CON_BROADCAST1_ID|0x78) /**< Other broadcast product */
102 #define IEC958_AES1_CON_BROADCAST2_MASK 0x0f /**< Broadcast alternative mask */
103 #define IEC958_AES1_CON_BROADCAST2_ID 0x0e /**< Broadcast alternative ID */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
if_tr.h 91 #define TR_RCF_BROADCAST 0x8000 /* all-routes broadcast */
92 #define TR_RCF_LIMITED_BROADCAST 0xC000 /* single-route broadcast */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
asoundef.h 94 #define IEC958_AES1_CON_BROADCAST1_MASK 0x07 /**< Broadcast mask */
95 #define IEC958_AES1_CON_BROADCAST1_ID 0x04 /**< Broadcast ID */
96 #define IEC958_AES1_CON_DAB_JAPAN (IEC958_AES1_CON_BROADCAST1_ID|0x00) /**< Digital audio broadcast (Japan) */
97 #define IEC958_AES1_CON_DAB_EUROPE (IEC958_AES1_CON_BROADCAST1_ID|0x08) /**< Digital audio broadcast (Europe) */
98 #define IEC958_AES1_CON_DAB_USA (IEC958_AES1_CON_BROADCAST1_ID|0x60) /**< Digital audio broadcast (USA) */
101 #define IEC958_AES1_CON_BROADCAST1_OTHER (IEC958_AES1_CON_BROADCAST1_ID|0x78) /**< Other broadcast product */
102 #define IEC958_AES1_CON_BROADCAST2_MASK 0x0f /**< Broadcast alternative mask */
103 #define IEC958_AES1_CON_BROADCAST2_ID 0x0e /**< Broadcast alternative ID */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_tun.h 84 * If the filter is enabled in order to accept broadcast packets
85 * broadcast addr must be explicitly included in the addr list.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
if_tr.h 91 #define TR_RCF_BROADCAST 0x8000 /* all-routes broadcast */
92 #define TR_RCF_LIMITED_BROADCAST 0xC000 /* single-route broadcast */
  /system/connectivity/shill/doc/
ipconfig-api.txt 45 string Broadcast [readonly]
47 The Layer 3 broadcast address specified as per Address.

Completed in 3698 milliseconds

1 2 3 4 5 6 7 891011>>