OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSend
(Results
1 - 5
of
5
) sorted by null
/system/core/fastboot/
socket_mock.cpp
47
if (events_.front().type != EventType::
kSend
) {
126
events_.push(Event(EventType::
kSend
, std::move(message), true, nullptr));
130
events_.push(Event(EventType::
kSend
, std::move(message), false, nullptr));
socket_mock.h
84
enum class EventType {
kSend
, kReceive, kAccept };
/external/webrtc/talk/app/webrtc/
statscollector.cc
[
all
...]
statstypes.h
55
kSend
= 0,
statstypes.cc
140
ret += direction_ == StatsReport::
kSend
? "send" : "recv";
Completed in 1306 milliseconds