HomeSort by relevance Sort by last modified time
    Searched full:broadcast (Results 101 - 125 of 2626) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/services/net/java/android/net/dhcp/
DhcpRequestPacket.java 32 boolean broadcast) {
33 super(transId, secs, clientIp, INADDR_ANY, INADDR_ANY, INADDR_ANY, clientMac, broadcast);
  /hardware/intel/common/utils/ituxd/
AndroidManifest.xml 27 <protected-broadcast android:name="com.intel.thermal.action.THERMAL_ZONE_STATE_CHANGED" />
28 <protected-broadcast android:name="com.intel.thermal.action.QUERY_THERMAL_PROFILE" />
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerReceiver.java 28 * This broadcast receiver exists to handle timer expiry scheduled in 4.2.1 and prior. It must exist
35 LogUtils.e("TimerReceiver", "Received legacy timer broadcast: %s", intent.getAction());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingRequest.java 38 // convert broadcast intent into activity intent (same action string)
57 // In Canvas, always start the pairing activity when we get the pairing broadcast,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/can/
bcm.h 4 * Definitions for CAN Broadcast Manager (BCM)
20 * struct bcm_msg_head - head of messages to/from the broadcast manager
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/can/
bcm.h 4 * Definitions for CAN Broadcast Manager (BCM)
19 * struct bcm_msg_head - head of messages to/from the broadcast manager
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion16.txt 10 protected-broadcast : Private tag to declare system protected broadcast actions.
  /art/runtime/
thread_pool.cc 155 // Broadcast to everyone waiting.
156 task_queue_condition_.Broadcast(self);
157 completion_condition_.Broadcast(self);
166 task_queue_condition_.Broadcast(self);
192 // We may be done, lets broadcast to the completion condition.
193 completion_condition_.Broadcast(self);
  /external/libchrome/base/synchronization/
condition_variable.h 34 // USAGE NOTE 2: Broadcast() frees up all waiting threads at once,
42 // Broadcast() can be used nicely during teardown, as it gets the job
46 // The semantics of Broadcast() are carefully crafted so that *all*
52 // that all threads get signaled by Broadcast().
98 // Broadcast() revives all waiting threads.
99 void Broadcast();
  /packages/apps/Car/Radio/src/com/android/car/radio/
CarRadioActivity.java 145 Intent broadcast = new Intent(ACTION_RADIO_APP_STATE_CHANGE); local
146 broadcast.putExtra(EXTRA_RADIO_APP_FOREGROUND, true);
147 sendBroadcast(broadcast);
158 Intent broadcast = new Intent(ACTION_RADIO_APP_STATE_CHANGE); local
159 broadcast.putExtra(EXTRA_RADIO_APP_FOREGROUND, false);
160 sendBroadcast(broadcast);
  /frameworks/base/telephony/java/com/android/internal/telephony/
ISms.aidl 80 * broadcast when the message is sucessfully sent, or failed.
93 * broadcast when the message is delivered to the recipient. The
108 * broadcast when the message is sucessfully sent, or failed.
121 * broadcast when the message is delivered to the recipient. The
136 * broadcast when the message is sucessfully sent, or failed.
149 * broadcast when the message is delivered to the recipient. The
168 * broadcast when the message is sucessfully sent, or failed.
181 * broadcast when the message is delivered to the recipient. The
197 * broadcast when the message is successfully received by the
214 * broadcast when the corresponding message part has been sent
    [all...]
SmsCbMessage.java 23 * Parcelable object containing a received cell broadcast message. There are four different types
24 * of Cell Broadcast messages:
28 * <li>cell information messages, broadcast on channel 50, indicating the current cell name for
53 * pages of a GSM multi-page cell broadcast into a single SmsCbMessage object.
56 * {@code SMS_CB_RECEIVED_ACTION} broadcast intents for incoming non-emergency broadcasts.
80 /** GSM or UMTS format cell broadcast. */
83 /** CDMA format cell broadcast. */
101 /** Geographical scope of broadcast. */
105 * Serial number of broadcast (message identifier for CDMA, geographical scope + message code +
107 * a cell broadcast for duplicate detection
    [all...]
  /external/linux-kselftest/tools/testing/selftests/futex/functional/
futex_requeue_pi.c 48 static int broadcast; variable
63 printf(" -b Broadcast wakeup (all waiters)\n");
161 info("Waker: Calling broadcast\n");
178 error("max broadcast iterations (%d) reached with %d/%d tasks woken or requeued\n",
281 int unit_test(int broadcast, long lock, int third_party_owner, long timeout_ns)
305 if (broadcast)
369 broadcast = 1;
397 printf("\tArguments: broadcast=%d locked=%d owner=%d timeout=%ldns\n",
398 broadcast, locked, owner, timeout_ns);
405 ret = unit_test(broadcast, locked, owner, timeout_ns)
    [all...]
  /external/syslinux/core/lwip/src/core/ipv4/
ip_addr.c 48 * Determine if an address is a broadcast address on a network interface
52 * @return returns non-zero if the address is a broadcast address
60 /* all ones (broadcast) or all zeroes (old skool broadcast) */
64 /* no broadcast support on this network interface? */
66 /* the given address cannot be a broadcast address
67 * nor can we check against any broadcast addresses */
69 /* address matches network interface address exactly? => no broadcast */
77 /* => network broadcast address */
145 * cannot distinguish between failure and a local broadcast address
    [all...]
  /frameworks/base/core/java/android/os/
RemoteCallbackList.java 207 * from using {@link #getBroadcastItem}. Note that only one broadcast can
213 * <p>A typical loop delivering a broadcast looks like this:
228 * @return Returns the number of callbacks in the broadcast, to be used
239 "beginBroadcast() called while already in a broadcast");
258 * Retrieve an item in the active broadcast that was previously started
260 * the broadcast is started, and its data is no longer valid after
293 * Clean up the state of a broadcast previously initiated by calling
295 * with a broadcast.
303 "finishBroadcast() called outside of a broadcast");
324 public void broadcast(Consumer<E> action) method in class:RemoteCallbackList
    [all...]
  /packages/apps/CellBroadcastReceiver/res/values-en-rAU/
strings.xml 20 <string name="sms_cb_settings" msgid="971917159442705371">"Mobile broadcast settings"</string>
21 <string name="cell_broadcast_settings_not_available" msgid="2612364350745967915">"Mobile broadcast settings are not available for this user"</string>
28 <string name="menu_delete" msgid="128380070910799366">"Delete broadcast"</string>
30 <string name="confirm_delete_broadcast" msgid="2540199303730232322">"Delete this broadcast?"</string>
31 <string name="confirm_delete_all_broadcasts" msgid="2924444089047280871">"Delete all received broadcast messages?"</string>
47 <string name="cb_other_message_identifiers" msgid="7083176204482365281">"Mobile broadcast"</string>
49 <string name="notification_channel_broadcast_messages" msgid="880704362482824524">"Broadcast messages"</string>
  /packages/apps/CellBroadcastReceiver/res/values-en-rGB/
strings.xml 20 <string name="sms_cb_settings" msgid="971917159442705371">"Mobile broadcast settings"</string>
21 <string name="cell_broadcast_settings_not_available" msgid="2612364350745967915">"Mobile broadcast settings are not available for this user"</string>
28 <string name="menu_delete" msgid="128380070910799366">"Delete broadcast"</string>
30 <string name="confirm_delete_broadcast" msgid="2540199303730232322">"Delete this broadcast?"</string>
31 <string name="confirm_delete_all_broadcasts" msgid="2924444089047280871">"Delete all received broadcast messages?"</string>
47 <string name="cb_other_message_identifiers" msgid="7083176204482365281">"Mobile broadcast"</string>
49 <string name="notification_channel_broadcast_messages" msgid="880704362482824524">"Broadcast messages"</string>
  /packages/apps/CellBroadcastReceiver/res/values-en-rIN/
strings.xml 20 <string name="sms_cb_settings" msgid="971917159442705371">"Mobile broadcast settings"</string>
21 <string name="cell_broadcast_settings_not_available" msgid="2612364350745967915">"Mobile broadcast settings are not available for this user"</string>
28 <string name="menu_delete" msgid="128380070910799366">"Delete broadcast"</string>
30 <string name="confirm_delete_broadcast" msgid="2540199303730232322">"Delete this broadcast?"</string>
31 <string name="confirm_delete_all_broadcasts" msgid="2924444089047280871">"Delete all received broadcast messages?"</string>
47 <string name="cb_other_message_identifiers" msgid="7083176204482365281">"Mobile broadcast"</string>
49 <string name="notification_channel_broadcast_messages" msgid="880704362482824524">"Broadcast messages"</string>
  /packages/apps/CellBroadcastReceiver/res/values-it/
strings.xml 19 <string name="app_label" msgid="7559008249836700599">"Cell broadcast"</string>
20 <string name="sms_cb_settings" msgid="971917159442705371">"Impostazioni cell broadcast"</string>
21 <string name="cell_broadcast_settings_not_available" msgid="2612364350745967915">"Le impostazioni di cell broadcast non sono disponibili per questo utente"</string>
30 <string name="confirm_delete_broadcast" msgid="2540199303730232322">"Eliminare questo broadcast?"</string>
31 <string name="confirm_delete_all_broadcasts" msgid="2924444089047280871">"Eliminare tutti i messaggi broadcast ricevuti?"</string>
47 <string name="cb_other_message_identifiers" msgid="7083176204482365281">"Cell broadcast"</string>
49 <string name="notification_channel_broadcast_messages" msgid="880704362482824524">"Messaggi broadcast"</string>
  /frameworks/base/core/java/android/app/
UiModeManager.java 52 * dock event broadcast.
59 * Broadcast sent when the device's UI has switched to car mode, either
61 * sending the broadcast, the system will start the intent
68 * of the broadcast to {@link Activity#RESULT_CANCELED}.
73 * Broadcast sent when the device's UI has switch away from car mode back
80 * Broadcast sent when the device's UI has switched to desk mode,
82 * sending the broadcast, the system will start the intent
89 * of the broadcast to {@link Activity#RESULT_CANCELED}.
94 * Broadcast sent when the device's UI has switched away from desk mode back
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierSignalAgent.java 72 * Those intents are declared in the Manifest files, aiming to wakeup broadcast receivers.
197 * Check if there are registered carrier broadcast receivers to handle the passing intent
205 * Broadcast the intents explicitly.
213 * @param receivers a list of component name for broadcast receivers.
218 private void broadcast(Intent intent, List<ComponentName> receivers, boolean wakeup) { method in class:CarrierSignalAgent
248 loge("Send broadcast failed: " + e);
255 * receivers and broadcast the intent.
265 broadcast(intent, receiverList, WAKE); method
272 broadcast(intent, receiverList, NO_WAKE); method
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigService.java 83 // cell broadcast on the sub we are interested in and we'll disable
93 // Enable cell broadcast messages on this sub.
98 // Disable all cell broadcast message on this sub.
117 Log.e(TAG, "exception enabling cell broadcast channels", ex);
123 * Enable/disable cell broadcast messages id on one subscription
358 * Enable/disable cell broadcast with messages id range
360 * @param enable True for enabling cell broadcast with id range, otherwise for disabling.
362 * @param start Cell broadcast id range start
363 * @param end Cell broadcast id range end
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Common.c 28 @retval IP4_NET_BROADCAST The IpAddr is a network broadcast to the interface
56 server may send local broadcast to the local unicast MAC.
66 the interface, multicast address and local broadcast address are checked.
95 // source address can't be broadcast.
107 // If it is local broadcast address. The source address must
Ip4Common.h 25 // The packet is received as link level broadcast/multicast/promiscuous.
33 // type bigger than or equal to LOCAL_BROADCAST is broadcast.
88 @retval IP4_NET_BROADCAST The IpAddr is a network broadcast to the interface
101 server may send local broadcast to the local unicast MAC.
111 the interface, multicast address and local broadcast address are checked.
  /frameworks/base/core/tests/coretests/src/android/os/
BroadcasterTest.java 49 b.broadcast(msg);
85 b.broadcast(msg);
148 b.broadcast(msg);
183 b.broadcast(msg);
219 b.broadcast(msg);

Completed in 662 milliseconds

1 2 3 45 6 7 8 91011>>