Searched defs:SetChannel (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp435 Status<void> Message::SetChannel(const std::shared_ptr<Channel>& chan) { function in class:android::pdx::Message
439 status = svc->SetChannel(info_.cid, chan);
479 Status<void> Service::SetChannel(int channel_id, function in class:android::pdx::Service
481 PDX_TRACE_NAME("Service::SetChannel");
484 const auto status = endpoint_->SetChannel(channel_id, channel.get());
486 ALOGE("%s::SetChannel: Failed to set channel context: %s\n", name_.c_str(),
592 message.SetChannel(OnChannelOpen(message));
600 message.SetChannel(nullptr);
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp265 Status<void> Endpoint::SetChannel(int channel_id, Channel* channel) { function in class:android::pdx::uds::Endpoint

Completed in 29 milliseconds