Home
last modified time | relevance | path

Searched refs:GetFromMessageInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libpdx/
Dservice.cpp15 std::shared_ptr<Channel> Channel::GetFromMessageInfo(const MessageInfo& info) { in GetFromMessageInfo() function in android::pdx::Channel
23 : service_{Service::GetFromMessageInfo(info)}, in Message()
24 channel_{Channel::GetFromMessageInfo(info)},
465 std::shared_ptr<Service> Service::GetFromMessageInfo(const MessageInfo& info) { in GetFromMessageInfo() function in android::pdx::Service
599 OnChannelClose(message, Channel::GetFromMessageInfo(info)); in HandleSystemMessage()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h64 static std::shared_ptr<Channel> GetFromMessageInfo(const MessageInfo& info);
362 static std::shared_ptr<Service> GetFromMessageInfo(const MessageInfo& info);