HomeSort by relevance Sort by last modified time
    Searched full:broadcast (Results 251 - 275 of 2147) sorted by null

<<11121314151617181920>>

  /external/libevent/
evthread_win32.c 144 evthread_win32_condvar_signal(void *_cond, int broadcast)
147 if (broadcast)
216 evthread_win32_cond_signal(void *_cond, int broadcast)
220 if (broadcast)
  /external/libpcap/Win32/Src/
inet_aton.c 43 * Cannot distinguish between failure and a local broadcast address. */
  /external/llvm/test/CodeGen/X86/
splat-const.ll 24 ; instead of a load would be legitimate, if it's a single broadcast shuffle.
  /external/tcpdump/missing/
inet_aton.c 42 * Cannot distinguish between failure and a local broadcast address. */
  /external/toybox/tests/
ifconfig.test 62 # Test Description: Change the broadcast address to the interface
64 # broadcast address selected
65 testing "ifconfig dummy0 broadcast 10.240.240.255" \
66 "ifconfig dummy0 broadcast 10.240.240.255 && ifconfig dummy0 | grep 10\.240\.240\.255 | wc -l" \
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ap.c 62 wpa_printf(MSG_DEBUG, "WPS: Add broadcast "
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
NetworkState.java 120 Log.v(LOG_TAG, "no broadcast is expected, instead broadcast is probably received");
121 mReason = "no broadcast is expected, instead broadcast is probably received";
  /frameworks/base/docs/html-intl/intl/ru/training/monitoring-device-state/
connectivity-monitoring.jd 9 next.title=Manipulating Broadcast Receivers On Demand
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcExecutionEnvironment.java 41 * Broadcast Action: An ISO-DEP AID was selected.
65 * Broadcast action: A filtered APDU was received.
90 * Broadcast action: An EMV card removal event was detected.
98 * Broadcast action: An adapter implementing MIFARE Classic via card
  /libcore/luni/src/test/java/libcore/java/net/
DatagramSocketTest.java 30 assertTrue(ds.getBroadcast()); // The RI starts DatagramSocket in broadcast mode.
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAreaInfoReceiver.java 44 // Send broadcast twice, once for apps that have PRIVILEGED permission and once
CellBroadcastBackupAgent.java 50 // Cell broadcast was configured during boot up before the shared preference is restored,
CellBroadcastListActivity.java 236 * Start the process of putting up a dialog to confirm deleting a broadcast.
237 * @param rowId the row ID of the broadcast to delete, or -1 to delete all broadcasts
245 * Build and show the proper delete broadcast dialog. The UI is slightly different
247 * deleting a single broadcast or all broadcasts.
  /packages/apps/Dialer/src/com/android/dialer/calllog/
MissedCallNotificationReceiver.java 28 * both an explicit broadcast from Telecom and a reboot.
  /packages/apps/Messaging/src/com/android/messaging/receiver/
AbortMmsWapPushReceiver.java 36 // If we are enabled, it's our job to stop the broadcast from continuing. This
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
PermissionStatusReceiver.java 43 * Broadcast action that requests current permission granted information. It will respond
44 * to the request by sending a broadcast with action defined by
69 * Broadcast action that requests list of all apps that have runtime permissions. It will
70 * respond to the request by sending a broadcast with action defined by
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkService.java 29 * before {@link Intent#ACTION_BOOT_COMPLETED} is broadcast, so early
  /packages/providers/CallLogProvider/src/com/android/calllogbackup/
CallLogChangeReceiver.java 27 * Call Log Change Broadcast Receiver. Receives an intent when the call log provider changes
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SystemFacade.java 52 * Send a broadcast intent.
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestInCallServiceBroadcastReceiver.java 25 * Test in call service broadcast receiver.
  /prebuilts/go/darwin-x86/src/net/
sockopt_bsd.go 34 // Allow broadcast.
  /prebuilts/go/linux-x86/src/net/
sockopt_bsd.go 34 // Allow broadcast.
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
CustomDeviceOwnerTest.java 79 // can receive broadcast intents.
83 // Setting the device owner should send the owner changed broadcast.
87 // Waiting for the broadcast idle state.
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerThrottlingTest.java 43 * This class uses broadcast receivers to communicate with it, because if we just used an
74 // Send the request broadcast.
84 retryUntil(() -> ret.get() != null, "Didn't receive result broadcast",
  /development/samples/ApiDemos/src/com/example/android/apis/app/
VoiceRecognition.java 151 Log.i(TAG, "Sending broadcast");
172 * Handles the response of the broadcast request about the recognizer supported languages.
181 Log.i(TAG, "Receiving broadcast " + intent);

Completed in 963 milliseconds

<<11121314151617181920>>