Searched refs:receiverId (Results 1 – 5 of 5) sorted by relevance
35 inline int32_t VCMId(const int32_t vcmId, const int32_t receiverId = 0) {36 return static_cast<int32_t>((vcmId << 16) + receiverId);
32 int32_t receiverId) in VCMJitterEstimator() argument34 _receiverId(receiverId), in VCMJitterEstimator()
26 int32_t receiverId = 0);
50 long receiverId = debuggeeWrapper.vmMirror.getThisObject(threadId, topFrameId); in buildInvokeCommand() local55 command.setNextValueAsThreadID(receiverId); in buildInvokeCommand()
48 long receiverId = debuggeeWrapper.vmMirror.getThisObject(threadId, topFrameId); in buildInvokeCommand() local53 command.setNextValueAsThreadID(receiverId); in buildInvokeCommand()