Home
last modified time | relevance | path

Searched defs:GetChannel (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
Dclient.h126 ClientChannel* GetChannel() const { return channel_.get(); } in GetChannel() function
Dservice.h311 std::shared_ptr<C> GetChannel() const { in GetChannel() function
/frameworks/native/libs/vr/libpdx/
Dservice.cpp433 std::shared_ptr<Channel> Message::GetChannel() const { return channel_.lock(); } in GetChannel() function in android::pdx::Message
503 std::shared_ptr<Channel> Service::GetChannel(int channel_id) const { in GetChannel() function in android::pdx::Service