OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:receiving
(Results
476 - 500
of
1992
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/docs/html/training/wearables/data-layer/
index.jd
37
devices may disconnect after
receiving
the result code.
117
<dt><a href="{@docRoot}training/wearables/data-layer/messages.html">Sending and
Receiving
Messages</a></dt>
/frameworks/base/media/java/android/media/midi/
MidiDeviceServer.java
53
// MidiReceivers for
receiving
data on our input ports
159
// Binder interface stub for
receiving
connection requests from clients
MidiManager.java
67
// Binder stub for
receiving
device notifications from MidiService
150
* Listener class used for
receiving
the results of {@link #openDevice} and
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBatch.java
58
* 8. Cancel
receiving
a single file
59
* 9. Cancel
receiving
a file (implies cancel the transfer, no additional files will be received)
/packages/apps/CellBroadcastReceiver/res/values-en-rAU/
strings.xml
108
<string name="cmas_opt_out_dialog_text" msgid="7529010670998259128">"You are currently
receiving
Emergency Alerts. Would you like to continue
receiving
Emergency Alerts?"</string>
/packages/apps/CellBroadcastReceiver/res/values-en-rGB/
strings.xml
108
<string name="cmas_opt_out_dialog_text" msgid="7529010670998259128">"You are currently
receiving
Emergency Alerts. Would you like to continue
receiving
Emergency Alerts?"</string>
/packages/apps/CellBroadcastReceiver/res/values-en-rIN/
strings.xml
108
<string name="cmas_opt_out_dialog_text" msgid="7529010670998259128">"You are currently
receiving
Emergency Alerts. Would you like to continue
receiving
Emergency Alerts?"</string>
/packages/apps/DeskClock/src/com/android/deskclock/
AlarmClockFragment.java
52
// This extra is used when
receiving
an intent to create an alarm, but no alarm details
56
// This extra is used when
receiving
an intent to scroll to specific alarm. If alarm
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipUtil.java
198
* @param isEnabled {@code True} if
receiving
incoming SIP calls.
203
// Mark all profiles as auto-register if we are now
receiving
calls.
/system/bt/stack/include/
gap_api.h
170
** after
receiving
GAP_EVT_RXDATA event. A data copy is made
199
**
receiving
an GAP_EVT_RXDATA event to process the incoming
/system/bt/vendor_libs/test_vendor_lib/include/
event_packet.h
57
// like to stop
receiving
commands from the host (to indicate
79
// like to stop
receiving
commands from the host (to indicate
/external/libnl/lib/
doc.c
129
* sending and
receiving
of data, provides a customizeable
receiving
state
234
* socket defines a completely independent context for sending and
receiving
308
*
receiving
and sendings semantics. For more information, see section
328
* @section rxtx_doc Sending and
Receiving
of Data
330
* @subsection recv_semantisc
Receiving
Semantics
/frameworks/base/core/java/android/app/admin/
DeviceAdminReceiver.java
397
*
receiving
{@link #ACTION_DEVICE_ADMIN_ENABLED}. At this point you
413
*
receiving
{@link #ACTION_DEVICE_ADMIN_DISABLE_REQUESTED}, giving you
428
*
receiving
{@link #ACTION_DEVICE_ADMIN_DISABLED}. Upon return, you
439
*
receiving
{@link #ACTION_PASSWORD_CHANGED}. At this point you
450
* as a result of
receiving
{@link #ACTION_PASSWORD_FAILED}. At this point you can use
461
* as a result of
receiving
{@link #ACTION_PASSWORD_SUCCEEDED}. This will
/frameworks/base/docs/html/guide/topics/connectivity/
sip.jd
15
<li><a href="#
receiving
">
Receiving
Calls</a></li>
201
<li>Initiating and
receiving
calls.</li>
238
receiving
generic SIP calls. The caller can make subsequent calls through
340
<h2 id="
receiving
">
Receiving
Calls</h2>
/external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c
[
all
...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb
619
# If you are
receiving
this event over a socket via
634
# If you are
receiving
this event over a socket via
650
# If you are
receiving
this event over a socket via
659
# If you are
receiving
this event over a socket via
668
# If you are
receiving
this event over a socket via
/external/dbus/doc/
dcop-howto.txt
188
Receiving
Data via DCOP:
224
Receiving
Calls and processing them:
306
There is no difference between the two when the
receiving
object gets deleted,
328
This isn't needed as long as the arguments of both signal and
receiving
function
329
match. The
receiving
function may ignore one or more of the trailing arguments
/external/webrtc/talk/app/webrtc/
webrtcsession.h
104
// Called whenever the state changes between
receiving
and not
receiving
.
105
virtual void OnIceConnectionReceivingChange(bool
receiving
) {}
424
void SetIceConnectionReceiving(bool
receiving
);
450
void OnTransportControllerReceiving(bool
receiving
);
/frameworks/base/docs/html/guide/topics/media/
mediarouteprovider.jd
63
play media on the receiver devices. Figure 1 illustrates how an app connects to a
receiving
385
onControlRequest()} — Sends specific playback commands to the
receiving
device.</li>
387
onSetVolume()} — Sends a request to the
receiving
device to set the playback volume to a
390
onUpdateVolume()} — Sends a request to the
receiving
device to modify the playback
453
entirely dependent on the programmatic interface provided by your
receiving
device.</p>
/frameworks/opt/net/voip/src/java/android/net/sip/
SipManager.java
208
* Opens the profile for making calls and/or
receiving
generic SIP calls. The caller may
292
* making and/or
receiving
calls.
309
* SIP provider (specified in the profile) for
receiving
calls. Returning
494
*
receiving
calls.
524
* stop
receiving
further calls. This may interference with the auto
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf.h
317
* Type of module that is
receiving
the data.
377
* Type of module that is
receiving
the data.
402
* Type of module that is
receiving
the data.
462
* Type of module that is
receiving
the data.
669
* Type of module that is
receiving
the data.
[
all
...]
/prebuilts/go/darwin-x86/src/runtime/
chan_test.go
225
// make c1 ready for
receiving
227
// make c2 ready for
receiving
228
// make c1 no longer ready for
receiving
(if possible)
229
// The second goroutine does a non-blocking select
receiving
from c1 and c2.
231
// is always ready for
receiving
, so the select in the second goroutine must
/prebuilts/go/linux-x86/src/runtime/
chan_test.go
225
// make c1 ready for
receiving
227
// make c2 ready for
receiving
228
// make c1 no longer ready for
receiving
(if possible)
229
// The second goroutine does a non-blocking select
receiving
from c1 and c2.
231
// is always ready for
receiving
, so the select in the second goroutine must
/external/aac/libPCMutils/include/
pcmutils_lib.h
199
* @param [out] Pointer to a buffer
receiving
the handle of the new instance.
221
* @param [out] Pointer to buffer
receiving
the parameter value.
298
* \param [out] Pointer on a field
receiving
the scale factor that has to be applied on all
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
exception.py
435
Error
receiving
data from a storage service.
442
Error
receiving
data from S3.
449
Error
receiving
data from GS.
Completed in 2071 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>