Home
last modified time | relevance | path

Searched refs:receiverId (Results 1 – 6 of 6) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
DXmlMessageWrapper.java132 String receiverId = new String(readBytes(stream, in fromInputStream() local
134 receiverId = receiverId.replace("\0", ""); in fromInputStream()
146 return new XmlMessageWrapper(receiverId, protocolVersion, createorId, in fromInputStream()
/external/webrtc/webrtc/modules/video_coding/
Dinternal_defines.h35 inline int32_t VCMId(const int32_t vcmId, const int32_t receiverId = 0) {
36 return static_cast<int32_t>((vcmId << 16) + receiverId);
Djitter_estimator.h26 int32_t receiverId = 0);
Djitter_estimator.cc32 int32_t receiverId) in VCMJitterEstimator() argument
34 _receiverId(receiverId), in VCMJitterEstimator()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodWithSuspensionTest.java48 long receiverId = debuggeeWrapper.vmMirror.getThisObject(threadId, topFrameId); in buildInvokeCommand() local
53 command.setNextValueAsThreadID(receiverId); in buildInvokeCommand()
DInvokeMethodAfterMultipleThreadSuspensionTest.java50 long receiverId = debuggeeWrapper.vmMirror.getThisObject(threadId, topFrameId); in buildInvokeCommand() local
55 command.setNextValueAsThreadID(receiverId); in buildInvokeCommand()