Home
last modified time | relevance | path

Searched defs:GetChannelHandle (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dclient_channel.h43 LocalChannelHandle& GetChannelHandle() override { return channel_handle_; } in GetChannelHandle() function
44 const LocalChannelHandle& GetChannelHandle() const override { in GetChannelHandle() function
/frameworks/native/libs/vr/libpdx/
Dclient.cpp118 LocalChannelHandle& Client::GetChannelHandle() { in GetChannelHandle() function in android::pdx::Client
122 const LocalChannelHandle& Client::GetChannelHandle() const { in GetChannelHandle() function in android::pdx::Client
271 bool Transaction::GetChannelHandle(ChannelReference ref, in GetChannelHandle() function in android::pdx::Transaction
Dservice.cpp227 bool Message::GetChannelHandle(ChannelReference ref, in GetChannelHandle() function in android::pdx::Message
Dservice_tests.cpp673 TEST_F(ServiceMessageTest, GetChannelHandle) { in TEST_F() argument
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel.cpp289 bool ClientChannel::GetChannelHandle(void* transaction_state, in GetChannelHandle() function in android::pdx::uds::ClientChannel
Dipc_helper.cpp363 bool ReceivePayload::GetChannelHandle(ChannelReference /*ref*/, in GetChannelHandle() function in android::pdx::uds::ReceivePayload
Dservice_endpoint.cpp741 LocalChannelHandle Endpoint::GetChannelHandle(Message* message, in GetChannelHandle() function in android::pdx::uds::Endpoint