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

<<11121314151617181920>>

  /frameworks/base/core/java/android/content/
Intent.java 529 * <h3>Standard Broadcast Actions</h3>
    [all...]
  /art/runtime/
barrier.cc 55 // be decremented to zero and a Broadcast will be made on the
91 condition_.Broadcast(self);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
AssistScreenCaptureDisabledTest.java 63 // Wait until voice interaction service is ready by sending broadcast to ask for status.
82 // Send broadcast to voice interaction service and ask for screnshot.
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
SystemUpdatePolicyTest.java 137 assertTrue("Timeout while waiting for broadcast.",
140 fail("Interrupted while waiting for broadcast.");
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/
AndroidManifest.xml 72 MediaSession, prior to API 21, uses a broadcast receiver to communicate with a
73 media session. It does not have to be this broadcast receiver, but it must
  /developers/samples/android/media/MediaBrowserService/Application/src/main/
AndroidManifest.xml 72 MediaSession, prior to API 21, uses a broadcast receiver to communicate with a
73 media session. It does not have to be this broadcast receiver, but it must
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleReceiver.java 28 * Broadcast receiver that can change the system's locale.
33 * $ adb shell am broadcast -a com.android.intent.action.SET_LOCALE \
  /development/samples/training/threadsample/src/com/example/android/threadsample/
Constants.java 42 public static final String BROADCAST_ACTION = "com.example.android.threadsample.BROADCAST";
70 // Status values to broadcast to the Activity
  /external/iproute2/include/linux/
if_tun.h 97 * If the filter is enabled in order to accept broadcast packets
98 * broadcast addr must be explicitly included in the addr list.
  /external/kernel-headers/original/uapi/linux/can/
bcm.h 4 * Definitions for CAN Broadcast Manager (BCM)
56 * struct bcm_msg_head - head of messages to/from the broadcast manager
  /external/kernel-headers/original/uapi/linux/
if_tun.h 97 * If the filter is enabled in order to accept broadcast packets
98 * broadcast addr must be explicitly included in the addr list.
  /external/libevent/
evthread_pthread.c 123 evthread_posix_cond_signal(void *_cond, int broadcast)
127 if (broadcast)
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/
rpc_clnt_broadcast_complex.c 57 // argc[3] : Number of host ready to answer to broadcast
79 //Call broadcast routine
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
tirpc_rpc_broadcast_complex.c 56 // argc[3] : Number of host ready to answer to broadcast
79 //Call broadcast routine
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
tirpc_rpc_broadcast_exp_complex.c 56 // argc[3] : Number of host ready to answer to broadcast
79 //Call broadcast routine
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
4-1.c 98 /* broadcast the condition to wake up all waiters */
99 fprintf(stderr, "[Main thread] broadcast the condition\n");
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothPairingHelper.java 63 abortBroadcast(); // Abort the broadcast so Settings app doesn't get it.
93 abortBroadcast(); // Abort the broadcast so Settings app doesn't get it.
  /frameworks/av/media/libstagefright/httplive/
LiveDataSource.cpp 151 mCondition.broadcast();
160 mCondition.broadcast();
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.cpp 197 mCondition.broadcast();
215 mCondition.broadcast();
  /frameworks/base/services/core/java/com/android/server/security/
KeyChainSystemService.java 68 Slog.w(TAG, "Unable to register for package removed broadcast", e);
90 Slog.e(TAG, "Unable to forward package removed broadcast to KeyChain", e);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InterfaceAddressTest.java 40 // RI may fail on this when both broadcast addresses are null
53 // RI may fail on this when both broadcast addresses are null
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlarmScheduler.java 43 * Schedules the next EVENT_REMINDER_APP broadcast with AlarmManager, by querying the events
72 // Add a slight delay for the EVENT_REMINDER_APP broadcast for a couple reasons:
73 // (1) so that the concurrent reminder broadcast from the provider doesn't result
286 * Schedules an alarm for the EVENT_REMINDER_APP broadcast, for the specified
287 * alarm time with a slight delay (to account for the possible duplicate broadcast
307 Log.d(TAG, "Scheduling alarm for EVENT_REMINDER_APP broadcast for event " + eventId
311 // Schedule an EVENT_REMINDER_APP broadcast with AlarmManager. The extra is
314 // Note that the 'setClass' is required, because otherwise it seems the broadcast
  /packages/apps/Settings/src/com/android/settings/overlay/
SurveyFeatureProvider.java 75 * @return the broadcast receiver listening for survey downloads. Must be unregistered before
81 * Unregisters the broadcast receiver for this activity. Should only be called once per activity
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
asoundef.h 94 #define IEC958_AES1_CON_BROADCAST1_MASK 0x07 /**< Broadcast mask */
95 #define IEC958_AES1_CON_BROADCAST1_ID 0x04 /**< Broadcast ID */
96 #define IEC958_AES1_CON_DAB_JAPAN (IEC958_AES1_CON_BROADCAST1_ID|0x00) /**< Digital audio broadcast (Japan) */
97 #define IEC958_AES1_CON_DAB_EUROPE (IEC958_AES1_CON_BROADCAST1_ID|0x08) /**< Digital audio broadcast (Europe) */
98 #define IEC958_AES1_CON_DAB_USA (IEC958_AES1_CON_BROADCAST1_ID|0x60) /**< Digital audio broadcast (USA) */
101 #define IEC958_AES1_CON_BROADCAST1_OTHER (IEC958_AES1_CON_BROADCAST1_ID|0x78) /**< Other broadcast product */
102 #define IEC958_AES1_CON_BROADCAST2_MASK 0x0f /**< Broadcast alternative mask */
103 #define IEC958_AES1_CON_BROADCAST2_ID 0x0e /**< Broadcast alternative ID */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
if_tr.h 91 #define TR_RCF_BROADCAST 0x8000 /* all-routes broadcast */
92 #define TR_RCF_LIMITED_BROADCAST 0xC000 /* single-route broadcast */

Completed in 1473 milliseconds

<<11121314151617181920>>