OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendCount
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/net/src/android/net/cts/
IpSecManagerTest.java
141
private void checkUnconnectedUdp(IpSecTransform transform, InetAddress local, int
sendCount
,
155
for (int i = 0; i <
sendCount
; i++) {
171
private void checkTcp(IpSecTransform transform, InetAddress local, int
sendCount
,
189
for (int i = 0; i <
sendCount
; i++) {
450
int
sendCount
,
485
checkTcp(transform, local,
sendCount
, useJavaSockets);
490
checkUnconnectedUdp(transform, local,
sendCount
, useJavaSockets);
501
sendCount
,
513
int
sendCount
,
526
int expectedOuterBytes = outerPacketSize *
sendCount
;
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.cc
417
uint8_t
sendCount
= 1;
422
sendCount
= 3;
459
sendCount
--;
460
} while (
sendCount
> 0 && retVal == 0);
Completed in 1098 milliseconds