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

/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dclient.h125 ClientChannel* GetChannel() const { return channel_.get(); } function
H A Dservice.h303 std::shared_ptr<Channel> GetChannel() const;
311 std::shared_ptr<C> GetChannel() const { function in class:android::pdx::Message
312 return std::static_pointer_cast<C>(GetChannel());
403 * properly designed service; Message::GetChannel() should be used instead
410 std::shared_ptr<Channel> GetChannel(int channel_id) const;
582 * Service::{GetChannel,SetChannel,CloseChannel,PushChannel}() or
/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp436 std::shared_ptr<Channel> Message::GetChannel() const { return channel_.lock(); } function in class:android::pdx::Message
506 std::shared_ptr<Channel> Service::GetChannel(int channel_id) const { function in class:android::pdx::Service
507 PDX_TRACE_NAME("Service::GetChannel");

Completed in 812 milliseconds