Searched defs:GetChannel (Results 1 – 3 of 3) sorted by relevance
126 ClientChannel* GetChannel() const { return channel_.get(); } in GetChannel() function
320 std::shared_ptr<C> GetChannel() const { in GetChannel() function
427 std::shared_ptr<Channel> Message::GetChannel() const { return channel_.lock(); } in GetChannel() function in android::pdx::Message497 std::shared_ptr<Channel> Service::GetChannel(int channel_id) const { in GetChannel() function in android::pdx::Service