Searched refs:channel1 (Results 1 – 3 of 3) sorted by relevance
145 RefPtr<PlatformMessagePortChannel> channel1 = PlatformMessagePortChannel::create(); in createChannel() local149 channel1->setEntangledChannel(channel2); in createChannel()150 channel2->setEntangledChannel(channel1); in createChannel()154 port2->entangle(MessagePortChannel::create(channel1)); in createChannel()
125 … RefPtr<PlatformMessagePortChannel> channel1 = PlatformMessagePortChannel::create(queue1, queue2); in createChannel() local129 channel1->setEntangledChannel(channel2); in createChannel()130 channel2->setEntangledChannel(channel1); in createChannel()134 port2->entangle(MessagePortChannel::create(channel1)); in createChannel()
198 __u8 channel1; member