/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDriver.cpp | 609 mCondition.broadcast(); 619 mCondition.broadcast(); 639 mCondition.broadcast(); 773 mCondition.broadcast(); 812 mCondition.broadcast();
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
nsd.jd | 42 <p>This lesson shows you how to build an application that can broadcast its 104 service broadcast, there's no need for the port your application uses to be 106 this information from your service broadcast, right before connecting to your 263 broadcast (which is valid).</li> 334 to start and stop service broadcast and discovery as appropriate.</p>
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
SmsCbHeader.java | 25 * Parses a 3GPP TS 23.041 cell broadcast message header. This class is public for use by 219 * Return whether this broadcast is an emergency (PWS) message type. 228 * Return whether this broadcast is an ETWS emergency message type. 237 * Return whether this broadcast is an ETWS primary notification. 245 * Return whether this broadcast is in UMTS format.
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
InsertNewMessageAction.java | 160 // Broadcast SMS - put message in "fake conversation" before farming out to real 1:1 292 LogUtil.v(TAG, "InsertNewMessageAction: Inserting broadcast SMS message " 332 LogUtil.d(TAG, "InsertNewMessageAction: Inserted broadcast SMS message " 340 "InsertNewMessageAction: No uri for broadcast SMS " + message.getMessageId() 364 // For 1:1 message generated sending broadcast need to look up threadId+conversationId
|
/packages/services/Telecomm/ |
AndroidManifest.xml | 23 <protected-broadcast android:name="android.intent.action.SHOW_MISSED_CALLS_NOTIFICATION" /> 49 android:label="Broadcast the call type/duration information" 59 android:label="Broadcast phone account registration" 140 Intent-sender must have the CALL_PRIVILEGED permission or the broadcast will not be 173 CALL_PRIVILEGED permission or the broadcast will not be processed. High priority of
|
/external/iputils/ |
rdisc.c | 81 * Use 255.255.255.255 for broadcasts - not the interface broadcast 749 /* TBD verify that the link is multicast or broadcast */ 837 /* TBD verify that the link is multicast or broadcast */ 876 /* If it was sent to the broadcast address we respond 877 * to the broadcast address. 883 /* Restart the timer when we broadcast */ 1022 logdebug("Broadcast to %s\n", 1030 logerr("Cannot send broadcast packet to %s\n", 1188 /* Simulate broadcast for pt-pt */ 1203 logperror("initifs: ioctl (get broadcast address)") [all...] |
/external/libchrome/base/synchronization/ |
condition_variable_unittest.cc | 317 queue.work_is_available()->Broadcast(); // Make them all try. 338 queue.work_is_available()->Broadcast(); // Signal all threads. 372 // Same as last test, but with Broadcast(). 378 queue.work_is_available()->Broadcast(); 393 queue.work_is_available()->Broadcast(); // Force check for shutdown. 432 queue.work_is_available()->Broadcast(); // Start up all threads. 444 // With Broadcast(), every thread should have participated. 457 queue.SetAllowHelp(true); // Might outperform Broadcast(). 483 queue.work_is_available()->Broadcast(); // Force check for shutdown. 526 work_is_available_.Broadcast(); // Tell them all to terminate [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
UserController.java | 517 // We are going to broadcast ACTION_USER_STOPPING and then 524 // This is the result receiver for the initial stopping broadcast. 537 // Clear broadcast queue for the user to avoid delivering stale broadcasts 553 // This is the result receiver for the final shutdown broadcast. 741 * When starting the user, multiple intents will be broadcast in the following order:</p> [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
ClockBackService.java | 110 // Screen state broadcast related constants. 112 /** Feedback mapping index used as a key for the screen-on broadcast. */ 115 /** Feedback mapping index used as a key for the screen-off broadcast. */ 333 // In Froyo the broadcast receiver for the ringer mode is called back with the 348 // Unregister the intent broadcast receiver. 360 * Registers the phone state observing broadcast receiver. 363 // Create a filter with the broadcast intents we are interested in.
|
/frameworks/base/core/java/android/speech/ |
RecognizerIntent.java | 311 * Returns the broadcast intent to fire with 328 * @return the broadcast intent to fire or null if not available 347 * more information, from any of the broadcast intents specified in this class. 349 * Broadcast intents can be directed to the class name specified in the meta-data by creating 356 * a broadcast intent based on the value of this meta-data, if available. 364 * A broadcast intent which can be fired to the {@link BroadcastReceiver} component specified 382 * Specify this boolean extra in a broadcast of {@link #ACTION_GET_LANGUAGE_DETAILS} to
|
/frameworks/base/docs/html/guide/appendix/ |
glossary.jd | 130 single target application or it can send it as a broadcast, which can in 138 href="#broadcastreceiver">Broadcast Receiver</a>.</p></dd> 152 href="#broadcastreceiver">Broadcast Receiver</a>.</p></dd> 154 <dt id="broadcastreceiver">Broadcast Receiver </dt> 155 <dd>An application class that listens for Intents that are broadcast, 157 delivers a broadcast Intent to all interested broadcast receivers, which
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
PublicApiFunctionalTest.java | 535 Intent broadcast = mSystemFacade.mBroadcastsSent.get(0); local 536 assertEquals(DownloadManager.ACTION_DOWNLOAD_COMPLETE, broadcast.getAction()); 537 assertEquals(PACKAGE_NAME, broadcast.getPackage()); 538 long intentId = broadcast.getExtras().getLong(DownloadManager.EXTRA_DOWNLOAD_ID); 554 Intent broadcast = mSystemFacade.mBroadcastsSent.get(0); local 555 assertEquals(DownloadManager.ACTION_NOTIFICATION_CLICKED, broadcast.getAction()); 556 assertEquals(PACKAGE_NAME, broadcast.getPackage()); [all...] |
/frameworks/base/core/java/android/app/ |
NotificationManager.java | 99 * Intent that is broadcast when the state of {@link #getEffectsSuppressor()} changes. 100 * This broadcast is only sent to registered receivers. 109 * Intent that is broadcast when the state of {@link #isNotificationPolicyAccessGranted()} 112 * This broadcast is only sent to registered receivers, and only to the apps that have changed. 119 * Intent that is broadcast when the state of getNotificationPolicy() changes. 120 * This broadcast is only sent to registered receivers. 127 * Intent that is broadcast when the state of getCurrentInterruptionFilter() changes. 128 * This broadcast is only sent to registered receivers. 135 * Intent that is broadcast when the state of getCurrentInterruptionFilter() changes. [all...] |
/cts/tests/netlegacy22.api/src/android/net/cts/legacy/api22/ |
ConnectivityManagerLegacyTest.java | 222 Log.d(TAG, "Waiting for " + state + " broadcast for type " + type); 229 Log.d(TAG, "Received expected " + state + " broadcast for type " + type); 240 final String msg = "Did not receive expected " + state + " broadcast for type " + type +
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugEventHub.java | 36 /** Broadcast debug events to multiple listeners. Lets you debug and still 54 /** Add another listener to broadcast events too. Not thread-safe. 63 broadcast(new Code(){
|
/external/iproute2/include/linux/ |
rtnetlink.h | 202 RTN_BROADCAST, /* Accept locally as broadcast, 203 send as broadcast */ 204 RTN_ANYCAST, /* Accept locally as broadcast,
|
/external/kernel-headers/original/uapi/linux/ |
rtnetlink.h | 202 RTN_BROADCAST, /* Accept locally as broadcast, 203 send as broadcast */ 204 RTN_ANYCAST, /* Accept locally as broadcast,
|
/external/libnl/include/linux/ |
rtnetlink.h | 173 RTN_BROADCAST, /* Accept locally as broadcast, 174 send as broadcast */ 175 RTN_ANYCAST, /* Accept locally as broadcast,
|
/external/libpcap/ |
fad-glifc.c | 248 * Get the broadcast address for this address on this 276 * Not a broadcast interface, so no broadcast
|
/external/toybox/toys/pending/ |
arping.c | 86 xprintf("Sent %u probe(s) (%u broadcast(s))\n", TT.sent_nr, TT.brd_sent); 87 xprintf("Received %u repl%s (%u request(s), %u broadcast(s))\n", 284 send_signal(0); // Send first Broadcast message.
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetManager.java | 137 * This action is not sent as a broadcast to the AppWidget provider, but as a startActivity 152 * and you will receive an {@link #ACTION_APPWIDGET_UPDATE} broadcast for this AppWidget. 155 * broadcast. 235 * An intent extra attached to the {@link #ACTION_APPWIDGET_HOST_RESTORED} broadcast, 326 * This broadcast is sent at boot time if there is a AppWidgetHost installed with 372 * widget host instances, it will receive this broadcast separately for each one. 408 * attached to the {@link #ACTION_APPWIDGET_RESTORED} broadcast intent. 458 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast, 532 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast, 563 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast, [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAvrcpController.java | 48 * Intent used to broadcast the change in connection state of the AVRCP Controller 69 * Intent used to broadcast the change in metadata state of playing track on the AVRCP 84 * Intent used to broadcast the change in player application setting state on AVRCP AG.
|
/frameworks/base/docs/html/training/articles/ |
perf-anr.jd | 158 emphasizes what broadcast receivers are meant to do: 162 operations or calculations in a broadcast receiver. But instead of doing intensive 166 broadcast.</p>
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiCecMessageValidator.java | 46 // Only the broadcast addressing is allowed. 48 // Both the direct and the broadcast addressing are allowed. 210 HdmiLogger.warning("Unexpected broadcast message: " + message);
|
/frameworks/support/compat/java/android/support/v4/content/ |
IntentCompat.java | 100 * Broadcast Action: Resources for a set of packages (which were 108 * packages in this list do <em>not</em> receive this broadcast. 126 * Broadcast Action: Resources for a set of packages are currently
|