/system/connectivity/shill/net/ |
rtnl_handler.h | 105 // they will be broadcast to all listeners. The possible values
|
/system/update_engine/ |
real_system_state.cc | 181 // Broadcast the update engine status on startup to ensure consistent system
|
/frameworks/base/core/java/android/hardware/radio/ |
RadioManager.java | 28 * The RadioManager class allows to control a broadcast radio tuner present on the device. 95 * Lists properties, options and radio bands supported by a given broadcast radio module. 143 /** Human readable broadcast radio module implementor 150 /** Human readable broadcast radio module product name 157 /** Human readable broadcast radio module version number [all...] |
/frameworks/base/docs/html/guide/topics/security/ |
permissions.jd | 244 your broadcast or who can send a broadcast to you.</li> 715 to deliver the submitted broadcast to the given receiver. As a result, a 721 to control who can broadcast to a programmatically registered receiver. 724 to restrict which BroadcastReceiver objects are allowed to receive the broadcast (see 759 can also specify a required permission when sending a broadcast. By calling {@link 763 permission in order to receive your broadcast.</p> [all...] |
/frameworks/base/libs/common_time/ |
common_time_server.cpp | 503 // If the master election address is the broadcast address, then enable 504 // the broadcast socket option 508 "Failed to enable broadcast (errno = %d)", 513 // If the master election address is neither broadcast, nor multicast, 756 // Skip our own messages which come back via broadcast loopback. 836 // Skip our own messages which come back via broadcast loopback. [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pManager.java | 135 * Broadcast intent action to indicate whether Wi-Fi p2p is enabled or disabled. An 168 * Broadcast intent action indicating that the state of Wi-Fi p2p connectivity 203 * Broadcast intent action indicating that the available peer list has changed. This 218 * the new peer list when {@link #WIFI_P2P_PEERS_CHANGED_ACTION} broadcast is sent. 225 * Broadcast intent action indicating that peer discovery has either started or stopped. 260 * Broadcast intent action indicating that this device details have changed. 273 * Broadcast intent action indicating that remembered persistent groups have changed. [all...] |
/frameworks/base/location/java/android/location/ |
LocationManager.java | 144 * when a status change is broadcast using a PendingIntent. 150 * when a provider enabled/disabled event is broadcast using a PendingIntent. 156 * when a location change is broadcast using a PendingIntent. 161 * Broadcast intent action indicating that the GPS has either been 172 * Broadcast intent action when the configured location providers 181 * Broadcast intent action when {@link android.provider.Settings.Secure#LOCATION_MODE} changes. 192 * Broadcast intent action indicating that the GPS has either started or 212 * Broadcast intent action indicating that a high power location requests 580 * callbacks, or by broadcast intents to a supplied {@link PendingIntent}. 634 * are broadcast intents with extra keys o [all...] |
/system/bt/stack/include/ |
hcidefs.h | 105 /* ConnectionLess Broadcast */ 236 /* Connectionless Broadcast */ [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsApplication.java | 188 * SMS_RECEIVED_ACTION (SMS) and WAP_PUSH_RECEIVED_ACTION (MMS) broadcasts (and their broadcast 192 * Implement SMS_DELIVER_ACTION broadcast receiver. 195 * Implement WAP_PUSH_DELIVER_ACTION broadcast receiver. 392 * (3) The currently configured highest priority broadcast receiver 409 // Determine which application receives the broadcast [all...] |
/frameworks/base/services/core/java/com/android/server/audio/ |
AudioService.java | 138 * will update the state and broadcast a change and in a separate thread later 398 // Broadcast receiver for device connections intent broadcasts 3660 Intent broadcast = new Intent(action); local 3670 Intent broadcast = new Intent(AudioManager.VIBRATE_SETTING_CHANGED_ACTION); local [all...] |
/frameworks/base/media/java/android/media/tv/ |
TvContract.java | 378 * Use this if the current channel is streaming-based or its broadcast system type does not 642 * The broadcast system type of this TV channel. 644 * <p>This is used to indicate the broadcast standard (e.g. ATSC, DVB or ISDB) the current 683 * broadcast standard if it is defined there (e.g. ATSC A/53, ETSI EN 300 468 and ARIB 699 * <p>This is a required field only if the underlying broadcast standard defines the same 728 * <p>This is a required field only if the underlying broadcast standard defines the same 739 * <p>The format can vary depending on broadcast standard and product specification. 750 * broadcast standard. [all...] |
/packages/services/Telephony/res/values-tl/ |
strings.xml | 80 <string name="cell_broadcast_settings" msgid="8740238216690502563">"Mga pang-emergency na broadcast"</string> 235 <string name="cell_broadcast_sms" msgid="5584192824053625842">"Cell Broadcast SMS"</string> 236 <string name="enable_disable_cell_bc_sms" msgid="4851147873691392255">"Cell Broadcast SMS"</string> 237 <string name="cell_bc_sms_enable" msgid="6441688565738921084">"Pinagana ang Cell Broadcast SMS"</string> 238 <string name="cell_bc_sms_disable" msgid="3398365088309408749">"Hindi pinagana ang Cell Broadcast SMS"</string> 239 <string name="cb_sms_settings" msgid="651715019785107312">"Mga setting ng Cell Broadcast SMS"</string> 240 <string name="enable_disable_emergency_broadcast" msgid="2157014609041245335">"Pang-emergency na Broadcast"</string> 241 <string name="emergency_broadcast_enable" msgid="2645980025414010211">"Pinagana ang Pang-emergency na Broadcast"</string> 242 <string name="emergency_broadcast_disable" msgid="3665199821267569426">"Hindi pinagana ang Pang-emergency na Broadcast"</string> [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiManager.java | 62 * <li>It defines the names of various Intent actions that are broadcast 79 * Broadcast intent action indicating whether Wi-Fi scanning is allowed currently 91 * Broadcast intent action indicating that the credential of a Wi-Fi network 113 * Broadcast intent action indicating that the a Passpoint release 2 icon has been received. 126 * Broadcast intent action indicating that the a Passpoint release 158 * Broadcast intent action indicating that Wi-Fi has been enabled, disabled, 227 * Broadcast intent action indicating that Wi-Fi AP has been enabled, disabled, 339 * Broadcast intent action indicating that a connection to the supplicant has 357 * Broadcast intent action indicating that the state of Wi-Fi connectivity 390 * Broadcast intent action indicating that the state of establishing a connection t [all...] |
/external/dhcpcd-6.8.2/ |
if-linux.c | 99 /* Broadcast address for IPoIB */ 233 /* Some qeth setups require the use of the broadcast flag. */ 1288 const struct in_addr *broadcast, int action) 1309 if (action >= 0 && broadcast) 1311 &broadcast->s_addr, sizeof(broadcast->s_addr)); [all...] |
dhcpcd-definitions.conf | 124 # DHCP Broadcast and Multicast Control Server, RFC4280 383 # DHCPv6 Broadcast and Multicast Control Server, RFC4280
|
/frameworks/base/core/java/android/app/ |
AlarmManager.java | 42 * is broadcast by the system, automatically starting the target application 49 * until you have finished handling the broadcast. Once onReceive() returns, the 110 * Broadcast Action: Sent after the value returned by 278 * The alarm is an Intent broadcast that goes to a broadcast receiver that 286 * broadcast. Recurring alarms that have gone undelivered because the [all...] |
/libcore/ojluni/src/main/java/java/net/ |
DatagramSocket.java | 50 * to allow the transmission of broadcast datagrams. In order to receive 51 * broadcast packets a DatagramSocket should be bound to the wildcard address. 52 * In some implementations, broadcast packets may also be received when [all...] |
/art/runtime/ |
intern_table.cc | 241 weak_intern_condition_.Broadcast(self); 523 weak_intern_condition_.Broadcast(Thread::Current());
|
intern_table.h | 137 // Change the weak root state. May broadcast to waiters. 255 // Change the weak root state. May broadcast to waiters.
|
/cts/tests/tests/os/jni/seccomp-tests/tests/ |
seccomp_bpf_tests.c | [all...] |
/external/autotest/client/cros/ |
dhcp_test_base.py | 32 DHCPCD_KEY_BROADCAST_ADDR = 'Broadcast' 203 server is bound to. The server itself is bound the the broadcast
|
/external/autotest/server/cros/ap_configurators/ |
westerndigitaln600_ap_configurator.py | 54 Returns if AP supports setting the visibility (SSID broadcast). 365 # The SSID Broadcast can't be reliable set on this AP beacuse the CSS
|
/external/deqp/modules/gles2/scripts/ |
gen-conversions.py | 43 # * vector from scalar: broadcast to all components 44 # * matrix from scalar: broadcast scalar to diagonal, other components zero
|
/external/deqp/modules/gles3/scripts/ |
gen-conversions.py | 43 # * vector from scalar: broadcast to all components 44 # * matrix from scalar: broadcast scalar to diagonal, other components zero
|
/external/iproute2/ip/ |
iplink_bond.c | 30 "broadcast", 143 "BONDMODE := balance-rr|active-backup|balance-xor|broadcast|802.3ad|balance-tlb|balance-alb\n"
|