Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/private/pdx/
Dclient.h126 ClientChannel* GetChannel() const { return channel_.get(); } in GetChannel() function
Dservice.h320 std::shared_ptr<C> GetChannel() const { in GetChannel() function
/frameworks/native/libs/vr/libpdx/
Dservice.cpp427 std::shared_ptr<Channel> Message::GetChannel() const { return channel_.lock(); } in GetChannel() function in android::pdx::Message
497 std::shared_ptr<Channel> Service::GetChannel(int channel_id) const { in GetChannel() function in android::pdx::Service
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1286 TEST_F(GeneratedServiceTest, GetChannel) { in TEST_F() argument