/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDriver.cpp | 780 mCondition.broadcast(); 790 mCondition.broadcast(); 815 mCondition.broadcast(); 976 mCondition.broadcast(); 1017 mCondition.broadcast();
|
/frameworks/base/keystore/java/android/security/ |
KeyChain.java | 188 * Broadcast Action: Indicates the trusted storage has changed. Sent when 201 * {@link Build.VERSION_CODES#N_MR1} will only receive this broadcast if they register for it 208 * Broadcast Action: Indicates the contents of the keychain has changed. Sent when a KeyChain 215 * Broadcast Action: Indicates the contents of the trusted certificate store has changed. Sent 228 * Broadcast Action: Indicates that the access permissions for a private key have changed.
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiManager.java | 78 * <li>It defines the names of various Intent actions that are broadcast upon 124 * Broadcast intent action indicating whether Wi-Fi scanning is allowed currently 136 * Broadcast intent action indicating that the credential of a Wi-Fi network 158 * Broadcast intent action indicating that a Passpoint provider icon has been received. 167 * <p>Note: The broadcast is only delivered to registered receivers - no manifest registered 201 * Broadcast intent action indicating a Passpoint OSU Providers List element has been received. 209 * <p>Note: The broadcast is only delivered to registered receivers - no manifest registered 227 * Broadcast intent action indicating that a Passpoint Deauth Imminent frame has been received. 237 * <p>Note: The broadcast is only delivered to registered receivers - no manifest registered 271 * Broadcast intent action indicating a Passpoint subscription remediation frame has bee [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccCardProxy.java | 109 private boolean mQuietMode = false; // when set to true IccCardProxy will not broadcast 166 * NV in which case we shouldn't broadcast any sim states changes. 185 // broadcast ICC_READY 192 + " Force broadcast of current state=" + mExternalState); 523 // For locked states, we should be sending internal broadcast. [all...] |
/system/bt/stack/pan/ |
pan_main.cc | 424 ** If the destination address is MAC broadcast send on all links 446 /* Check if it is broadcast packet */ 448 PAN_TRACE_DEBUG("PAN received broadcast packet on handle %d, src uuid 0x%x", 544 /* Check if it is broadcast or multicast packet */ 548 "PAN received broadcast packet on handle %d, src uuid 0x%x", handle,
|
/device/linaro/bootloader/edk2/StdLib/Include/netinet/ |
in.h | 435 #define IPCTL_DIRECTEDBCAST 6 /* default broadcast behavior */
443 #define IPCTL_HOSTZEROBROADCAST 14 /* is host zero a broadcast addr? */
463 { "directed-broadcast", CTLTYPE_INT }, \
|
/external/autotest/client/deps/lansim/src/py/ |
host.py | 14 # Broadcast address: 43 # Reply to broadcast ARP requests. 45 "dst": "\xff" * 6, # Broadcast HW addr.
|
/external/libpcap/ |
fad-gifc.c | 285 * Get the broadcast address for this address on this 316 * Not a broadcast interface, so no broadcast
|
/external/toybox/toys/net/ |
ifconfig.c | 32 netmask|broadcast|pointopoint ADDRESS - set more IPv4 characteristics 214 "UP", "BROADCAST", "DEBUG", "LOOPBACK", "POINTOPOINT", "NOTRAILERS", 374 {"broadcast", IFF_BROADCAST, SIOCSIFBRDADDR},
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothA2dpSink.java | 47 * Intent used to broadcast the change in connection state of the A2DP Sink 68 * Intent used to broadcast the change in the Playing state of the A2DP Sink 102 * Intent used to broadcast the change in the Playing state of the A2DP Sink
|
/frameworks/base/core/java/android/os/ |
DropBoxManager.java | 63 * Broadcast Action: This is broadcast when a new entry is added in the dropbox. 65 * in order to receive this broadcast.
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
ConnectivityManagerTestBase.java | 44 * It registers connectivity manager broadcast and WiFi broadcast to provide 92 * A wrapper of a broadcast receiver which provides network connectivity information
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsHelper.java | 52 * mentioned in this table will therefore cause the system to send a broadcast with 114 // Will we need a post-restore broadcast for this element? 163 // broadcast with the historical value now that the new value has
|
/frameworks/base/services/core/java/com/android/server/storage/ |
DeviceStorageMonitorService.java | 413 pw.println(" -f: force a storage change broadcast be sent, prints new sequence."); 416 pw.println(" -f: force a storage change broadcast be sent, prints new sequence."); 419 pw.println(" -f: force a storage change broadcast be sent, prints new sequence.");
|
/packages/apps/Messaging/src/com/android/messaging/receiver/ |
SmsReceiver.java | 91 // On KLP we don't need to abort the broadcast 141 LogUtil.v(TAG, "Enabling SMS/MMS broadcast abort"); 151 LogUtil.v(TAG, "Disabling SMS/MMS broadcast abort");
|
/packages/apps/Settings/src/com/android/settings/ |
CredentialStorage.java | 298 // Send the broadcast. 299 Intent broadcast = new Intent(KeyChain.ACTION_KEYCHAIN_CHANGED); local 300 sendBroadcast(broadcast);
|
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/notify/ |
WifiNotificationController.java | 273 "Unexpected broadcast. [action=%s]", 280 Blog.e(TAG, re, "RuntimeException in broadcast receiver."); 322 // TODO: unregister broadcast so we do not have to check here
|
/tools/test/connectivity/acts/tests/google/wifi/ |
WifiPowerTest.py | 35 pmc_base_cmd = ("am broadcast -a com.android.pmc.action.AUTOPOWER --es" 39 pmc_interval_cmd = ("am broadcast -a com.android.pmc.action.SETPARAMS --es " 41 pmc_set_params = "am broadcast -a com.android.pmc.action.SETPARAMS --es "
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4If.c | 523 // Get the interface's Mac address and broadcast mac address from SNP
570 // Set the ip/netmask, then compute the subnet broadcast
571 // and network broadcast for easy access. When computing
572 // nework broadcast, the subnet mask is most like longer
955 Send a frame from the interface. If the next hop is broadcast or
1022 // Can only send out multicast/broadcast if the IP address is zero
[all...] |
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
seccomp_bpf_tests.c | 1183 TH_LOG("cond broadcast non-zero"); [all...] |
/frameworks/base/core/java/android/hardware/input/ |
InputManager.java | 84 * Broadcast Action: Query available keyboard layouts. 87 * by querying broadcast receivers that are registered for this action. 89 * by declaring a suitable broadcast receiver in its manifest. 91 * Here is an example broadcast receiver declaration that an application 464 * {@link #ACTION_QUERY_KEYBOARD_LAYOUTS} broadcast receiver. 485 * {@link #ACTION_QUERY_KEYBOARD_LAYOUTS} broadcast receiver. [all...] |
/frameworks/base/services/core/java/com/android/server/ |
BatteryService.java | 272 /* The ACTION_BATTERY_LOW broadcast is sent in these situations: 456 // Separate broadcast is sent for power connected / not connected 536 // Pack up the values and broadcast them to everyone 685 pw.println(" -f: force a battery change broadcast be sent, prints new sequence."); 688 pw.println(" -f: force a battery change broadcast be sent, prints new sequence."); [all...] |
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlertReceiver.java | 65 * adb shell am broadcast -a "android.intent.action.EVENT_REMINDER" 76 // The broadcast for notification refreshes scheduled by the app. This is to 77 // distinguish the EVENT_REMINDER broadcast sent by the provider. 626 * Creates a broadcast pending intent that fires to AlertReceiver when the email button [all...] |
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
DeviceSetup.java | 53 // am broadcast -a android.intent.action.AIRPLANE_MODE --ez state true 55 // am broadcast -a android.intent.action.AIRPLANE_MODE --ez state false 161 description = "Trigger a MEDIA_MOUNTED broadcast") 163 // am broadcast -a android.intent.action.MEDIA_MOUNTED -d file://${EXTERNAL_STORAGE} 544 "am broadcast -a android.intent.action.MEDIA_MOUNTED -d " 715 String command = "am broadcast -a android.intent.action.AIRPLANE_MODE --ez state %s"; [all...] |
/art/runtime/gc/ |
allocation_record.cc | 175 new_record_condition_.Broadcast(Thread::Current()); 184 new_record_condition_.Broadcast(Thread::Current());
|