Searched refs:GetChannel (Results 1 – 10 of 10) sorted by relevance
131 if (state_allocated_ && client_.GetChannel()) in ~Transaction()132 client_.GetChannel()->FreeTransactionState(state_); in ~Transaction()136 if (!state_allocated_ && client_.GetChannel()) { in EnsureStateAllocated()137 state_ = client_.GetChannel()->AllocateTransactionState(); in EnsureStateAllocated()156 auto status = client_.GetChannel()->SendWithInt( in SendTransaction()182 *ret = client_.GetChannel()->SendWithInt( in SendTransaction()203 *ret = client_.GetChannel()->SendWithFileHandle( in SendTransaction()224 *ret = client_.GetChannel()->SendWithChannelHandle( in SendTransaction()232 return client_.GetChannel()->PushFileHandle(state_, handle); in PushFileHandle()239 return client_.GetChannel()->PushFileHandle(state_, handle); in PushFileHandle()[all …]
77 using BASE::GetChannel;97 return static_cast<MockClientChannel*>(client_->GetChannel()); in mock_channel()114 return static_cast<MockClientChannel*>(client_->GetChannel()); in mock_channel()
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
189 EXPECT_EQ(test_channel, message.GetChannel()); in TEST_F()211 EXPECT_EQ(test_channel, message.GetChannel()); in TEST_F()
45 if (auto* client_channel = GetChannel()) { in GetEventMask()53 if (auto* client_channel = GetChannel()) { in GetEventSources()
220 if (auto channel = message.GetChannel<BufferHubChannel>()) in HandleImpulse()226 auto channel = message.GetChannel<BufferHubChannel>(); in HandleMessage()266 if (const auto channel = message.GetChannel<BufferHubChannel>()) { in OnCreateBuffer()294 if (const auto channel = message.GetChannel<BufferHubChannel>()) { in OnCreateProducerQueue()
297 service()->GetChannel(buffer_cid)); in OnProducerQueueInsertBuffer()
312 std::shared_ptr<Channel> GetChannel() const;320 std::shared_ptr<C> GetChannel() const { in GetChannel() function321 return std::static_pointer_cast<C>(GetChannel()); in GetChannel()419 std::shared_ptr<Channel> GetChannel(int channel_id) const;
126 ClientChannel* GetChannel() const { return channel_.get(); } in GetChannel() function
106 test_channel_ = message.GetChannel<TestChannel>(); in HandleImpulse()131 test_channel_ = message.GetChannel<TestChannel>(); in HandleMessage()385 if (auto* client_channel = GetChannel()) { in GetEventMask()