OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:broadcast
(Results
276 - 300
of
2626
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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.15-4.8/sysroot/usr/include/linux/
if_tun.h
84
* If the filter is enabled in order to accept
broadcast
packets
85
*
broadcast
addr must be explicitly included in the addr list.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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
*/
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/ImplicitlyExposedApp/src/com/android/cts/implicitapp/
ImplicitActivity.java
54
.
broadcast
(this);
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
ExposedActivity.java
55
.
broadcast
(this);
NormalActivity.java
54
.
broadcast
(this);
NormalService.java
51
.
broadcast
(this);
NormalWebActivity.java
57
.
broadcast
(this);
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
BroadcastReceiverActivity.java
32
* Activity that registers
broadcast
receiver .
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/appSecondUid/src/android/server/cts/second/
LaunchBroadcastReceiver.java
27
/**
Broadcast
receiver that can launch activities. */
/cts/hostsidetests/systemui/src/android/host/systemui/
ActiveTileServiceTest.java
28
private static final String REQUEST_LISTENING = "am
broadcast
-a " + ACTION_REQUEST_LISTENING
/cts/hostsidetests/ui/appA/src/android/taskswitching/appa/
AppAActivity.java
29
* Simple activity to notify completion via
broadcast
after onResume.
/cts/hostsidetests/ui/appB/src/android/taskswitching/appb/
AppBActivity.java
28
* Simple activity to notify completion via
broadcast
after onResume.
/cts/tests/app/src/android/app/cts/
BaseProcessInstrumentation.java
49
//Log.i("xxx", "Instrumentation sending
broadcast
: " + intent);
NewDocumentTest.java
59
"Timeout for
broadcast
from activity",
/cts/tests/tests/assist/testapp/src/android/assist/testapp/
ScreenshotActivity.java
48
Log.i(TAG, "Resumed
broadcast
sent.");
/cts/tests/tests/media/src/android/media/cts/
ScannerNotificationReceiver.java
49
MediaScannerTest.fail("Failed to receive
broadcast
in " + TIMEOUT_MS + "ms for "
/cts/tests/tests/net/src/android/net/cts/
ConnectivityReceiver.java
49
throw new IllegalStateException("Never received final
broadcast
");
/developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/
BootBroadcastReceiver.java
37
* To receive the Intent.ACTION_LOCKED_BOOT_COMPLETED
broadcast
, the receiver needs to have
/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationIntentReceiver.java
27
*
Broadcast
receiver to post toast messages in response to notification intents firing.
/developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/
BootBroadcastReceiver.java
37
* To receive the Intent.ACTION_LOCKED_BOOT_COMPLETED
broadcast
, the receiver needs to have
/developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationIntentReceiver.java
27
*
Broadcast
receiver to post toast messages in response to notification intents firing.
/development/apps/Development/src/com/android/development/
BadBehaviorActivity.java
56
Log.i(TAG, "in
broadcast
receiver -- about to hang");
58
Log.i(TAG, "
broadcast
receiver hang finished -- returning");
225
Log.i(TAG, "ANR
broadcast
pressed -- about to send");
271
// Let's create and register some
broadcast
receivers
/development/samples/WiktionarySimple/
AndroidManifest.xml
27
<!--
Broadcast
Receiver that will process AppWidget updates -->
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/
BootBroadcastReceiver.java
37
* To receive the Intent.ACTION_LOCKED_BOOT_COMPLETED
broadcast
, the receiver needs to have
Completed in 375 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>