HomeSort by relevance Sort by last modified time
    Searched full:broadcast (Results 201 - 225 of 2626) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ltp/testcases/open_posix_testsuite/stress/threads/
assertions.xml 27 When inside the function, the thread releases the mutex before waiting for the conditionnal variable. Those two operations are atomic in the mean that no other thread can gain access to the mutex then signal (or broadcast) the condition without the blocked thread behaving as if this signal (or broadcast) had happened after it blocked on the conditionnal variable.
33 No condition signaling (signal or broadcast) are lost (i.e. not received by at least one (wait) or all (broadcast) waiting threads).
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
address_v4.hpp 177 /// Obtain an address object that represents the broadcast address.
178 static address_v4 broadcast() function in class:asio::ip::address_v4
183 /// Obtain an address object that represents the broadcast address that
185 ASIO_DECL static address_v4 broadcast(
  /external/webrtc/webrtc/base/
ifaddrs-android.h 28 // Real ifaddrs has broadcast, point to point and data members.
  /frameworks/base/core/java/com/android/internal/app/
DumpHeapActivity.java 43 // Broadcast action to determine when to delete the current dump heap data.
117 Intent broadcast = new Intent(ACTION_DELETE_DUMPHEAP); local
118 broadcast.putExtra(EXTRA_DELAY_DELETE, true);
119 sendBroadcast(broadcast);
  /frameworks/base/core/res/res/xml/
global_keys.xml 23 broadcast to the specified component. The action of the intent will be
  /frameworks/base/core/tests/coretests/src/android/app/activity/
AbortReceiver.java 46 // abort the broadcast!!!
  /frameworks/base/services/core/java/com/android/server/firewall/
Filter.java 28 * @param intent The intent being started/bound/broadcast
  /frameworks/native/services/surfaceflinger/
Barrier.h 38 cv.broadcast();
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SupplicantStateTrackerTest.java 80 * This test verifies that the SupplicantStateTracker sends a broadcast intent upon receiving
103 * This test verifies that the current auth status is sent in the Broadcast intent
129 * This test verifies that the current auth status is sent in the Broadcast intent
155 * This test verifies the correct reasonCode for auth failure is sent in Broadcast
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccStateChangedLauncherTest.java 101 // The first broadcast should be sent after initialization.
117 // Card state's changed to restricted. Broadcast should be sent.
129 // Nothing's changed. Broadcast should not be sent.
133 // Card state's changed from restricted. Broadcast should be sent.
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaButtonReceiver.java 25 * Broadcast receiver for handling ACTION_MEDIA_BUTTON.
  /hardware/interfaces/broadcastradio/1.0/
IBroadcastRadioFactory.hal 24 * Connects to a broadcast radio HAL module for a given class
  /hardware/interfaces/contexthub/1.0/
types.hal 141 BROADCAST = 0xFFFF, // The message endpoint is a broadcast end point.
144 // If BROADCAST is specified as a destination for a
146 // service, the message must be broadcast to all
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastOtherChannelsManager.java 30 * CellBroadcastOtherChannelsManager handles the additional cell broadcast channels that
55 * Cell broadcast channel range
110 * Get the instance of the cell broadcast other channel manager
121 * Get cell broadcast channels enabled by the carriers.
PrivilegedCellBroadcastReceiver.java 24 * broadcasts that are not applicable to other kinds of broadcast messages handled by the
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactBroadcastReceiver.java 28 * Broadcast receiver for invoking QuickContact using the widget. The purpose of this pass-through
  /packages/apps/DocumentsUI/src/com/android/documentsui/roots/
BootReceiver.java 32 // kicked off a task to load roots, so this broadcast is finished once
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/finalization/
FinalizationActivity.java 30 * ACTION_PROFILE_PROVISIONING_COMPLETE broadcast to the MDM, which can then present it's own
  /packages/apps/Messaging/src/com/android/messaging/receiver/
AbortSmsReceiver.java 33 // If we are enabled, it's our job to stop the broadcast from continuing. This
  /packages/apps/TV/src/com/android/tv/receiver/
PackageIntentsReceiver.java 26 * A class for handling the broadcast intents from PackageManager.
  /packages/services/Car/libvehiclemonitor/native/
HandlerThread.cpp 57 mLooperWait.broadcast();
  /packages/services/Telecomm/src/com/android/server/telecom/components/
TelecomBroadcastReceiver.java 26 * Handles miscellaneous Telecom broadcast intents. This should be visible from outside, but
  /platform_testing/tests/jank/webview/
AndroidTest.xml 21 <option name="post-boot-command" value="am broadcast -a com.google.android.clockwork.action.TEST_MODE" />
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_addr.h 19 * It makes no difference for normally configured broadcast interfaces,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_addr.h 18 * It makes no difference for normally configured broadcast interfaces,

Completed in 1460 milliseconds

1 2 3 4 5 6 7 891011>>