OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:broadcast
(Results
401 - 425
of
2147
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libcxxabi/src/
cxa_guard.cpp
239
abort_message("__cxa_guard_release failed to
broadcast
condition variable");
250
abort_message("__cxa_guard_abort failed to
broadcast
condition variable");
/external/llvm/test/Transforms/SLPVectorizer/X86/
commutativity.ll
4
; offers the possibility to splat/
broadcast
%c and thus make it profitable
16
; Check that we correctly detect a splat/
broadcast
by leveraging the
/frameworks/av/media/libstagefright/foundation/
ALooper.cpp
156
mRepliesCondition.
broadcast
();
256
mRepliesCondition.
broadcast
();
/frameworks/base/cmds/screencap/
screencap.cpp
71
String8 cmd("am
broadcast
-a android.intent.action.MEDIA_SCANNER_SCAN_FILE -d file://");
79
fprintf(stderr, "Unable to
broadcast
intent for media scanner.\n");
/frameworks/base/core/java/android/content/
RestrictionsManager.java
61
* The response is relayed back to the application via a protected
broadcast
,
128
*
Broadcast
intent delivered when a response is received for a permission request. The
136
* The
broadcast
Intent carries the following extra:
143
*
Broadcast
intent sent to the Restrictions Provider to handle a permission request from
151
* permission to ensure that only the system can send the
broadcast
.
179
* The request type passed in the {@link #ACTION_REQUEST_PERMISSION}
broadcast
.
186
* The request ID passed in the {@link #ACTION_REQUEST_PERMISSION}
broadcast
.
193
* The request bundle passed in the {@link #ACTION_REQUEST_PERMISSION}
broadcast
.
/frameworks/base/docs/html/guide/topics/connectivity/usb/
accessory.jd
340
<p>To explicitly obtain permission, first create a
broadcast
receiver. This receiver listens for
341
the intent that gets
broadcast
when you call {@link
345
create the
broadcast
receiver:</p>
371
<p>To register the
broadcast
receiver, put this in your <code>onCreate()</code> method in your
391
<p>When users reply to the dialog, your
broadcast
receiver receives the intent that contains the
443
To listen for detached events, create a
broadcast
receiver like below:</p>
459
<p>Creating the
broadcast
receiver within the application, and not the manifest, allows your
461
only sent to the application that is currently running and not
broadcast
to all applications.</p>
host.jd
299
<p>To explicitly obtain permission, first create a
broadcast
receiver. This receiver listens for
300
the intent that gets
broadcast
when you call {@link
304
create the
broadcast
receiver:</p>
330
<p>To register the
broadcast
receiver, add this in your <code>onCreate()</code> method in your
350
<p>When users reply to the dialog, your
broadcast
receiver receives the intent that contains the
421
create a
broadcast
receiver like below:</p>
437
<p>Creating the
broadcast
receiver within the application, and not the manifest, allows your
439
only sent to the application that is currently running and not
broadcast
to all applications.</p>
/frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecMessageBuilder.java
99
* <p>This is a
broadcast
message sent to all devices on the bus.
117
// <Set Menu Language> is
broadcast
message.
145
* <p>This is a
broadcast
message sent to all devices on the bus.
160
// <Report Physical Address> is
broadcast
message.
169
* <p>This is a
broadcast
message sent to all devices on the bus.
181
// <Device Vendor Id> is
broadcast
message.
284
* <p>This is a
broadcast
message sent to all devices on the bus.
298
* <p>This is a
broadcast
message sent to all devices on the bus.
/frameworks/base/services/core/java/com/android/server/policy/
GlobalKeyManager.java
39
*
broadcast
to the specified component. The action of the intent will be
65
* @param context context used to
broadcast
the event
/frameworks/ex/common/java/com/android/common/speech/
LoggingEvents.java
21
* keys and values of extras to be specified in logging
broadcast
intents.
26
// The name of the
broadcast
intent for logging.
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
Partner.java
33
* registers the
broadcast
receiver for {@code com.android.setupwizard.action.PARTNER_CUSTOMIZATION}
109
* by a
broadcast
receiver declared in the manifest that handles the
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
SmsEnvelope.java
50
// Service Categories for Cell
Broadcast
, see 3GPP2 C.R1001 table 9.3.1-1
63
* Provides the type of a SMS message like point to point,
broadcast
or acknowledge
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_guard.cpp
239
abort_message("__cxa_guard_release failed to
broadcast
condition variable");
250
abort_message("__cxa_guard_abort failed to
broadcast
condition variable");
/packages/apps/CellBroadcastReceiver/
AndroidManifest.xml
70
to add links to Cell
Broadcast
activities via Settings and MMS menu items.
122
<!-- Require sender permission for querying latest area info
broadcast
-->
/packages/apps/CellBroadcastReceiver/res/values-ka-rGE/
strings.xml
21
<string name="cell_broadcast_settings_not_available" msgid="2612364350745967915">"Cell
Broadcast
??????????? ?? ????????????????? ????????????"</string>
47
<string name="cb_other_message_identifiers" msgid="7083176204482365281">"Cell
broadcast
"</string>
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java
50
* This service manages the display and animation of
broadcast
messages.
53
* (but not when the user views a previously received
broadcast
).
64
/** Sticky
broadcast
for latest area info
broadcast
received. */
342
// save latest area info
broadcast
for Settings display and send as
broadcast
346
// Send
broadcast
twice, once for apps that have PRIVILEGED permission and once
355
return true; // other
broadcast
messages are always enabled
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
FinalizationActivity.java
43
* ACTION_PROFILE_PROVISIONING_COMPLETE
broadcast
to the MDM, which can then present it's own
92
//
broadcast
so that the installed DPC knows that user-setup completed. Concrete use-case
/packages/apps/Settings/src/com/android/settings/accounts/
ManagedProfileSettings.java
150
Log.v(TAG, "Received
broadcast
: " + action);
168
Log.w(TAG, "Cannot handle received
broadcast
: " + intent.getAction());
/packages/apps/TV/src/com/android/usbtuner/
UsbInputController.java
46
* Listens to
broadcast
intent for {@link Intent#ACTION_BOOT_COMPLETED},
101
if (DEBUG) Log.d(TAG, "
Broadcast
intent received:" + intent);
/packages/apps/UnifiedEmail/src/com/android/mail/
MailLogService.java
39
* Dump valuable system state by sending a local
broadcast
to the associated activity.
40
*
Broadcast
receivers are responsible for dumping state as they see fit.
/packages/services/Telecomm/src/com/android/server/telecom/components/
UserCallIntentProcessor.java
177
* Trampolines the intent to the
broadcast
receiver that runs only as the primary user.
183
Log.d(this, "Sending
broadcast
as user to CallReceiver");
/packages/services/Telephony/src/com/android/phone/
NetworkQueryService.java
82
// if the scan is complete,
broadcast
the results.
198
*
Broadcast
the results from the query to all registered callback
/prebuilts/go/darwin-x86/src/net/
interface.go
32
FlagBroadcast // interface supports
broadcast
access capability
40
"
broadcast
",
/prebuilts/go/linux-x86/src/net/
interface.go
32
FlagBroadcast // interface supports
broadcast
access capability
40
"
broadcast
",
/system/netd/server/
SoftapController.cpp
118
* argv[4] -
Broadcast
/Hidden
129
ALOGE("softap <wlan iface> <SSID> <hidden/
broadcast
> <channel> <wpa2?-psk|open> <passphrase>");
Completed in 1575 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>