HomeSort by relevance Sort by last modified time
    Searched refs:receiverId (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
internal_defines.h 56 inline int32_t VCMId(const int32_t vcmId, const int32_t receiverId = 0)
58 return static_cast<int32_t>((vcmId << 16) + receiverId);
jitter_estimator.h 28 int32_t receiverId = 0);
jitter_estimator.cc 30 int32_t receiverId)
32 _receiverId(receiverId),
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageWrapper.java 132 String receiverId = new String(readBytes(stream,
134 receiverId = receiverId.replace("\0", "");
146 return new XmlMessageWrapper(receiverId, protocolVersion, createorId,

Completed in 107 milliseconds