/prebuilts/go/linux-x86/src/sync/ |
cond_test.go | 111 c.Broadcast() 127 c.Broadcast() 239 c.Broadcast() 247 c.Broadcast()
|
/system/connectivity/shill/net/ |
mock_rtnl_handler.h | 43 const IPAddress& broadcast,
|
/system/connectivity/shill/wifi/ |
callback80211_metrics.h | 41 // Called with each broadcast netlink message that arrives to NetlinkManager.
|
/toolchain/binutils/binutils-2.25/gold/ |
gold-threads.h | 154 broadcast() = 0; 179 // Broadcast the condition variable--wake up all threads waiting on 183 broadcast() function in class:gold::Condvar 184 { this->condvar_->broadcast(); }
|
/frameworks/base/core/java/android/net/ |
NetworkScoreManager.java | 54 * {@link #ACTION_CHANGE_ACTIVE} broadcast with another scorer. 76 * Broadcast action: new network scores are being requested. This intent will only be delivered 106 * Broadcast action: the active scorer has been changed. Scorer apps may listen to this to 108 * if another scorer has been selected. This is an explicit broadcast only sent to the 197 * the {@link #ACTION_CHANGE_ACTIVE} broadcast, or using a custom configuration activity. 231 * <p>Note that this is just a helper method to assemble the broadcast, and will run in the 234 * @return true if the broadcast was sent, or false if there is no active scorer.
|
/external/dnsmasq/src/ |
bpf.c | 88 struct in_addr addr, netmask, broadcast; local 89 broadcast.s_addr = 0; 95 broadcast = ((struct sockaddr_in *) &ifr->ifr_addr)->sin_addr; 98 netmask, broadcast, 158 net broadcast or the destination can't reply to ARP yet,
|
/external/iproute2/man/man8/ |
ip-address.8.in | 42 .B broadcast 125 .BI broadcast " ADDRESS" 126 the broadcast address on the interface. 132 instead of the broadcast address. In this case, the broadcast address
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetProvider.java | 125 * broadcast when this widget has been layed out at a new size. 143 * Called in response to the {@link AppWidgetManager#ACTION_APPWIDGET_DELETED} broadcast when 159 * Called in response to the {@link AppWidgetManager#ACTION_APPWIDGET_ENABLED} broadcast when 178 * Called in response to the {@link AppWidgetManager#ACTION_APPWIDGET_DISABLED} broadcast, which 193 * Called in response to the {@link AppWidgetManager#ACTION_APPWIDGET_RESTORED} broadcast
|
/frameworks/base/docs/html/guide/topics/manifest/ |
intent-filter-element.jd | 28 <dd itemprop="description">Specifies the types of intents that an activity, service, or broadcast 53 <dd>An icon that represents the parent activity, service, or broadcast 99 meaning for both activities and broadcast receivers: 108 <li><p>It controls the order in which broadcast receivers are executed to 109 receive broadcast messages. Those with higher priority
|
/frameworks/support/core-utils/java/android/support/v4/content/ |
LocalBroadcastManager.java | 42 * <li> It is more efficient than sending a global broadcast through the 128 * @param receiver The BroadcastReceiver to handle the broadcast. 191 * Broadcast the given intent to all interested BroadcastReceivers. This 195 * @param intent The Intent to broadcast; all receivers matching this 196 * Intent will receive the broadcast.
|
/frameworks/base/core/java/android/app/admin/ |
DeviceAdminReceiver.java | 129 * this broadcast. 145 * this broadcast. 158 * this broadcast. 171 * this broadcast. 183 * owner to receive this broadcast. 196 * owner to receive this broadcast. 213 * Broadcast Action: This broadcast is sent to indicate that provisioning of a managed profile 216 * <p>The broadcast is limited to the profile that will be managed by the application that 218 * The broadcast will also be limited to the {@link DeviceAdminReceiver} componen [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
InboundSmsHandler.java | 86 * broadcast, its parts are removed from the raw table. If the device crashes after ACKing 87 * but before the broadcast completes, the pending messages will be rebroadcast on the next boot. 96 * of a multi-part SMS), we broadcast the completed PDUs as an ordered broadcast, then transition to 97 * {@link WaitingState} state to wait for the broadcast to complete. When the local 99 * to the state machine, causing us to either broadcast the next pending message (if one has 100 * arrived while waiting for the broadcast to complete), or to transition back to the halted state 136 /** Message type containing a {@link InboundSmsTracker} ready to broadcast to listeners. */ 139 /** Message from resultReceiver notifying {@link WaitingState} of a completed broadcast. */ 191 /** Broadcasting state. Waits for current broadcast to complete before delivering next. * [all...] |
/frameworks/base/core/java/android/content/ |
Context.java | [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 makes 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/core/java/android/hardware/hdmi/ |
HdmiRecordSources.java | 81 // {[Record Source Type] [Analogue Broadcast Type] [Analogue Frequency] 82 // [Broadcast System]} | 125 * Digital broadcast general types 135 * Digital broadcast specific types 343 * @param broadcastSystem digital broadcast system. It should be one of 385 Log.w(TAG, "Invalid broadcast type:" + broadcastSystem); 387 "Invalid broadcast system value:" + broadcastSystem); 509 * Indicates the Digital Broadcast System of required service. This is present irrespective 541 * Analogue broadcast types. 551 * Broadcast system values [all...] |
/frameworks/base/services/net/java/android/net/dhcp/ |
DhcpPacket.java | 170 * DHCP Optional Type: DHCP BROADCAST ADDRESS 284 * Does the client request a broadcast response? 313 byte[] clientMac, boolean broadcast) { 321 mBroadcast = broadcast; 355 byte requestCode, boolean broadcast) { 413 if (broadcast) { 862 boolean broadcast = (bootpFlags & 0x8000) != 0; [all...] |
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
DisplayActivity.java | 47 // An instance of the status broadcast receiver 62 // Instantiates a new broadcast receiver for handling Fragment state 174 * Creates an intent filter for DownloadStateReceiver that intercepts broadcast Intents 312 * This method is called by the system when a broadcast Intent is matched by this class' 316 * @param intent The incoming broadcast Intent 383 * This class uses the broadcast receiver framework to detect incoming broadcast Intents 397 * Receives broadcast Intents for viewing or zooming pictures, and displays the 401 * @param intent The broadcast Intent that triggered the callback
|
/frameworks/opt/telephony/src/java/android/telephony/ |
CellBroadcastMessage.java | 29 * decoded broadcast message objects can be passed between running Services. 335 * Return whether the broadcast is an emergency (PWS) message type. 348 * Returns whether the broadcast is an emergency (PWS) message type, 358 * Return whether the broadcast is an ETWS emergency message type. 366 * Return whether the broadcast is a CMAS emergency message type. 387 * Return whether the broadcast is an ETWS popup alert. 397 * Return whether the broadcast is an ETWS emergency user alert. 407 * Return whether the broadcast is an ETWS test message. 419 * @return a String to use in the broadcast list UI
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
PacManager.java | 153 * the ConnectivityService directly before a broadcast takes place to allow 154 * the PacManager to indicate that the broadcast should not be sent and the 155 * PacManager will trigger a new broadcast when it is ready. 157 * @param proxy Proxy information that is about to be broadcast. 158 * @return Returns true when the broadcast should not be sent 163 // Allow to send broadcast, nothing to do.
|
/frameworks/opt/telephony/src/java/android/telephony/gsm/ |
SmsManager.java | 59 * broadcast when the message is successfully sent, or failed. 69 * broadcast when the message is delivered to the recipient. The 109 * broadcast when the corresponding message part has been sent. 120 * broadcast when the corresponding message part has been delivered 144 * broadcast when the message is sucessfully sent, or failed. 154 * broadcast when the message is delivered to the recipient. The
|
/hardware/qcom/gps/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.
|
/hardware/qcom/gps/msm8084/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.
|
/hardware/qcom/gps/msm8909/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.
|
/hardware/qcom/gps/msm8960/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), 295 // either has my id, or has a broadcast id.
|
/hardware/qcom/gps/msm8994/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.
|