HomeSort by relevance Sort by last modified time
    Searched refs:kSend (Results 1 - 6 of 6) 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/skia/tools/viewer/sk_app/
Window.h 67 kSend, //!< the green (talk) key
  /external/webrtc/talk/app/webrtc/
statscollector.cc     [all...]
statstypes.h 55 kSend = 0,
statstypes.cc 140 ret += direction_ == StatsReport::kSend ? "send" : "recv";

Completed in 1575 milliseconds