OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rcvr
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/permission2/src/android/permission2/cts/
NoProcessOutgoingCallPermissionTest.java
55
OutgoingCallBroadcastReceiver
rcvr
= new OutgoingCallBroadcastReceiver();
local
56
Intent ntnt = mContext.registerReceiver(
rcvr
,
65
synchronized(
rcvr
) {
67
rcvr
.wait(WAIT_TIME);
73
assertFalse("Outgoing call processed without proper permissions",
rcvr
.callReceived);
/external/srtp/test/
rtpw.c
446
rtp_receiver_t
rcvr
;
local
458
rcvr
= rtp_receiver_alloc();
459
if (
rcvr
== NULL) {
463
rtp_receiver_init(
rcvr
, sock, name, ssrc);
464
status = rtp_receiver_init_srtp(
rcvr
, &policy);
475
if (rtp_recvfrom(
rcvr
, word, &len) > -1)
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AdbHelper.java
340
* handed to <var>
rcvr
</var> as it arrives.
345
* @param
rcvr
the {@link IShellOutputReceiver} that will receives the output of the shell
360
String command, IDevice device, IShellOutputReceiver
rcvr
, int maxTimeToOutputResponse)
390
if (
rcvr
!= null &&
rcvr
.isCancelled()) {
398
rcvr
.flush();
418
if (
rcvr
!= null) {
419
rcvr
.addOutput(buf.array(), buf.arrayOffset(), buf.position());
438
* @param
rcvr
the {@link LogReceiver} to receive the log output
444
LogReceiver
rcvr
) throws TimeoutException, AdbCommandRejectedException, IOException
[
all
...]
Completed in 1066 milliseconds