/frameworks/native/services/surfaceflinger/ |
EventThread.cpp | 105 mCondition.broadcast(); 122 mCondition.broadcast(); 135 mCondition.broadcast(); 144 mCondition.broadcast(); 153 mCondition.broadcast(); 163 mCondition.broadcast(); 178 mCondition.broadcast();
|
/external/dnsmasq/src/ |
dhcp.c | 28 struct in_addr netmask, struct in_addr broadcast, void *vparam); 207 /* OpenBSD tells us when a packet was broadcast */ 295 /* broadcast to 255.255.255.255 (or mac address invalid) */ 326 /* broadcast to 255.255.255.255 (or mac address invalid) */ 337 mysteriously. Bah. Fall back to broadcast for other net types. */ 362 /* This is a complex routine: it gets called with each (address,netmask,broadcast) triple 366 2) Fills in any netmask and broadcast addresses which have not been explicitly configured. 373 struct in_addr netmask, struct in_addr broadcast, void *vparam) 412 if (is_same_net(broadcast, context->start, context->netmask)) 413 context->broadcast = broadcast [all...] |
/docs/source.android.com/src/devices/tv/ |
index.jd | 30 <p>The framework does not seek to implement TV standards or regional requirements, but does make it easier for device manufacturers to meet regional digital TV broadcast standards without re-implementation. Documentation in this section might also be useful to third-party app developers who want to create custom TV Inputs.</p> 100 <p>The TV Provider maps "broadcast genre" to "canonical genre" internally. TV 101 Inputs are responsible for populating "broadcast genre" with the value in the 102 underlying broadcast standard, and the "canonical genre" field will 103 automatically be populated with the correct associated genre from <code>android.provider.TvContract.Genres</code>. For example, with broadcast standard ATSC A/65 and program with genre 0x25 104 (meaning ?Sports?), the TV Input will populate the ?broadcast genre? with the 273 broadcast apps. For example, you might use these broadcast apps to access 276 <p>See the <em>Broadcast app</em> section to learn how broadcast apps interact with the TV App.</p [all...] |
/frameworks/base/services/net/java/android/net/dhcp/ |
DhcpPacket.java | 173 * DHCP Optional Type: DHCP BROADCAST ADDRESS 287 * Does the client request a broadcast response? 316 byte[] clientMac, boolean broadcast) { 324 mBroadcast = broadcast; 358 byte requestCode, boolean broadcast) { 416 if (broadcast) { 867 boolean broadcast = (bootpFlags & 0x8000) != 0; [all...] |
/frameworks/base/core/java/android/app/admin/ |
DeviceAdminReceiver.java | 135 * this broadcast. 152 * this broadcast. 166 * this broadcast. 180 * this broadcast. 193 * owner to receive this broadcast. 207 * owner to receive this broadcast. 225 * Broadcast Action: This broadcast is sent to indicate that provisioning of a managed profile 228 * <p>The broadcast is limited to the profile that will be managed by the application that 230 * The broadcast will also be limited to the {@link DeviceAdminReceiver} componen [all...] |
/frameworks/base/services/core/java/com/android/server/ |
UiModeManagerService.java | 127 // The broadcast receiver which receives the result of the ordered broadcast sent when 128 // the dock state changes. The original ordered broadcast is sent with an initial result 129 // code of RESULT_OK. If any of the registered broadcast receivers changes this value, e.g., 136 Slog.v(TAG, "Handling broadcast result for action " + intent.getAction() 520 "updateLocked: preparing broadcast: action=%s enable=0x%08x disable=0x%08x", 524 // Send the ordered broadcast; the result receiver will receive after all 525 // broadcasts have been sent. If any broadcast receiver changes the result 539 // the broadcast and started the home activity. 614 "Handling broadcast result for action %s: enable=0x%08x, disable=0x%08x, [all...] |
SystemService.java | 67 * After receiving this boot phase, services can broadcast Intents. 81 * broadcast receiver for ACTION_BOOT_COMPLETED to reduce overall latency. 174 * broadcast to the user; it is a good place to stop making use of any resources of that
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipManager.java | 84 * Action to broadcast when SipService is up. 401 * @param incomingCallIntent the incoming call broadcast intent 442 * Checks if the intent is an incoming call broadcast intent. 445 * @return true if the intent is an incoming call broadcast intent 455 * Gets the call ID from the specified incoming call broadcast intent. 457 * @param incomingCallIntent the incoming call broadcast intent 466 * broadcast intent. 468 * @param incomingCallIntent the incoming call broadcast intent 477 * Creates an incoming call broadcast intent. 556 * @param incomingCallIntent the incoming call broadcast inten [all...] |
/docs/source.android.com/src/compatibility/1.6/ |
android-1.6-cdd.html | 43 <a href="android-1.6-cdd.html#8"><b>3.2.3.1. Core Application Intents ........................................................................... 8<br/>3.2.3.2. Intent Overrides ......................................................................................... 8<br/>3.2.3.3. Intent Namespaces.................................................................................... 8<br/></b></a><a href="android-1.6-cdd.html#9"><b>3.2.3.4. Broadcast Intents ...................................................................................... 9</b></a><br/> 56 <a name=3></a><a href="android-1.6-cdd.html#21"><b>12. Contact Us ................................................................................................................. 21<br/></b></a><a href="android-1.6-cdd.html#22"><b>Appendix A: Required Application Intents ................................................................... 22<br/></b></a><b>Appendix B: Required Broadcast Intents ....................................................................... 0<br/>Appendix C: Future Considerations................................................................................ 0</b><br/> 162 Device implementers MUST NOT include any Android component that honors any new Intent or<br/>Broadcast Intent patterns using an ACTION, CATEGORY, or other key string in the android.* namespace.<br/>Device implementers MUST NOT include any Android components that honor any new Intent or<br/>Broadcast Intent patterns using an ACTION, CATEGORY, or other key string in a package space<br/>belonging to another organization. Device implementers MUST NOT alter or extend any of the Intent<br/>patterns listed in Appendices A or B.<br/> 165 <a name=9></a><b>3.2.3.4. Broadcast Intents</b><br/> 166 Third-party applications rely on the platform to broadcast certain Intents to notify them of changes in the<br/>hardware or software environment. Android-compatible devices MUST broadcast the public broadcast<br/>Intents in response to appropriate system events. A list of required Broadcast Intents is provided in<br/>Appendix B; however, note that the SDK may define additional broadcast intents, which MUST also be<br/>honored.<br/ [all...] |
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestUtils.java | 423 * actions were broadcast. 466 * actions were broadcast. 509 * is in discoverable mode and that the correct actions were broadcast. 559 * device is in in connectable mode and that the correct actions were broadcast. 609 * and that the correct actions were broadcast. 647 * and that the correct actions were broadcast. 721 * and that the correct actions were broadcast. 734 * and that the correct actions were broadcast. 820 * and that the correct actions were broadcast. [all...] |
/cts/tests/tests/assist/src/android/assist/cts/ |
AssistTestBase.java | 122 * Called when waiting for Assistant's Broadcast Receiver to be setup 132 * Send broadcast to MainInteractionService to start a session 180 fail("Fail to receive broadcast in " + Utils.getAssistDataTimeout(mTestName) + "msec"); 182 Log.i(TAG, "Received broadcast with all information."); 219 * Sends a broadcast with the specified scroll positions to the test app. 491 Log.i(TAG, "Received broadcast with assist data.");
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/ |
ipaddr.py | 545 or broadcast addresses. 549 bcast = int(self.broadcast) - 1 556 bcast = int(self.broadcast) 563 broadcast = int(self.broadcast) 565 if network + n > broadcast: 570 if broadcast + n < network: 572 return IPAddress(broadcast + n, version=self._version) 642 self.broadcast >= other.broadcast) 662 def broadcast(self): member in class:_BaseNet [all...] |
/external/llvm/test/CodeGen/X86/ |
splat-for-size.ll | 8 ; There is no AVX broadcast from double to 128-bit vector because movddup has been around since SSE3 (grrr). 119 ; AVX can't do integer splats, and there's no broadcast fakery for 16-bit. Could use pshuflw, etc? 135 ; AVX can't do integer splats, and there's no broadcast fakery for 16-bit. Could use pshuflw, etc? 155 ; AVX can't do integer splats, and there's no broadcast fakery for 8-bit. Could use pshufb, etc? 171 ; AVX can't do integer splats, and there's no broadcast fakery for 8-bit. Could use pshufb, etc? 192 ; due to a missing AVX pattern to select a v2i64 X86ISD::BROADCAST of a
|
/external/ltp/testcases/kernel/sched/pthreads/ |
pth_str01.c | 182 * will unlock it when we broadcast that all of our siblings have 183 * been created or when we block waiting for that broadcast. 234 * If so, then send out a broadcast to wake everyone else up (to let 236 * leaf nodes)). Otherwise, go to sleep waiting for the broadcast. 252 printf("thread %d sending child_mutex broadcast\n", 268 * broadcast on node_condvar.
|
/external/ltp/testcases/network/stress/icmp/multi-diffip/ |
icmp4-multi-diffip01 | 193 ip addr add ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 197 ip addr del ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 2>&1 198 ip addr add ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 211 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr add ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname' ; echo $?'` 214 $LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr del ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname 215 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr add ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname' ; echo $?'`
|
/external/ltp/testcases/network/stress/tcp/multi-diffip/ |
tcp4-multi-diffip01 | 221 ip addr add ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 223 ip addr del ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 2>&1 224 ip addr add ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 236 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr add ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname' ; echo $?'` 239 $LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr del ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname 240 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr add ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname' ; echo $?'`
|
/external/ltp/testcases/network/stress/udp/multi-diffip/ |
udp4-multi-diffip01 | 187 ip addr add ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 191 ip addr del ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 2>&1 192 ip addr add ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 205 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr add ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname' ; echo $?'` 207 $LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr del ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname 208 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr add ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname' ; echo $?'`
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
stress1.c | 24 * then signal (or broadcast) the condition 26 * this signal (or broadcast) had happened 39 * -> broadcast the condvar 247 UNRESOLVED(ret, "[gchild] Broadcast failed"); 258 /* We shall broadcast again to be sure the parent is not hung */ 261 UNRESOLVED(ret, "[gchild] Broadcast failed");
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/ |
SupplicantP2pIfaceCallbackTest.java | 124 // Make sure we issued a broadcast each time. 208 // Make sure we issued a broadcast each time. 423 * Test staAuth with device address, should trigger ApStaConnected broadcast 427 // Trigger onStaAuthorized callback, ensure wifimonitor broadcast is sent with WifiP2pDevice 437 * Test staAuth without device address, should trigger ApStaConnected broadcast using srcAddress 442 // broadcast is sent with WifiP2pDevice using the srcAddress
|
/frameworks/base/telephony/java/android/telephony/ |
Telephony.java | 65 * app receives the {@link android.provider.Telephony.Sms.Intents#SMS_DELIVER_ACTION} broadcast 67 * android.provider.Telephony.Sms.Intents#WAP_PUSH_DELIVER_ACTION} broadcast when the user 72 * <li>In a broadcast receiver, include an intent filter for {@link Sms.Intents#SMS_DELIVER_ACTION} 73 * (<code>"android.provider.Telephony.SMS_DELIVER"</code>). The broadcast receiver must also 76 * <li>In a broadcast receiver, include an intent filter for {@link 79 * The broadcast receiver must also require the {@link 101 * broadcast, which is a non-abortable broadcast that may be delivered to multiple apps. This 102 * broadcast is intended for apps that—while not selected as the default SMS app—need to 761 * Contains constants for SMS related Intents that are broadcast [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/ |
IdleConstraintTestActivity.java | 45 * It takes >1hr for idle mode to be triggered. We'll use this secret broadcast to force the 46 * scheduler into idle. It's not a protected broadcast so that's alright. 90 Log.e(TAG, "Invalid broadcast received, was expecting SCREEN_OFF");
|
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/ |
ShortcutManagerBackupTest.java | 148 CLog.d("Broadcast queues drained:\n" + dumpsys); 150 dumpsys("Broadcast queues drained"); 155 fail("Broadcast queues didn't drain before time out."
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
DebugEventHub.cs | 37 * Broadcast debug events to multiple listeners. Lets you debug and still 55 * Add another listener to broadcast events too. Not thread-safe. 65 broadcast(new Code(){
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugEventHub.cs | 38 * Broadcast debug events to multiple listeners. Lets you debug and still 59 * Add another listener to broadcast events too. Not thread-safe. 70 broadcast(new Code(){
|
/frameworks/av/camera/tests/ |
CameraZSLTests.cpp | 103 mAutoFocusCondition.broadcast(); 116 mPreviewCondition.broadcast(); 123 mSnapshotCondition.broadcast();
|