/external/libpcap/ |
fad-getad.c | 197 * can't just check whether the broadcast address 202 * flag, and only add a broadcast address if it's
|
gencode.h | 147 #define A_BCC 23 /* Broadcast Circuit */ 177 virtual circuits, such as broadcast
|
pcap-filter.manmisc.in | 139 .BR broadcast , 342 .IP "\fBether broadcast\fR" 343 True if the packet is an Ethernet broadcast packet. 346 .IP "\fBip broadcast\fR" 347 True if the packet is an IPv4 broadcast packet. 348 It checks for both the all-zeroes and all-ones broadcast conventions, 800 on a broadcast signaling circuit (VPI=0 & VCI=2). 993 To select IP broadcast or multicast packets that were 995 sent via Ethernet broadcast or multicast: [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
dictionary | 151 VALUE Framed-Routing Broadcast 1 153 VALUE Framed-Routing Broadcast-Listen 3
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
AppRTCAudioManager.java | 71 // Broadcast receiver for wired headset intent broadcasts. 151 // Register receiver for broadcast intents related to adding/removing a
|
/frameworks/av/cmds/screenrecord/ |
Overlay.cpp | 109 mStartCond.broadcast(); 115 mStartCond.broadcast();
|
/frameworks/av/media/libstagefright/ |
SurfaceMediaSource.cpp | 439 mMediaBuffersAvailableCondition.broadcast(); 449 mFrameAvailableCondition.broadcast();
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
ConnectivityManagerMobileTest.java | 75 // Test case 1: Test enabling Wifi without associating with any AP, no broadcast on network 102 // assert that no connectivity change broadcast was sent since we enable wifi
|
/frameworks/base/docs/html/work/ |
device-management-policy.jd | 89 <p>Create a Device Administration broadcast receiver, which gets notified of events related to the policies you?ve declared to support. An application can selectively override callback methods.</p> 97 <p>For the broadcast receiver to work, be sure to register it in the Android manifest as illustrated in the above snippet.</p>
|
/frameworks/base/services/net/java/android/net/apf/ |
ApfFilter.java | 713 // Either a unicast request, a unicast reply, or a broadcast reply. 720 // When there is an IPv4 address, drop unicast/broadcast request [all...] |
/frameworks/opt/net/ims/src/java/com/android/ims/ |
ImsManager.java | 92 * Action to broadcast when ImsService is up. 100 * Action to broadcast when ImsService is down. 108 * Action to broadcast when ImsService registration fails. [all...] |
/frameworks/support/media-compat/java/android/support/v4/media/session/ |
MediaButtonReceiver.java | 148 * Creates a broadcast pending intent that will send a media button event. The {@code action} 180 * Creates a broadcast pending intent that will send a media button event. The {@code action}
|
/packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/ |
DialogSmsDisplayTests.java | 88 // Register broadcast receivers for SMS sent and delivered intents 118 // Register broadcast receivers for received SMS
|
/packages/apps/CellBroadcastReceiver/res/values-sv/ |
strings.xml | 20 <string name="sms_cb_settings" msgid="971917159442705371">"Cell broadcast-inställningar"</string> 47 <string name="cb_other_message_identifiers" msgid="7083176204482365281">"Cell Broadcast"</string>
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastDatabaseHelper.java | 34 * Open, create, and upgrade the cell broadcast SQLite database. Previously an inner class of 167 * Upgrades a single broadcast message from version 1 to version 2.
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
UIIntents.java | 74 // Intent action for local broadcast receiver for conversation self id change. 277 * Broadcast conversation self id change so it may be reflected in the message compose UI.
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothAccessoryFragment.java | 84 // Broadcast Receiver for Bluetooth related events 169 // Set a broadcast receiver to let us know when the device has been removed
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/ |
ipaddr_test.py | 286 self.assertEqual(int(self.ipv4.broadcast), 16909311L) 287 self.assertEqual(str(self.ipv4.broadcast), '1.2.3.255') 289 self.assertEqual(int(self.ipv6.broadcast), 291 self.assertEqual(str(self.ipv6.broadcast), 418 # with identical broadcast addresses. [all...] |
/external/libnfc-nci/src/include/ |
hcidefs.h | 103 /* ConnectionLess Broadcast */ 232 /* ConnectionLess Broadcast */ 428 /* ConnectionLess Broadcast events */ 515 /* ConnectionLess Broadcast errors */ [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SMSDispatcher.java | 232 * The format of the message PDU in the associated broadcast intent. 237 * SMS_RECEIVED_ACTION broadcast intent MUST pass the "format" extra from the intent 731 * broadcast when the message is successfully sent, or failed. 745 * broadcast when the message is delivered to the recipient. The 758 * broadcast when the message is successfully sent, or failed. 772 * broadcast when the message is delivered to the recipient. The 788 * broadcast when the message is successfully received by the [all...] |
/external/boringssl/src/crypto/aes/asm/ |
aesni-x86.pl | [all...] |
/art/runtime/ |
signal_catcher.cc | 194 signal_catcher->cond_.Broadcast(self);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
P2pBroadcastReceiverTest.java | 32 * The utility class for testing wifi direct broadcast intent.
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
WifiConfigCreator.java | 137 * @param hidden Is SSID not broadcast?
|
/cts/hostsidetests/services/activitymanager/src/android/server/cts/ |
ActivityManagerActivityVisiblityTests.java | 156 executeShellCommand("am broadcast -a trigger_broadcast --ez finish true");
|