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)},
459 std::shared_ptr<Service> Service::GetFromMessageInfo(const MessageInfo& info) { in GetFromMessageInfo() function in android::pdx::Service
593 OnChannelClose(message, Channel::GetFromMessageInfo(info)); in HandleSystemMessage()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h70 static std::shared_ptr<Channel> GetFromMessageInfo(const MessageInfo& info);
371 static std::shared_ptr<Service> GetFromMessageInfo(const MessageInfo& info);